display_name, description, icon, verified, tags
display_name description icon verified tags
KasmVNC A modern open source VNC server ../../../../.icons/kasmvnc.svg true
vnc
desktop
kasmvnc

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/coder/kasmvnc/coder"
  version             = "1.3.0"
  agent_id            = coder_agent.example.id
  desktop_environment = "xfce"
  subdomain           = true
}

Important

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

Description
Mirror of registry.coder.com/coder/kasmvnc/coder
Readme 38 KiB
Languages
Shell 54.2%
HTML 22.9%
HCL 16.6%
TypeScript 6.3%