From fee9628556a4e5698bd8856f0aeac2feff73cbf3 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 10 Jul 2022 18:31:23 -0400 Subject: [PATCH] add note on unraid --- README.md | 2 ++ readme-vars.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index e44548f..d814f01 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ This container uses [Docker in Docker](https://www.docker.com/blog/docker-can-no **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 a474d99..e1f1428 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -80,6 +80,8 @@ app_setup_block: | **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