fix novnc

This commit is contained in:
2025-09-25 05:11:46 -05:00
parent 2b306e7d89
commit 7fe72b964d
6 changed files with 12 additions and 10 deletions

View File

@@ -6,3 +6,9 @@ command=/usr/local/bin/desktop-wrapper.sh
autorestart=true
user=coder
priority=10
[program:websockify]
command=/usr/bin/websockify --web=/usr/share/novnc/ 0.0.0.0:80 localhost:5900
autorestart=true
user=coder
priority=20