From ee28328f3df814d3fc693f302ff31ea62376eedf Mon Sep 17 00:00:00 2001 From: fxequals Date: Sat, 19 Jul 2025 09:40:16 -0400 Subject: [PATCH] updated warnings --- emerald-theory/authentik/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/emerald-theory/authentik/README.md b/emerald-theory/authentik/README.md index 7a7c5a9..6799c72 100644 --- a/emerald-theory/authentik/README.md +++ b/emerald-theory/authentik/README.md @@ -37,7 +37,8 @@ AUTHENTIK_EMAIL__FROM= # **Post-Install** ->[!warning] Wait a few minutes before attempting to connect for the first time. All servers need to show as **Healthy** in Dockge +> **⚠️ Warning** +> Wait a few minutes before attempting to connect for the first time. All servers need to show as **Healthy** in Dockge Go to http://your-server-ip:9000/if/flow/initial-setup/ - Create a unique email and password for admin account @@ -122,7 +123,10 @@ location @goauthentik_proxy_signin { } ``` ->[!note] Edit the IP address in `proxy_pass` above and make sure it matches the one you specify in the Authentik docker-compose file +> **Note** +> If you are using Portainer to manage your Docker environment, you need to specify the ENV_FILE name to be `stacks.env` + +Edit the IP address in `proxy_pass` above and make sure it matches the one you specify in the Authentik docker-compose file # **Authentik** @@ -183,4 +187,5 @@ location @goauthentik_proxy_signin { 4) Click on **Update** # **Additional Information** --- ->[!warning] If you are using Portainer to manage your Docker environment, you need to specify the ENV_FILE name to be `stacks.env` +> **⚠️ Warning** +> If you are using Portainer to manage your Docker environment, you need to specify the ENV_FILE name to be `stacks.env`