mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-17 06:13:10 +01:00
Add initial version of Angry IP Scanner (#71)
This commit is contained in:
11
angry-ip-scanner/rootfs/etc/services.d/websockify/run
Normal file
11
angry-ip-scanner/rootfs/etc/services.d/websockify/run
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user