Files
AdvOpsys/.devcontainer/files/supervisor/websockify.conf
2026-01-26 02:38:32 +01:00

8 lines
270 B
Plaintext

[program:websockify]
command=/usr/bin/python3 /opt/noVNC/utils/websockify/run --web /opt/noVNC/ ${NO_VNC_PORT} localhost:${VNC_PORT}
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0