Add cfddns app - Cloudflare DDNS using favonia image
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-15 21:00:41 +00:00
parent a7691b16f0
commit ca826a6229
2 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"schemaVersion": 2,
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
"services": [
{
"name": "cfddns",
"image": "favonia/cloudflare-ddns:1.17.0",
"isMain": true,
"environment": {
"CLOUDFLARE_API_TOKEN": "${CLOUDFLARE_API_TOKEN}",
"DOMAINS": "${DOMAINS}",
"PROXIED": "${PROXIED:-false}",
"UPDATE_CRON": "${UPDATE_CRON:-@every 5m}",
"TZ": "${TZ:-UTC}"
}
}
]
}