From c8a268792aec7474db34459523c76955daa284b8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 10 Jan 2024 17:40:44 +0100 Subject: [PATCH] feat: Set index page (#312) --- Dockerfile | 1 - src/display.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2547a91..7b7ba06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/src/display.sh b/src/display.sh index cfffeae..4cee13f 100644 --- a/src/display.sh +++ b/src/display.sh @@ -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" ;; *)