Compose-Examples/examples/authentik
LRVT 8a8b5970f6
chore: bump authentik
2025-04-30 15:18:11 +02:00
..
.env chore: bump authentik 2025-04-30 15:18:11 +02:00
README.md
docker-compose.yml

README.md

References

Notes

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:

# with TLS reverse proxy
https://<hostname>/if/flow/initial-setup/

# without TLS reverse proxy
https://<hostname>:9000/if/flow/initial-setup/