mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
wsproxy patch
This commit is contained in:
parent
6c79c2bace
commit
c0f707854a
10 changed files with 295 additions and 281 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{% load staticfiles %}
|
||||
|
||||
{% block head %}
|
||||
|
||||
<!--
|
||||
noVNC example: lightweight example using minimal UI and features
|
||||
This is a self-contained file which doesn't import WebUtil or external CSS.
|
||||
|
|
@ -169,8 +168,8 @@
|
|||
const host = readQueryVariable('host', '{{ ws_host }}');
|
||||
let port = readQueryVariable('port', '{{ ws_port }}');
|
||||
const password = readQueryVariable('password');
|
||||
const path = readQueryVariable('path', 'websockify');
|
||||
|
||||
//const path = readQueryVariable('path', 'websockify');
|
||||
const path = readQueryVariable('path', '{{ ws_path }}');
|
||||
|
||||
// | | | | | |
|
||||
// | | | Connect | | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue