Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆ Update noVNC to 1.5.0 #2

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vnc-viewer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
git=1:2.35.1-1

RUN git config --global advice.detachedHead false && \
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

FROM $BUILD_FROM AS WEBSOCKIFY

Expand Down
1 change: 0 additions & 1 deletion vnc-viewer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ arch:
- i386
boot: manual
hassio_api: true
image: ghcr.io/poeschl-homeassistant-addons/vnc-viewer-{arch}
init: false
options:
vnc_server_host: localhost
Expand Down