From ac2c690791b2be3640978d1caeceb18f3ee60415 Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 1 Dec 2022 18:18:35 -0800 Subject: [PATCH] add back in the notes about ports and unraid --- README.md | 4 ++++ readme-vars.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 7d56a3b..17e5667 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ This image provides various versions that are available via tags. Please read th This container uses [Docker in Docker](https://www.docker.com/blog/docker-can-now-run-within-docker/) and requires being run in `privileged` mode. This container also requires an initial setup that runs on port 3000. +**Unlike other containers the web interface port (default 443) needs to be set for the env variable `KASM_PORT` and both the inside and outside port IE for 4443 `KASM_PORT=4443` `-p 4443:4443`** + +**Unraid users due to the DinD storage layer `/opt/` should be mounted directly to a disk IE `/mnt/disk1/appdata/path` or optimally with a cache disk at `/mnt/cache/appdata/path`** + Access the installation wizard at https://`your ip`:3000 and follow the instructions there. Once setup is complete access https://`your ip`:443 and login with the credentials you entered during setup. The default users are: * admin@kasm.local diff --git a/readme-vars.yml b/readme-vars.yml index 2e179c8..ca5ffb5 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -80,6 +80,10 @@ app_setup_block_enabled: true app_setup_block: | This container uses [Docker in Docker](https://www.docker.com/blog/docker-can-now-run-within-docker/) and requires being run in `privileged` mode. This container also requires an initial setup that runs on port 3000. + **Unlike other containers the web interface port (default 443) needs to be set for the env variable `KASM_PORT` and both the inside and outside port IE for 4443 `KASM_PORT=4443` `-p 4443:4443`** + + **Unraid users due to the DinD storage layer `/opt/` should be mounted directly to a disk IE `/mnt/disk1/appdata/path` or optimally with a cache disk at `/mnt/cache/appdata/path`** + Access the installation wizard at https://`your ip`:3000 and follow the instructions there. Once setup is complete access https://`your ip`:443 and login with the credentials you entered during setup. The default users are: * admin@kasm.local