# 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" # https://my.zerotier.com/account zerotier_central_token = "foobartoken" ntfy = { # https://ntfy.sh/app or your own instance url = "https://ntfy.sh/random_topic_name_here_a8sd7fkjxlkcjasdw33813" # Optional, required if the ntfy instance has access control enabled username = "" # Optional, required if the ntfy instance has access control enabled password = "" }