12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: mjpg-streamer
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for aiortc web server to be available
|
|
bashio::net.wait_for 80
|
|
|
|
bashio::log.info "Starting proxy..."
|
|
# exec caddy run -config /etc/caddy/Caddyfile
|