chore: Update KasmVNC to use XFCE desktop environment

pull/250/head
Muhammad Atif Ali 1 year ago
parent d5b49c2dbc
commit f00f8de8f3

@ -9,7 +9,7 @@ tags: [helper, vnc, desktop]
# KasmVNC # KasmVNC
Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`lxde`](https://www.lxde.org/) desktop environment: Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`xfce`](https://xfce.org/) desktop environment.
```tf ```tf
module "kasmvnc" { module "kasmvnc" {

@ -23,7 +23,7 @@ variable "port" {
variable "desktop_environment" { variable "desktop_environment" {
type = string type = string
description = "The desktop environment to for KasmVNC (xfce, lxde, mate, etc)." description = "The desktop environment to for KasmVNC (xfce, lxde, mate, etc)."
default = "lxde" default = "xfce"
} }
variable "kasm_version" { variable "kasm_version" {

Loading…
Cancel
Save