docs: adjust authentik notes

This commit is contained in:
LRVT
2024-09-26 09:48:50 +02:00
committed by GitHub
parent 02a05c11ba
commit 7c33fd8249

View File

@@ -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)://<myserver>/if/flow/initial-setup/
# with TLS reverse proxy
https://<hostname>/if/flow/initial-setup/
# without TSL reverse proxy
https://<hostname>:9000/if/flow/initial-setup/
````