@@ -57,12 +57,10 @@ You can customize the settings of the Docker container by passing environment va
5757- Enabling/disabling auto-start for the browser : ` AUTO_START_BROWSER=true` or `AUTO_START_BROWSER=false`
5858- Enabling/disabling auto-start for xterm : ` AUTO_START_XTERM=true` or `AUTO_START_XTERM=false`
5959- Enabling/disabling auto-start for window manager (fluxbox) : ` AUTO_START_WM=true` or `AUTO_START_WM=false`
60- - Enabling/disabling auto-start for x11vnc : ` AUTO_START_X11VNC=true` or `AUTO_START_X11VNC=false`
61- - Enabling/disabling auto-start for xvfb : ` AUTO_START_XVFB=true` or `AUTO_START_XVFB=false`
60+ - Enabling/disabling auto-start for vnc (tigervnc) : ` AUTO_START_VNC=true` or `AUTO_START_VNC=false`
6261- Enabling/disabling auto-start for noVNC (websockify) : ` AUTO_START_NOVNC=true` or `AUTO_START_NOVNC=false`
6362- Adding command options for browser : ` BROWSER_OPTIONS="--start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run --disk-cache-dir=/dev/null"`
64- - Adding command options for x11vnc : ` X11VNC_OPTIONS="-nocursor"`
65- - Adding command options for xvfb : ` XVFB_OPTIONS="-nocursor"`
63+ - Adding command options for vnc (tigervnc) : ` VNC_OPTIONS="-AlwaysShared"`
6664- Adding command options for window manager (fluxbox) : ` WM_OPTIONS="-rc /app/fluxbox.conf"`
6765- Adding command options for noVNC (websockify) : ` NOVNC_OPTIONS="--heartbeat=10"`
6866- Adding command options for xterm : ` XTERM_OPTIONS="-leftbar"`
@@ -83,14 +81,12 @@ You can customize the settings of the Docker container by passing environment va
8381| AUTO_START_BROWSER | true | Automatically start the browser |
8482| AUTO_START_XTERM | true | Automatically start xterm |
8583| AUTO_START_WM | true | Automatically start window manager (fluxbox) |
86- | AUTO_START_X11VNC | true | Automatically start x11vnc |
87- | AUTO_START_XVFB | true | Automatically start xvfb |
84+ | AUTO_START_VNC | true | Automatically start vnc (tigervnc) |
8885| AUTO_START_NOVNC | true | Automatically start noVNC (websockify) |
8986| CUSTOM_ENTRYPOINTS_DIR | /app/custom_entrypoints_scripts | Directory for custom entry point scripts |
9087| DEBIAN_FRONTEND | noninteractive | Frontend setting for Debian-based installations |
9188| BROWSER_OPTIONS | | Additional command options to provide to browser start |
92- | X11VNC_OPTIONS | | Additional command options to provide to x11vnc start |
93- | XVFB_OPTIONS | | Additional command options to provide to xvfb start |
89+ | VNC_OPTIONS | | Additional command options to provide to vnc (tigervnc) start |
9490| WM_OPTIONS | | Additional command options to provide to window manager (fluxbox) start |
9591| NOVNC_OPTIONS | | Additional command options to provide to noVNC (websockify) start |
9692| XTERM_OPTIONS | | Additional command options to provide to xterm start |
0 commit comments