Compose-Examples/examples/authentik
LRVT a68e3b65cc
chore: Update README.md
2024-11-13 23:01:30 +01:00
..
.env chore: upgrade authentik 2024-11-06 13:09:56 +01:00
README.md chore: Update README.md 2024-11-13 23:01:30 +01:00
docker-compose.yml chore: define env version if missing 2024-11-06 13:17:57 +01:00

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/