feat: Set index page (#312)
This commit is contained in:
parent
f169cbb6f9
commit
c8a268792a
2 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@ RUN apt-get update \
|
||||||
|
|
||||||
COPY ./src /run/
|
COPY ./src /run/
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh
|
||||||
COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
|
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 22 5900 8006
|
EXPOSE 22 5900 8006
|
||||||
|
|
|
@ -12,6 +12,7 @@ case "${DISPLAY,,}" in
|
||||||
;;
|
;;
|
||||||
web)
|
web)
|
||||||
addPackage "novnc" "web-based VNC client"
|
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"
|
DISPLAY_OPTS="-display vnc=:0 -vga virtio"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue