Add initial files for ustreamer
This commit is contained in:
11
camera-ustreamer/rootfs/etc/services.d/proxy/run
Normal file
11
camera-ustreamer/rootfs/etc/services.d/proxy/run
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user