diff options
author | Devaev Maxim <[email protected]> | 2020-04-21 08:01:16 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-04-21 08:01:16 +0300 |
commit | 05d35d7eb0a30d71a88b7e443ff9755ad0a17bff (patch) | |
tree | 0a0b261715a0fb3f3c4d1ccbb2332675eb080701 /web/vnc | |
parent | 8c904cf4a8e78fc4a688131a9b360085b7bfbf75 (diff) |
real ports for extras
Diffstat (limited to 'web/vnc')
-rw-r--r-- | web/vnc/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/vnc/index.html b/web/vnc/index.html index 9cf2b251..966f5b22 100644 --- a/web/vnc/index.html +++ b/web/vnc/index.html @@ -37,6 +37,11 @@ <link rel="stylesheet" href="../share/css/vars.css"> <link rel="stylesheet" href="../share/css/main.css"> <link rel="stylesheet" href="../share/css/start.css"> + + <script type="module"> + import {main} from "/share/js/vnc/main.js"; + main(); + </script> </head> <body> @@ -47,8 +52,7 @@ </a> <hr> <p class="text"> - This Pi-KVM device has running kvmd-vnc daemon and provides VNC port (default 5900) - for alternative access to the server other than the web interface. + This Pi-KVM device has running <b>kvmd-vnc</b> daemon and provides VNC access to the server. </p> <p class="text"> <b>WARNING!</b> We strongly don't recommend you to use VNC in untrusted networks. @@ -58,7 +62,10 @@ <p class="text"> Your VNC client must support Tight JPEG compression, password authentication and allow connection without encryption. <a href="https://tigervnc.org">TigerVNC</a> is a good choice. + On Linux, this client will most likely be available for installation from the repository. + It can also be called vncviewer. </p> + <div id="vnc-text" class="code" style="max-height:200px;"></div> </div> </div> </body> |