update KasmVNC version to 1.0.15 in README.md files

pull/250/head
Muhammad Atif Ali 1 year ago
parent 048cffbd2c
commit 2318f31f94

@ -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
}

Loading…
Cancel
Save