feat: Set index page (#311)

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

View file

@ -23,6 +23,7 @@ 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

@ -86,7 +86,7 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5
- 8006:8006
```
Afterwards you can visit [http://localhost:8006/vnc.html](http://localhost:8006/vnc.html) using any webbrowser to view the screen of the VM and interact with it via the keyboard/mouse.
Afterwards you can visit [http://localhost:8006/](http://localhost:8006/) using any webbrowser to view the screen of the VM and interact with it via the keyboard/mouse.
* ### How do I increase the amount of CPU or RAM?