File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,27 @@ server and setting up a WebSocket proxy to the VNC server.
25
25
26
26
## Parameters
27
27
28
- The noVNC application can be controlled by including certain settings in the
29
- query string. Currently the following options are available:
28
+ The noVNC application can be controlled via a number of settings. All of
29
+ them are available in the UI for the user to change, but they can also
30
+ be set via other means:
31
+
32
+ * Via the URL, either as a query parameter:
33
+
34
+ ```
35
+ https://www.example.com/vnc.html?reconnect=0&shared=1
36
+ ```
37
+
38
+ or as a fragment:
39
+
40
+ ```
41
+ https://www.example.com/vnc.html#reconnect=0&shared=1
42
+ ```
43
+
44
+ The latter might be preferred as it is not sent to the server.
45
+
46
+ * Via the files ` defaults.json ` and ` mandatory.json `
47
+
48
+ Currently, the following options are available:
30
49
31
50
* ` autoconnect ` - Automatically connect as soon as the page has finished
32
51
loading.
You can’t perform that action at this time.
0 commit comments