mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-07 07:14:21 +01:00
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
8 lines
359 B
Bash
8 lines
359 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Setup noVNC
|
|
# ==============================================================================
|
|
declare ingress_entry
|
|
ingress_entry=$(bashio::addon.ingress_entry)
|
|
sed -i "s#websockify#${ingress_entry#?}/websockify#g" /usr/share/novnc/vnc_lite.html
|