| 12345678910111213141516171819202122 |
- authentik:
- secret_key: "PleaseGenerateA50CharKeyOrSo"
- # This sends anonymous usage-data, stack traces on errors and
- # performance data to sentry.beryju.org, and is fully opt-in
- error_reporting:
- enabled: true
- postgresql:
- password: "ThisIsNotASecurePasswordEither"
-
- ingress:
- enabled: true
- hosts:
- - host: authentik.kaisers.info
- paths:
- - path: "/"
- pathType: Prefix
-
- postgresql:
- enabled: true
- postgresqlPassword: "ThisIsNotASecurePasswordEither"
- redis:
- enabled: true
|