No description
Find a file
Richard Koliser f52ace270f Merge branch 'feature/update_1.19.0' into 'release/1.19.0'
Update wizard for Kasm Workspaces 1.19.0 rolling changes

See merge request kasm-technologies/internal/kasm_install_wizard!6
2026-06-25 19:00:38 +00:00
public KASM-1190 Remove legacy GPU seeding in favour of 1.19.0 agent management 2026-06-17 14:16:12 -04:00
.gitignore initial version 2022-06-28 12:08:43 -04:00
.gitlab-ci.yml Add CI_JOB_TOKEN to release pipeline 2026-04-16 13:21:41 +01:00
index.js KASM-1190 Fix image seed fields for 1.19.0 Image model 2026-06-17 16:50:37 -04:00
list.json Fix registry bug in copied file. 2026-06-18 23:00:31 -04:00
package.json KASM-8264 set node to a min of 18, fixed a potential gpu issue, remove typo in currentVersion 2026-04-15 14:53:17 +01:00
README.md update dep files 2022-06-29 12:07:51 -04:00

Kasm Installation Wizard

The purpose of this application is to wrap the existing Bash based installation logic for Kasm Workspaces into a web based wizard. Post install the wizard should display the installation's information.

Usage

Install deps:

npm install

Run:

sudo node index.js

Requirements

Linux host: https://kasmweb.com/docs/develop/install/system_requirements.html

Alternatively Docker DinD setup with Docker and Docker Compose installed.

As configured files ingested from a current Kasm Workspaces installer are needed:

/wizard/
├── default_images_amd64.yaml
├── default_images_arm64.yaml
└── LICENSE.txt
/opt/kasm/certs/
├── kasm_wizard.crt
└── kasm_wizard.key
/kasm_release/
└── Full Kasm workspaces installer