Automatically install KasmVNC in a workspace, and create an app to access it via the dashboard.
1module "kasmvnc" { 2 source = "registry.coder.com/modules/kasmvnc/coder" 3 version = "1.0.23" 4 agent_id = coder_agent.example.id 5 desktop_environment = "xfce" 6}
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.