You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This Docker image encapsulates a lightweight, VNC-accessible web browsing enviro
14
14
15
15
-**VNC-Ready**: Ready for use with any VNC client or through a web browser using noVNC, offering a user-friendly interface.
16
16
-**Lightweight**: Built on Alpine Linux and Debian Slim, ensuring minimal resource usage.
17
-
-**Customizable**: Set VNC password, initial website URL, auto-start settings for the browser and xterm via environment variables.
17
+
-**Customizable**: Set VNC password, initial website URL, auto-start settings, etc. via environment variables to build custom environments (e.g. webkiosk)
18
18
-**Accessible**: Access the VNC server directly or through a browser using noVNC.
19
19
20
20
## Available images 📦
@@ -54,6 +54,16 @@ You can customize the settings of the Docker container by passing environment va
54
54
- Setting the resolution: `VNC_RESOLUTION="1280x720"`
55
55
- Enabling/disabling auto-start for the browser: `AUTO_START_BROWSER=true`or `AUTO_START_BROWSER=false`
56
56
- Enabling/disabling auto-start for xterm: `AUTO_START_XTERM=true`or `AUTO_START_XTERM=false`
57
+
- Enabling/disabling auto-start for window manager (fluxbox): `AUTO_START_WM=true`or `AUTO_START_WM=false`
58
+
- Enabling/disabling auto-start for x11vnc: `AUTO_START_X11VNC=true`or `AUTO_START_X11VNC=false`
59
+
- Enabling/disabling auto-start for xvfb: `AUTO_START_XVFB=true`or `AUTO_START_XVFB=false`
60
+
- Enabling/disabling auto-start for noVNC (websockify): `AUTO_START_NOVNC=true`or `AUTO_START_NOVNC=false`
0 commit comments