Updated Using noVNC and Liberation as Web Interface (markdown)

dFlow82 2020-10-30 13:17:16 +01:00
parent 153041bf29
commit dddae444b7

@ -26,7 +26,7 @@ Set up your ports and passwords as needed.
On Extra Ports add the port and viewing area your Liberation is positioned
In my particular case (1152x864 main screen / 1680x1050 second screen) that string looks like that:
``5901:1680x1020+1152+30``
>``5901:1680x1020+1152+30``
> Explanation:
> * 5901: listening port for VNC connections
@ -39,7 +39,7 @@ Change to the tab _Access Control_ and allow loopback connections
## Setting up noVNC and websockify
* [Download noVNC](https://github.com/novnc/noVNC) and extract it to a folder of your liking.
* change the websocket.json (../noVNC-1.2.0/core/websocket.json - Line 185) to following: ``this_websocket = new WebSocket(uri, ['binary',base64']);``
* change the websocket.json (../noVNC-1.2.0/core/websocket.json - Line 185) to following: > ``this_websocket = new WebSocket(uri, ['binary',base64']);``
* [Download Websockify](https://github.com/novnc/websockify)
* Start websockify using (for example) the following parameters:
``..\websockify.exe 5902 127.0.0.1:5901 --web ..\noVNC-1.2.0``