docker-homebridge/rootfs/etc/s6-overlay/s6-rc.d/homebridge/run

12 lines
294 B
Text
Raw Normal View History

2024-04-30 08:31:10 +02:00
#!/command/with-contenv sh
export HOME=/home/homebridge
export USER=root
export HOMEBRIDGE_CONFIG_UI=1
# this is not necessarily the ui version, it's now used as a feature compatibility indicator
export CONFIG_UI_VERSION=4.44.2
# start homebridge
exec /opt/homebridge/start.sh --allow-root