2025-02-07 19:32:06 +01:00
|
|
|
traefik:
|
2025-02-11 17:21:09 +01:00
|
|
|
acmeEmail: email@example.com
|
|
|
|
CLOUDFLARE_EMAIL: email@example.com
|
|
|
|
CLOUDFLARE_DNS_API_TOKEN: AVeryLongAPIKeyHere
|
2025-02-07 19:32:06 +01:00
|
|
|
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
|
2025-02-16 12:30:00 +01:00
|
|
|
forgejo:
|
|
|
|
db_pass: AVeryLongSecurePassword
|
|
|
|
# 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
|
|
|
|
|
2025-02-11 17:21:09 +01:00
|
|
|
postgres:
|
|
|
|
# Every database used should have an entry with the password here
|
|
|
|
authentik: AVeryLongSecurePassword
|
2025-02-16 12:30:00 +01:00
|
|
|
forgejo: AVeryLongSecurePassword
|
|
|
|
|