|
|
||
|---|---|---|
| .. | ||
| 2026.2.1 | ||
| README.md | ||
| README_en.md | ||
| data.yml | ||
| logo.png | ||
README_en.md
Introduction
authentik is an open-source Identity Provider (IdP) for modern SSO.
Configuration and Usage Instructions
-
To start the initial setup, navigate to
http://<your server's IP or hostname>:port/if/flow/initial-setup/You will get a Not Found error if initial setup URL doesn't include the trailing forward slash /. Make sure you use the complete url (http://<your server's IP or hostname>:port/if/flow/initial-setup/) including the trailing forward slash.
-
After installing the application, you can edit
docker-compose.ymlto add other environment variables. Refer to the documentation for environment variables.For example
x-authentik-envs: &a1 # Reference https://docs.goauthentik.io/install-config/configuration/ # SMTP Host Emails are sent to AUTHENTIK_EMAIL__HOST: localhost AUTHENTIK_EMAIL__PORT: 25 # Optionally authenticate (don't add quotation marks to your password) AUTHENTIK_EMAIL__USERNAME: AUTHENTIK_EMAIL__PASSWORD: # Use StartTLS AUTHENTIK_EMAIL__USE_TLS: false # Use SSL AUTHENTIK_EMAIL__USE_SSL: false AUTHENTIK_EMAIL__TIMEOUT: 10 # Email address authentik will send from, should have a correct @domain AUTHENTIK_EMAIL__FROM: authentik@localhost -
After installing the application, copy
GeoLite2-City.mmdbandGeoLite2-ASN.mmdbto thegeoipdirectory to enable GeoIP support.