Unverified Commit c8a26879 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Set index page (#312)

parent f169cbb6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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"
    ;;
  *)