mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Support for register using a seed host (#51)
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user