# =================================== # Authentification app (authentik) # PostgresQL conf PG_PASS=change_this_cuz_its_ur_db_pass PG_USER=authentik # it's okay # Image Settings AUTHENTIK_IMAGE=ghcr.io/goauthentik/server AUTHENTIK_TAG=2025.10.2 # Networking PORT_HTTP=9000 PORT_HTTPS=9443 # btw likely already used by portainer AUTHENTIK_SECRET_KEY=super_secret_super_scary_authenik_key AUTHENTIK_BOOTSTRAP_PASSWORD=pls_change_this AUTHENTIK_ERROR_REPORTING__ENABLED=true # Or false to turn off