2024-01-20 11:48:25 +07:00
|
|
|
# https://dash.cloudflare.com/profile
|
|
|
|
cloudflare_email = "myaccount@example.com"
|
|
|
|
# https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids
|
|
|
|
cloudflare_account_id = "foobarid"
|
|
|
|
# https://dash.cloudflare.com/profile/api-tokens
|
|
|
|
cloudflare_api_key = "foobarkey"
|
|
|
|
|
2024-01-21 14:43:26 +07:00
|
|
|
ntfy = {
|
2024-01-25 00:44:46 +07:00
|
|
|
# https://ntfy.sh or your own instance
|
|
|
|
url = "https://ntfy.sh"
|
|
|
|
# Your topic name
|
|
|
|
topic = "random_topic_name_here_a8sd7fkjxlkcjasdw33813"
|
2024-01-21 14:43:26 +07:00
|
|
|
}
|
2024-03-14 20:07:27 +07:00
|
|
|
|
|
|
|
extra_secrets = {
|
|
|
|
# Try to keep this to a minimum with third-party secrets
|
|
|
|
# Consider using the secret generator if possible
|
|
|
|
# ../platform/global-secrets/files/secret-generator/config.yaml
|
2024-11-22 15:26:43 +07:00
|
|
|
# Here's some examples of what you might want to add:
|
2024-03-14 20:07:27 +07:00
|
|
|
#
|
2024-11-24 23:32:29 +07:00
|
|
|
# wireguard-private-key = "wg genkey output here"
|
2024-11-22 15:26:43 +07:00
|
|
|
# tailscale-auth-key = "tskey-auth-xxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
# restic-password = "xxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
# restic-s3-bucket = "https://s3.amazonaws.com/my-homelab-backup-xxxxxxxxxx"
|
|
|
|
# restic-s3-access-key = "xxxxxxxxxxxxxxxx"
|
|
|
|
# restic-s3-secret-key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
2024-03-14 20:07:27 +07:00
|
|
|
}
|