You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Control Plane to Docker and fix Docker / Modd startup (#13)
* Add path cmd flag to Docker and Modd configs
* Add frontend control plane to Docker
* Update control plane styles
* Remove whitespace from grafana.ini
* Add Grafana and Prometheus icons to client
* Update README and screenshots
* Fix Grafana dashboard labels
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ Flags:
68
68
[Modd](https://github.com/cortesi/modd) is used for a seamless development experience and once installed simply run the command `modd` in the root directory of this project to start the development environment.
69
69
70
70
### Control plane
71
-
`go-websockify` has a simple JavaScript based frontend control plane for development and is available at http://127.0.0.1:1234.
71
+
> You don't need to do this if you use the provided Docker environment.
72
+
73
+
`go-websockify` has a simple JavaScript based frontend control plane for development and is available at http://127.0.0.1:1234
72
74
73
75
To start the control plane run:
74
76
```shell
@@ -77,23 +79,24 @@ $ yarn install
77
79
$ yarn dev
78
80
```
79
81
80
-
> For the frontend to automatically connect to Go WebSockify you have to pass `--echo` as a command line flag to `go-websockify`. **This is done for you if you're using Modd.**
82
+
> For the frontend to automatically connect to Go WebSockify you have to pass `--echo` as a command line flag to `go-websockify`. **This is done for you if you're using Docker or Modd.**
81
83
82
84
### Docker
83
85
A batteries included Docker environment is included with this repository to show off Go WebSockify in a psuedo production environment.
0 commit comments