This commit is contained in:
Alexandre
2021-11-13 17:41:48 +01:00
parent 72d3ded05e
commit e4ce1f7589
15 changed files with 275 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Home Assistant Community Add-on: Bitwarden
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Runs the Nginx daemon
# ==============================================================================
bashio::net.wait_for 8096
bashio::log.info "Starting NGinx..."
exec nginx