feat: Set index page (#312)

This commit is contained in:
Kroese 2024-01-10 17:40:44 +01:00 committed by GitHub
parent f169cbb6f9
commit c8a268792a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,6 @@ RUN apt-get update \
COPY ./src /run/
RUN chmod +x /run/*.sh
COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
VOLUME /storage
EXPOSE 22 5900 8006

View file

@ -12,6 +12,7 @@ case "${DISPLAY,,}" in
;;
web)
addPackage "novnc" "web-based VNC client"
ln -sfn /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
DISPLAY_OPTS="-display vnc=:0 -vga virtio"
;;
*)