This commit is contained in:
parent
66683c9496
commit
a4a97ec49d
10
README.md
10
README.md
@ -52,9 +52,9 @@ Support for NATS is only less than 150 lines.
|
||||
The quickest way how to run lobby on your server is this:
|
||||
|
||||
```shell
|
||||
wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.1/lobbyd-1.1-linux-amd64
|
||||
wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.2/lobbyd-1.2-linux-amd64
|
||||
chmod +x /usr/local/bin/lobbyd
|
||||
wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.1/lobbyctl-1.1-linux-amd64
|
||||
wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.2/lobbyctl-1.2-linux-amd64
|
||||
chmod +x /usr/local/bin/lobbyctl
|
||||
|
||||
# Update NATS_URL and LABELS here
|
||||
@ -223,11 +223,11 @@ too.
|
||||
## TODO
|
||||
|
||||
* [X] Tests
|
||||
* [ ] Command hooks - script or list of scripts that are triggered when discovery status has changed
|
||||
* [X] Command hooks - script or list of scripts that are triggered when discovery status has changed
|
||||
* [ ] Support for multiple active backend drivers
|
||||
* [ ] Redis driver
|
||||
* [X] Redis driver
|
||||
* [X] Remove the 5 secs waiting when daemon is stopped
|
||||
* [X] API to allow add labels at runtime
|
||||
|
||||
* [ ] Check what happens when driver is disconnected
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user