diff --git a/README.md b/README.md index 98ad84a4..3c7029ab 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,6 @@ It's also possible to run the images in container orchestration platforms like [ * [Kubernetes usage of "headless" VNC Docker images](./kubernetes/README.md) * [OpenShift usage of "headless" VNC Docker images](./openshift/README.md) -## Latest Changes -See the [**changelog.md**](./changelog.md). - ## Usage The usage is for all provide images **similar**, for instance see following the usage of the `consol/centos-xfce-vnc` image: @@ -71,7 +68,7 @@ If the container is started like mentioned above, connect via one of these optio * connect via __VNC viewer `localhost:5901`__, default password: `vncpassword` * connect via __noVNC HTML5 full client__: [http://localhost:6901/vnc.html](), default password: `vncpassword` -* connect via __noVNC HTML5 direct client__: [http://localhost:6901/?password=vncpassword]() +* connect via __noVNC HTML5 lite client__: [http://localhost:6901/?password=vncpassword]() ## Hints diff --git a/src/common/install/no_vnc.sh b/src/common/install/no_vnc.sh index 505efc99..13005865 100644 --- a/src/common/install/no_vnc.sh +++ b/src/common/install/no_vnc.sh @@ -9,5 +9,5 @@ wget -qO- https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz | tar xz --strip # use older version of websockify to prevent hanging connections on offline containers, see https://github.com/ConSol/docker-headless-vnc-container/issues/50 wget -qO- https://github.com/novnc/websockify/archive/v0.6.1.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME/utils/websockify chmod +x -v $NO_VNC_HOME/utils/*.sh -## create index.html to forward automatically to `vnc_auto.html` +## create index.html to forward automatically to `vnc_lite.html` ln -s $NO_VNC_HOME/vnc_lite.html $NO_VNC_HOME/index.html \ No newline at end of file