Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 613 Bytes
display_name description icon maintainer_github verified tags
KasmVNC
A modern open source VNC server
../.icons/kasmvnc.svg
coder
true
helper
vnc
desktop

KasmVNC

Automatically install KasmVNC in a workspace, and create an app to access it via the dashboard.

module "kasmvnc" {
  source              = "registry.coder.com/modules/kasmvnc/coder"
  version             = "1.0.20"
  agent_id            = coder_agent.example.id
  desktop_environment = "xfce"
}

Note: This module only works on workspaces with a pre-installed desktop environment.