14 lines
457 B
YAML
14 lines
457 B
YAML
|
traefik:
|
||
|
acmeEmail: email@example.com
|
||
|
CLOUDFLARE_EMAIL: email@example.com
|
||
|
CLOUDFLARE_DNS_API_TOKEN: AVeryLongAPIKeyHere
|
||
|
authentik:
|
||
|
db_pass: AVeryLongSecurePassword
|
||
|
secret_key: AVeryLongSecretKey
|
||
|
# Some of these are not really secret, but having it in one place is easier
|
||
|
email_host: mail.example.com
|
||
|
email_port: "587"
|
||
|
email_from: mail@example.com
|
||
|
email_username: mail@example.com
|
||
|
email_password: ADifferentVeryLongSecurePassword
|