Files
modules/kasmvnc
Muhammad Atif Ali 22184ef4d2 add KasmVNC module (#24)
* wip

* add kasmVNC

* TODO

* fixup!

* update tags

* Delete .icons/kasm.png

* Update README.md

* Update main.tf
2023-09-24 14:11:26 +03:00
..
2023-09-24 14:11:26 +03:00
2023-09-24 14:11:26 +03:00
2023-09-24 14:11:26 +03:00

display_name, description, icon, maintainer_github, verified, tags
display_name description icon maintainer_github verified tags
KasmVNC A modern open source VNC server ../.icons/kasmvnc.svg coder true
helper
ide
VNC

KasmVNC

Automatically install KasmVNC in a workspace, and create an app to access it via the dashboard.

Examples

  1. Add latest version of KasmVNC with lxde desktop environment:

    module "kasmvnc" {
      source   = "https://registry.coder.com/modules/kasmvnc"
      agent_id = coder_agent.example.id
    }
    
    
  2. Add specific version of KasmVNC with mate desktop environment and custom port:

    module "kasmvnc" {
      source              = "https://registry.coder.com/modules/kasmvnc"
      agent_id            = coder_agent.example.id
      version             = "1.0.0"
      desktop_environment = "mate"
      port                = 6080
    }
    
    

Screenshot of KasmVNC //TODO