2023-09-27 15:50:33 +00:00
|
|
|
# References
|
|
|
|
|
|
|
|
- https://goauthentik.io/docs/installation/
|
2023-09-29 09:54:17 +00:00
|
|
|
- https://blog.lrvt.de/authentik-traefik-azure-ad/
|
|
|
|
|
|
|
|
# Notes
|
|
|
|
|
2024-11-13 22:01:30 +00:00
|
|
|
Adjust the `.env` file with your private secrets and spawn up the stack:
|
2024-09-26 07:47:25 +00:00
|
|
|
|
|
|
|
````
|
|
|
|
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.
|
2023-09-29 09:54:17 +00:00
|
|
|
|
|
|
|
This is done by visiting the following URL:
|
|
|
|
|
|
|
|
````
|
2024-09-26 07:48:50 +00:00
|
|
|
# with TLS reverse proxy
|
|
|
|
https://<hostname>/if/flow/initial-setup/
|
|
|
|
|
2024-09-26 07:49:08 +00:00
|
|
|
# without TLS reverse proxy
|
2024-09-26 07:48:50 +00:00
|
|
|
https://<hostname>:9000/if/flow/initial-setup/
|
2023-09-29 09:54:17 +00:00
|
|
|
````
|