You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/kasmvnc
Michael Smith 51f5c2b77d test: try failing jobs on purpose 3 months ago
..
README.md docs: promote count usage to prevent module download on stop (#371) 4 months ago
main.test.ts test: try failing jobs on purpose 3 months ago
main.tf fix(kasmvnc): optimize KasmVNC deployment script (#329) 6 months ago
run.sh fix(kasmvnc): optimize KasmVNC deployment script (#329) 6 months ago

README.md

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" {
  count               = data.coder_workspace.me.start_count
  source              = "registry.coder.com/modules/kasmvnc/coder"
  version             = "1.0.23"
  agent_id            = coder_agent.example.id
  desktop_environment = "xfce"
}

Note: This module only works on workspaces with a pre-installed desktop environment. As an example base image you can use codercom/enterprise-desktop image.