mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fixes #14
This commit is contained in:
@ -54,7 +54,7 @@ NEKO_DISPLAY=0 // Display number
|
||||
NEKO_WIDTH=1280 // Display width
|
||||
NEKO_HEIGHT=720 // Display height
|
||||
NEKO_PASSWORD=neko // Password
|
||||
NEKO_ADMIN=neko // Admin Password
|
||||
NEKO_ADMIN=neko // Admin Password
|
||||
NEKO_BIND=0.0.0.0:8080 // Bind
|
||||
NEKO_KEY= // (SSL)Key
|
||||
NEKO_CERT= // (SSL)Cert
|
||||
@ -65,4 +65,5 @@ NEKO_CERT= // (SSL)Cert
|
||||
`cd .docker && ./build`
|
||||
|
||||
### Non Goals
|
||||
* Turning n.eko into a service that serves multiple rooms and browsers/desktops.
|
||||
* Turning n.eko into a service that serves multiple rooms and browsers/desktops.
|
||||
* Voice chat, use [Discord](https://discordapp.com/))
|
Reference in New Issue
Block a user