Docker image for Homebrigde This project only builds a docker image, please do not report problems with homebridge but look into the homebridge project: For details see https://github.com/nfarina/homebridge
As said, this is simply wrapping the source in a runnable Docker image for everyone that cannot install the dev environment on his machine or everyone that wants a simple containerized solution.
homebridge-philipshue homebridge-ninjablock-temperature homebridge-ninjablock-humidity homebridge-ninjablock-alarmstatedevice homebridge-luxtronik2 homebridge-mqttswitch homebridge-edomoticz homebridge-synology homebridge-tesla
(and you can extend this list by adding more plugins in the file package.json)
Copy config-sample.json
to config.json
and adapt to your likings.
./homebridge.sh build
./homebridge.sh run
./homebridge.sh stop
(after stopping)
./homebridge.sh start
(needed before run is possible again)
./homebridge.sh remove
Stops and removes the containers, then performs run again
./homebridge.sh rerun
Attaches to the running container
./homebridge.sh attach
Diplays stdout log of the running container
./homebridge.sh logs
###0.1 Initial release of homebridge-docker ###0.11 moved from nodesource/jessie:5.8.0 to debian:stretch ###0.12 Reverted back to nodesource/jessie
updated versions