Spotbweb by @woutercoppens

This commit is contained in:
Alexandre
2022-01-22 19:13:57 +01:00
parent a9e3743628
commit 8051670f16
25 changed files with 855 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: spotweb
# Runs the Nginx daemon
# ==============================================================================
# Wait for PHP-FPM to become available
bashio::net.wait_for 9000
bashio::log.info "Starting NGinx..."
nginx -c /etc/nginx/nginx.conf