1
0
Fork 0
1Panel-Appstore/apps/authentik
renovate[bot] d0c2b2faa6
chore(deps): update ghcr.io/goauthentik/server docker tag to v2026.2.1 (localApps) (#4322)
2026-03-03 22:15:50 +00:00
..
2026.2.1 chore(deps): update ghcr.io/goauthentik/server docker tag to v2026.2.1 (localApps) (#4322) 2026-03-03 22:15:50 +00:00
README.md 📝 docs(authentik): fix YAML code block indentation in README 2026-01-09 18:12:32 +08:00
README_en.md 📝 docs(authentik): fix YAML code block indentation in README 2026-01-09 18:12:32 +08:00
data.yml feat(authentik): add authentik version 2025.10.3 application package 2026-01-05 01:02:46 +08:00
logo.png feat(authentik): add authentik version 2025.10.3 application package 2026-01-05 01:02:46 +08:00

README_en.md

Introduction

authentik is an open-source Identity Provider (IdP) for modern SSO.

Configuration and Usage Instructions

  1. 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.

  2. After installing the application, you can edit docker-compose.yml to 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
    
  3. After installing the application, copy GeoLite2-City.mmdb and GeoLite2-ASN.mmdb to the geoip directory to enable GeoIP support.