Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 908 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 908 Bytes

Authentik

To start the authentik server and its services run:

docker compose up

User Credentials

Wait for some minutes and open http://localhost:9000.

For login you can use the superadmin credentials:

description value
username akadmin
email [email protected]
password dreammall

E-Mail testing

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.