From 2318f31f94290b9d36751bcb2ebfd729c7f82802 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 17 May 2024 16:42:11 +0300 Subject: [PATCH] update KasmVNC version to 1.0.15 in README.md files --- kasmvnc/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kasmvnc/README.md b/kasmvnc/README.md index 29aec55..0e0487b 100644 --- a/kasmvnc/README.md +++ b/kasmvnc/README.md @@ -4,13 +4,15 @@ description: A modern open source VNC server icon: ../.icons/kasmvnc.svg maintainer_github: coder verified: true -tags: [helper, ide, VNC] +tags: [helper, vnc, desktop] --- # KasmVNC Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. +> **Note:** This module only works on debian-based workspaces. + ## Examples 1. Add latest version of KasmVNC with [`lxde`](https://www.lxde.org/) desktop environment: @@ -18,7 +20,7 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and ```hcl module "kasmvnc" { source = "registry.coder.com/modules/kasmvnc/coder" - version = "1.0.0" + version = "1.0.15" agent_id = coder_agent.example.id } @@ -30,7 +32,7 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and module "kasmvnc" { source = "registry.coder.com/modules/kasmvnc/coder" agent_id = coder_agent.example.id - version = "1.0.0" + version = "1.0.15" desktop_environment = "mate" port = 6080 }