Skip to content

Releases: MRColorR/vnc-browser

Release v2.0.0

21 Mar 10:31
0856320

Choose a tag to compare

🚀 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 startup
  • ENV_VNC_OPTIONS — allows passing custom Xvnc/TigerVNC flags
  • ENV_VNC_RESOLUTION — sets the VNC display resolution
  • ENV_VNC_PORT — sets the VNC port
  • ENV_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_X11VNC
  • ENV_X11VNC_OPTIONS
  • ENV_XVFB_OPTIONS
  • Any variable referencing x11vnc or xvfb

If your previous configuration referenced these variables, you must update it.


🔄 Migration guide

To migrate from the previous version:

  1. Remove all X11VNC and Xvfb variables from your environment.
  2. Add and use the new VNC variables