Goes along with https://github.com/coder/coder/issues/8237 Most people probably gets apps from modules, and so to group them we'll need new versions of aaaaaall of these modules. Also some were missing `order`, which is related and intertwined pretty closely in the implementation of `group`, so add it where necessary.
| display_name | description | icon | maintainer_github | verified | tags | |||
|---|---|---|---|---|---|---|---|---|
| KasmVNC | A modern open source VNC server | ../../../../.icons/kasmvnc.svg | coder | 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.2.0"
agent_id = coder_agent.example.id
desktop_environment = "xfce"
subdomain = true
}
Note: This module only works on workspaces with a pre-installed desktop environment. As an example base image you can use
codercom/enterprise-desktopimage.