mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
2cd8a249b6
- Tailscale UX is better, and the Headscale control server is also easier to self-host than ZeroTier (although Headscale is not the official control server, the author now works at Tailscale) - Wireguard is also added as an alternative to avoid relying on a third-party service, however it requires port-forwarding
22 lines
656 B
Plaintext
22 lines
656 B
Plaintext
# 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"
|
|
|
|
ntfy = {
|
|
# https://ntfy.sh or your own instance
|
|
url = "https://ntfy.sh"
|
|
# Your topic name
|
|
topic = "random_topic_name_here_a8sd7fkjxlkcjasdw33813"
|
|
}
|
|
|
|
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
|
|
#
|
|
# key = "value"
|
|
}
|