We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 849c603 + 8ae6cfd commit a4ce758Copy full SHA for a4ce758
vnc-viewer/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
5
git=1:2.39.5-0+deb12u1
6
7
RUN git config --global advice.detachedHead false && \
8
- git clone https://github.com/novnc/noVNC.git -b v1.3.0 /noVNC
+ git clone https://github.com/novnc/noVNC.git -b v1.5.0 /noVNC
9
10
FROM $BUILD_FROM AS WEBSOCKIFY
11
vnc-viewer/config.yaml
@@ -15,7 +15,6 @@ arch:
15
- i386
16
boot: manual
17
hassio_api: true
18
-image: ghcr.io/poeschl-homeassistant-addons/vnc-viewer-{arch}
19
init: false
20
options:
21
vnc_server_host: localhost
0 commit comments