mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
580 B
580 B
bonob
A bridge between sonos and ?
Running
bonob is ditributed via docker and can be run in a number of ways
Full sonos device auto-discovery by using docker --network host
docker run \
-e PORT=3000 \
-p 3000 \
--network host \
simojenki/bonob
Full sonos device auto-discovery by using a sonos seed device, without requiring docker host networking
docker run \
-e PORT=3000 \
-e BONOB_SONOS_SEED_HOST=192.168.1.123 \
-p 3000 \
simojenki/bonob