chore(kasm): Add basic Kasm installation information (#6819)

* Add basic Kasm installation information

* bump

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Christian Heimlich 2023-02-02 17:08:06 -05:00 committed by GitHub
parent 64a638dd81
commit 4e705e766f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View File

@ -24,9 +24,8 @@ name: kasm
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/kasm
- https://hub.docker.com/kasmweb/workspaces
- kasmweb/workspaces
- https://www.kasmweb.com/
- https://github.com/orgs/linuxserver/packages/container/package/kasm
- https://github.com/linuxserver/docker-kasm#readme
type: application
version: 3.2.3
version: 3.2.4

View File

@ -0,0 +1,26 @@
# Installation Notes
## Services
This chart provides two services:
- Main Service
- Admin Service
The Main Service provides the primary functionality of the chart, while the Admin service is used for first-time setup and generally does not need to be accessed afterwards.
## Configuration
The admin service **must** first be used to setup Kasm before the main service can be accessed.
Connect to the admin service at `https://HOST_IP:PORT` (10351 by default) and follow the prompts to complete the initial setup. Once you are at the dashboard you can switch over to the main service and login with the user you just configured.
:::info
You cannot use ingress to access the admin service, it must be accessed via host-ip/port.
:::
Attempting to access the main service before doing this will result in `ERR_CONNECTION_REFUSED`.
At this point, if you wish, you can change the admin service networking from `LoadBalancer` to `ClusterIP` to conceal its port since you likely won't need to access it again.