Multiple little fixes

- use novnc/novnc
- add WORKDIR
- fix symbolic link to userdata
- fix rename vnc_auto
This commit is contained in:
Wyrrrd
2022-01-19 10:54:54 +01:00
parent f45d6f77eb
commit 700fa898c2
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Xvfb :1 -screen 0 1600x900x16 &
sleep 5
openbox-session&
x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever &
cd /app/noVNC && ln -s vnc_auto.html index.html && ./utils/novnc_proxy --vnc localhost:5900 &
cd /app/noVNC && ln -s vnc_lite.html index.html && ./utils/novnc_proxy --vnc localhost:5900 &
while true
do