mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
8 lines
365 B
Bash
8 lines
365 B
Bash
#!/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
|