addon-tailscale/tailscale/rootfs/etc/services.d/nginx/run
2021-08-19 18:34:22 +02:00

11 lines
411 B
Text

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Tailscale
# Runs the Nginx daemon
# ==============================================================================
# Wait for the Tailscale webinterface to become available
bashio::net.wait_for 25899 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx