Compose-Examples/examples/authentik
2024-10-24 20:22:03 +02:00
..
.env chore: add authentik version as env 2024-09-11 09:45:17 +02:00
docker-compose.yml Update docker-compose.yml 2024-10-24 20:22:03 +02:00
README.md docs: fix typo 2024-09-26 09:49:08 +02:00

References

Notes

Start by creating a new Docker network for separation:

docker network create authentik-internal

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