Authentik auth

This commit is contained in:
Local User
2026-05-01 19:37:40 +03:00
parent 51495deece
commit 3a8514d435
4 changed files with 480 additions and 331 deletions

View File

@@ -11,7 +11,6 @@ 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
@@ -23,4 +22,5 @@ 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
COOKIE_SECURE=false
AUTH_DEBUG=false