2a55d07d985893528e4490f033ca3362fba44590
display_name, description, icon, verified, tags
| display_name | description | icon | verified | tags | |||
|---|---|---|---|---|---|---|---|
| KasmVNC | A modern open source VNC server | ../../../../.icons/kasmvnc.svg | true |
|
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-desktopimage.
Description
Languages
Shell
54.2%
HTML
22.9%
HCL
16.6%
TypeScript
6.3%