Authentik auth
This commit is contained in:
26
.env.example
Normal file
26
.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
AUTHENTIK_IMAGE=docker.io/authentik/server
|
||||
AUTHENTIK_TAG=2026.2.2
|
||||
|
||||
PG_DB=authentik
|
||||
PG_USER=authentik
|
||||
PG_PASS=change-me-postgres-password
|
||||
|
||||
AUTHENTIK_SECRET_KEY=change-me-authentik-secret-key
|
||||
AUTHENTIK_BOOTSTRAP_EMAIL=admin@example.local
|
||||
AUTHENTIK_BOOTSTRAP_PASSWORD=change-me-admin-password
|
||||
AUTHENTIK_BOOTSTRAP_TOKEN=change-me-bootstrap-token
|
||||
|
||||
APP_URL=http://localhost:3000
|
||||
SESSION_SECRET=change-me-session-secret
|
||||
|
||||
AUTHENTIK_PUBLIC_URL=http://localhost:9000
|
||||
AUTHENTIK_INTERNAL_URL=http://host.docker.internal:9000
|
||||
AUTHENTIK_API_TOKEN=change-me-api-token
|
||||
|
||||
AUTHENTIK_LOGIN_FLOW=mm-custom-authentication-flow
|
||||
|
||||
OIDC_CLIENT_ID=mm-custom-frontend
|
||||
OIDC_CLIENT_SECRET=change-me-oidc-client-secret
|
||||
OIDC_ISSUER=http://localhost:9000/application/o/mm-custom-frontend/
|
||||
OIDC_REDIRECT_URI=http://localhost:3000/auth/callback
|
||||
AUTH_DEBUG=false
|
||||
Reference in New Issue
Block a user