From 7c33fd82498b2089ca6284409723ab93168af9ce Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:48:50 +0200 Subject: [PATCH] docs: adjust authentik notes --- examples/authentik/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/authentik/README.md b/examples/authentik/README.md index 7bea2d6..7b7273b 100644 --- a/examples/authentik/README.md +++ b/examples/authentik/README.md @@ -22,5 +22,9 @@ After spawning up the Authentik stack, you will be greeted by Authentik's login This is done by visiting the following URL: ```` -http(s):///if/flow/initial-setup/ +# with TLS reverse proxy +https:///if/flow/initial-setup/ + +# without TSL reverse proxy +https://:9000/if/flow/initial-setup/ ````