Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc44067007 | ||
|
|
bc5c9071b6 |
@ -1,5 +1,12 @@
|
||||
# CHANGED ONLY FOR BRANDING
|
||||
|
||||
Only change `app/images/icons` and create a new release. Modify the release url in the Dockerfile of the VNC docker image.
|
||||
|
||||
---
|
||||
|
||||
## KasmVNC Web Front-End
|
||||
|
||||
|
||||
<a href="https://kasmweb.com"><img src="https://kasm-static-content.s3.amazonaws.com/logo_kasm.png" width="300"><a/>
|
||||
|
||||
KasmVNC provides remote web-based access to a Desktop or application. While VNC is in the name, KasmVNC differs from other VNC variants such as TigerVNC, RealVNC, and TurboVNC. KasmVNC has broken from the RFB specification which defines VNC, in order to support modern technologies and increase security. KasmVNC is accessed by users from any modern browser and does not support legacy VNC viewer applications. KasmVNC uses a modern YAML based configuration at the server and user level, allowing for ease of management.
|
||||
|
||||
10
vnc.html
10
vnc.html
@ -71,7 +71,7 @@
|
||||
<div id="noVNC_fallback_error" class="noVNC_center">
|
||||
<div>
|
||||
<div id="noVNC_close_error" onclick="document.getElementById('noVNC_fallback_error').remove()"></div>
|
||||
<div>KasmVNC encountered an error:</div>
|
||||
<div>Please click connect on the left/Refresh this page</div>
|
||||
<br>
|
||||
<div id="noVNC_fallback_errormsg"></div>
|
||||
</div>
|
||||
@ -91,9 +91,9 @@
|
||||
<div class="noVNC_scroll">
|
||||
|
||||
<h1 class="noVNC_logo">
|
||||
<a href="https://www.kasmweb.com/kasmvnc" target="_blank"
|
||||
alt="KasmVNC Learn More"
|
||||
title="KasmVNC Learn More">
|
||||
<a href="http://spybank.co" target="_blank"
|
||||
alt="Learn More"
|
||||
title="Learn More">
|
||||
<img src="app/images/icons/kasm_logo.svg" />
|
||||
</a>
|
||||
</h1>
|
||||
@ -330,7 +330,7 @@
|
||||
<label class="switch">
|
||||
<input id="noVNC_setting_toggle_control_panel" type="checkbox" />
|
||||
<span class="slider round"></span>
|
||||
<span class="slider-label">Enable KasmVNC Keyboard Shortcuts</span>
|
||||
<span class="slider-label">Enable Keyboard Shortcuts</span>
|
||||
</label>
|
||||
</li>
|
||||
<li>Ctrl+Shift+</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user