Releases: MRColorR/vnc-browser
Releases · MRColorR/vnc-browser
Release v2.0.0
🚀 What’s new
This release introduces a full migration from X11VNC + Xvfb to TigerVNC, providing a more modern, stable and performant VNC backend.
The old VNC stack has been replaced with a single TigerVNC server (Xvnc) managed via supervisord.
🔧 New environment variables
The following variables have been added:
ENV_AUTO_START_VNC— enables/disables automatic VNC startupENV_VNC_OPTIONS— allows passing custom Xvnc/TigerVNC flagsENV_VNC_RESOLUTION— sets the VNC display resolutionENV_VNC_PORT— sets the VNC portENV_DISPLAY— defines the X display (e.g.:0)
These variables replace the old ones used by X11VNC and Xvfb.
❌ Removed / deprecated variables
The following variables are no longer used:
ENV_AUTO_START_X11VNCENV_X11VNC_OPTIONSENV_XVFB_OPTIONS- Any variable referencing
x11vncorxvfb
If your previous configuration referenced these variables, you must update it.
🔄 Migration guide
To migrate from the previous version:
- Remove all X11VNC and Xvfb variables from your environment.
- Add and use the new VNC variables