From bbc9dcd4a554d4755e0ec5b10ef9f8450974bd65 Mon Sep 17 00:00:00 2001 From: Nuc1eoN Date: Fri, 28 Apr 2023 17:23:43 +0200 Subject: [PATCH] Updated Enabling admin page (markdown) --- Enabling-admin-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index cbff99a..ab58245 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -87,7 +87,7 @@ echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 19456 -t 2 -p 1 # Output: $argon2id$v=19$m=19456,t=2,p=1$cXpKdUxHSWhlaUs1QVVsSStkbTRPQVFPSmdpamFCMHdvYjVkWTVKaDdpYz0$E1UgBKjUCD2Roy0jdHAJvXihugpG+N9WcAaR8P6Qn/8 ``` -Use this string in you docker/podman CLI command. For `docker-compose.yml` files follow the instructions below. Do not forget to edit the `admin_token` in your `config.json` too, if it has already been created. +Use this string in your docker/podman CLI command. For `docker-compose.yml` files follow the instructions below. If you are on an existing setup, do not forget to update your password/token via the admin web interface, too. ### How to prevent variable interpolation in `docker-compose.yml`