fix: reduce size, fix signin redirect

* correct freegames url
* skip downloading browsers in docker
* remove fluxbox
* remove stdout for vnc & xvfb
This commit is contained in:
Trung Le 2022-04-01 01:47:48 +07:00
parent a8c578bd93
commit dbf4804dc7
5 changed files with 830 additions and 1316 deletions

View file

@ -1,9 +1,5 @@
#!/bin/sh
# Disable fbsetbg and start fluxbox in a background process:
mkdir -p ~/.fluxbox && echo 'background: unset' >>~/.fluxbox/overlay
fluxbox -display "$DISPLAY" &
# Start VNC in a background process:
x11vnc -display "$DISPLAY" -forever -shared -rfbport "${VNC_PORT:-5900}" \
-passwd "${VNC_PASSWORD:-secret}" &