Initial changes

This commit is contained in:
Wyrrrd
2022-01-18 22:06:09 +01:00
parent a23ca0baec
commit f45d6f77eb
3 changed files with 44 additions and 51 deletions
+6 -1
View File
@@ -4,4 +4,9 @@ Xvfb :1 -screen 0 1600x900x16 &
sleep 5
openbox-session&
x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever &
cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900
cd /app/noVNC && ln -s vnc_auto.html index.html && ./utils/novnc_proxy --vnc localhost:5900 &
while true
do
/app/Wohnungsbot.AppImage --appimage-extract-and-run --no-sandbox
done