From 02a05c11ba29c93c65bd3d652cacc34b52df08f1 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:47:25 +0200 Subject: [PATCH] docs: adjust authentik notes --- examples/authentik/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/authentik/README.md b/examples/authentik/README.md index 5f00ae0..7bea2d6 100644 --- a/examples/authentik/README.md +++ b/examples/authentik/README.md @@ -5,7 +5,19 @@ # Notes -After spawning up this Authentik stack, you will be greeted by Authentik's login dashboard. However, you have to onboard an admin user first. +Start by creating a new Docker network for separation: + +```` +docker network create authentik-internal +```` + +Then adjust the `.env` file with your private secrets and spawn up the stack: + +```` +docker compose up -d +```` + +After spawning up the Authentik stack, you will be greeted by Authentik's login dashboard. However, you have to onboard an admin user first. This is done by visiting the following URL: