🚀 Angry-ip-scanner: Change tp ghcr (#118)

This commit is contained in:
Max Winterstein
2022-11-29 08:46:40 +01:00
committed by GitHub
parent b615cfcd6c
commit 7fd7141537
21 changed files with 32 additions and 24 deletions
@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start Websockify
# ==============================================================================
# Wait until vnc is up and running
bashio::log.info "Websockify waiting for VNC to start"
bashio::net.wait_for 5900
bashio::log.info "Starting websockify..."
exec websockify -v --web /usr/share/novnc/ 127.0.0.1:5901 127.0.0.1:5900