No description
Find a file
Richard Koliser 2a3b4f1a3c Merge branch 'bugfix/KASM-8472-redirect-kasm-install-wizard-issues-to-central-issue-tracker' into 'develop'
KASM-8472 redirect kasm-install-wizard issues to central issue tracker

Closes KASM-8472

See merge request kasm-technologies/internal/kasm_install_wizard!5
2026-07-15 19:37:43 +00:00
public KASM-8264 fixed implicit globals, update vars, change loops, fix vulns 2026-04-15 10:35:14 +01: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-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
list.json KASM-8264 Registry based wizard installer 2026-04-14 18:12:49 +01: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 KASM-8472 redirect kasm-install-wizard issues to central issue tracker 2026-05-26 15:25:57 +00: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

Reporting Issues

To report any issues for this repository, please use our central issue tracker: Kasm Workspaces Issue Tracker