Skip to content

tokkenno/novnc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novnc-docker

Docker image with NoVNC

  • Native lightweight HTTP server.
  • Native tcp-to-websocket proxy in replace of WebSockify.
  • WebUI to handle and manage multiple VNC connections.
  • All in less than 6Mb!!!

Configuration

The configuration file is located in /etc/novnc/manager.json and has the stucture:

{
  "port": 8084,
  "servers": [
    {
      "name": "Localhost",
      "host": "localhost",
      "port": 5900
    }
  ]
}
  • Port: Define the listen port for HTTP entry point where the NoVNC manager is served.
  • Servers: Define zero, one or more remote VNC servers. The manager will create tcp-to-websocket proxies for all and will show a quick-connect button in manager interface for each of them.