Add Cloudflare DDNS for devopshomelab.com (IPv4 A records)
timothyjmiller/cloudflare-ddns with host networking; render env from secrets (apex + subdomains mc/minecraft/vpn/www/forgejo/jellyfin).
This commit is contained in:
parent
60f8a89c87
commit
c130080c52
5 changed files with 129 additions and 0 deletions
|
|
@ -24,3 +24,17 @@ TWEAKNEWSSSLPORT=563
|
|||
TWEAKNEWSLOGIN=
|
||||
TWEAKNEWSPASSWORD=
|
||||
TWEAKNEWSCONNECTIONS=40
|
||||
|
||||
# --- Cloudflare DDNS (timothyjmiller/cloudflare-ddns) ---
|
||||
# API token needs Zone.DNS Edit on the zone (not the global API key)
|
||||
CLOUDFLAREAPIKEY=
|
||||
# optional aliases
|
||||
CLOUDFLARE_API_TOKEN=
|
||||
CLOUDFLAREZONEID=
|
||||
CLOUDFLAREACCOUNTID=
|
||||
CLOUDFLAREDOMAIN=devopshomelab.com
|
||||
# Comma-separated labels (or FQDNs). Apex is always included.
|
||||
CLOUDFLARESUBDOMAINS=mc,minecraft,vpn,www,forgejo,jellyfin
|
||||
# false = DNS-only (needed for VPN); true = orange-cloud proxy
|
||||
CLOUDFLARE_PROXIED=false
|
||||
CLOUDFLARE_UPDATE_CRON=@every 5m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue