No description
Find a file
Richard Koliser 60e9c3a231 Merge branch 'feature/QA-21_switch_runners_to_OCI' into 'develop'
QA-21 switched runners from AWS to OCI

Closes QA-21

See merge request kasm-technologies/internal/kasm_install_wizard!1
2025-06-04 03:55:15 +00:00
public add ability to disable the wizard 2022-06-29 16:01:33 -04:00
.gitignore initial version 2022-06-28 12:08:43 -04:00
.gitlab-ci.yml QA-21 switched runners from AWS to OCI 2025-06-03 15:47:17 -05:00
index.js add ability to disable the wizard 2022-06-29 16:01:33 -04:00
package.json initial version 2022-06-28 12:08:43 -04: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