mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-21 22:07:25 +01:00
Add initial version of Angry IP Scanner (#71)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Setup noVNC
|
||||
# ==============================================================================
|
||||
declare ingress_entry
|
||||
ingress_entry=$(bashio::addon.ingress_entry)
|
||||
sed -i "s#websockify#${ingress_entry#?}/novnc/websockify#g" /usr/share/novnc/vnc_lite.html
|
||||
Reference in New Issue
Block a user