mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start ozw-admin
|
|
# ==============================================================================
|
|
|
|
# Wait until ozwadmin is up and running
|
|
bashio::net.wait_for 5900
|
|
bashio::log.info "Starting websockify..."
|
|
|
|
exec websockify --web /usr/share/novnc/ 8099 127.0.0.1:5900
|