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/ ````