sample-config/secrets-unencrypted/authentik.yaml
Ellis Rahhal d3f8d588b5 HF-7: Move out sops config
* Updated configuration.nix to match latest homefree
* Added secrets config
2024-12-13 17:14:13 -08:00

15 lines
569 B
YAML

authentik:
postgres-password: <postgres password>
authentik-env: |-
AUTHENTIK_REDIS__HOST=localhost
AUTHENTIK_POSTGRESQL__HOST=localhost
AUTHENTIK_POSTGRESQL__USER=authentik
AUTHENTIK_POSTGRESQL__NAME=authentik
AUTHENTIK_POSTGRESQL__PASSWORD=<postgres password>
AUTHENTIK_SECRET_KEY=<authentik secret key>
AUTHENTIK_TOKEN=<authentik token>
authentik-ldap-env: |-
AUTHENTIK_HOST=http://localhost:9000
AUTHENTIK_TOKEN=<authenik ldap token>
AUTHENTIK_INSECURE=true