Add cfddns app - Cloudflare DDNS using favonia image
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
18
apps/cfddns/docker-compose.json
Normal file
18
apps/cfddns/docker-compose.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user