To start the authentik server and its services run:
docker compose up
Wait for some minutes and open http://localhost:9000.
For login you can use the superadmin credentials:
description | value |
---|---|
username | akadmin |
[email protected] | |
password | dreammall |
Authentik e-mails can be checked locally via Mailpit.
The given setup can be tested via Authentik's e-mail testing tool
Send a test email with:
docker compose exec worker ak test_email [email protected]
Visit Mailpit and see your test email.