Support for register using a seed host (#51)

This commit is contained in:
Simon J
2021-09-12 15:34:09 +10:00
committed by GitHub
parent 91cc450451
commit be4fcdff24
10 changed files with 219 additions and 44 deletions

View File

@@ -79,6 +79,8 @@ docker run \
Now within the LAN that contains the sonos devices run bonob the registration process.
#### Using auto-discovery
```bash
docker run \
--rm \
@@ -86,6 +88,16 @@ docker run \
simojenki/bonob register https://my-server.example.com/bonob
```
#### Using a seed host
```bash
docker run \
--rm \
-e BONOB_SONOS_SEED_HOST=192.168.1.163 \
simojenki/bonob register https://my-server.example.com/bonob
```
### Running bonob and navidrome using docker-compose
```yaml