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
Muhammad Atif Ali a63c365dfa Fix RPM installation path in kasmvnc script
Simplify and unify the RPM installation process by using the
consistent temporary directory path for downloading RPM files.
This reduces potential errors and ensures uniform script behavior
between different OS installations.
9 months ago
..
README.md Update README.md 10 months ago
main.test.ts fix: update test text for more clarity 10 months ago
main.tf Update KasmVNC to version 1.3.2 and add support 9 months ago
run.sh Fix RPM installation path in kasmvnc script 9 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" {
  source              = "registry.coder.com/modules/kasmvnc/coder"
  version             = "1.0.20"
  agent_id            = coder_agent.example.id
  desktop_environment = "xfce"
}

Note: This module only works on workspaces with a pre-installed desktop environment.