1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Authentik
AUTHENTIK_SECRET_KEY=changeme-authentik-secret-key-32chars
AUTHENTIK_BOOTSTRAP_PASSWORD=kitgit-admin-change-me
AUTHENTIK_BOOTSTRAP_EMAIL=admin@kitgit.local
# kitgit
KITGIT_PUBLIC_URL=http://localhost:8080
KITGIT_SESSION_SECRET=changeme-kitgit-session-secret-32b
KITGIT_OIDC_ISSUER=http://localhost:9000/application/o/kitgit/
KITGIT_OIDC_DISCOVERY_URL=http://authentik-server:9000/application/o/kitgit/
KITGIT_OIDC_CLIENT_ID=kitgit
KITGIT_OIDC_CLIENT_SECRET=changeme-oidc-client-secret
KITGIT_OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
# Authentik API (signup). Must match blueprint token key.
KITGIT_AUTHENTIK_URL=http://authentik-server:9000
KITGIT_AUTHENTIK_API_TOKEN=changeme-kitgit-authentik-api-token
AUTHENTIK_TOKEN=changeme-kitgit-authentik-api-token