config/example_secrets.yaml

28 lines
895 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
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
postgres:
# Every database used should have an entry with the password here
authentik: AVeryLongSecurePassword
forgejo: AVeryLongSecurePassword