mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
fix: autoconnect
This commit is contained in:
parent
57a1114dd7
commit
3e65c4b05e
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ HTML_REDIRECT = '''<html><head>
|
|||
var port = window.location.port;
|
||||
if (!port)
|
||||
port = window.location.protocol[4] == 's' ? 443 : 80;
|
||||
window.location.href = "vnc_auto.html";
|
||||
window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head><body></body></html>'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue