feat: init
This commit is contained in:
commit
b1bfed4a2d
19 changed files with 176 additions and 0 deletions
11
rootfs/etc/s6-overlay/s6-rc.d/homebridge/run
Executable file
11
rootfs/etc/s6-overlay/s6-rc.d/homebridge/run
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue