mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Merge branch 'feature/virtualgl-support' of github.com:vajonam/prusaslicer-novnc into feature/virtualgl-support
This commit is contained in:
commit
9fcf97870d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,2 +1,2 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
* text eol=lf
|
@ -76,6 +76,8 @@ ADD entrypoint.sh /entrypoint.sh
|
||||
ADD menu.xml /etc/xdg/openbox/
|
||||
ADD supervisord.conf /etc/
|
||||
|
||||
# Add a default file to resize, etc for noVNC.
|
||||
ADD vncresize.html /usr/share/novnc/index.html
|
||||
|
||||
VOLUME /configs/
|
||||
VOLUME /prints/
|
||||
|
7
vncresize.html
Normal file
7
vncresize.html
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
window.location.replace("./vnc.html?autoconnect=true&resize=remote&reconnect=true&show_dot=true");
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user