|
|
@@ -1,39 +0,0 @@
|
|
1
|
|
-authentik:
|
|
2
|
|
- secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
|
|
3
|
|
- # This sends anonymous usage-data, stack traces on errors and
|
|
4
|
|
- # performance data to sentry.beryju.org, and is fully opt-in
|
|
5
|
|
- error_reporting:
|
|
6
|
|
- enabled: true
|
|
7
|
|
- postgresql:
|
|
8
|
|
- password: "ThisIsNotASecurePasswordEither"
|
|
9
|
|
-
|
|
10
|
|
- email:
|
|
11
|
|
- # -- SMTP Server emails are sent from, fully optional
|
|
12
|
|
- host: "mail.your-server.de"
|
|
13
|
|
- port: 587
|
|
14
|
|
- # -- SMTP credentials, when left empty, not authentication will be done
|
|
15
|
|
- username: "authentik@kaisers.info"
|
|
16
|
|
- # -- SMTP credentials, when left empty, not authentication will be done
|
|
17
|
|
- password: "6qL3XdwQUw2UJ75U"
|
|
18
|
|
- # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
19
|
|
- use_tls: true
|
|
20
|
|
- # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
|
|
21
|
|
- use_ssl: false
|
|
22
|
|
- # -- Connection timeout
|
|
23
|
|
- timeout: 30
|
|
24
|
|
- # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
|
|
25
|
|
- from: "authentik <authentik@kaisers.info>"
|
|
26
|
|
-
|
|
27
|
|
-ingress:
|
|
28
|
|
- enabled: true
|
|
29
|
|
- hosts:
|
|
30
|
|
- - host: authentik.kaisers.info
|
|
31
|
|
- paths:
|
|
32
|
|
- - path: "/"
|
|
33
|
|
- pathType: Prefix
|
|
34
|
|
-
|
|
35
|
|
-postgresql:
|
|
36
|
|
- enabled: true
|
|
37
|
|
- postgresqlPassword: "ThisIsNotASecurePasswordEither"
|
|
38
|
|
-redis:
|
|
39
|
|
- enabled: true
|