2022-02-23 00:00:46 -03:00
{
"categories" : [
"DNS" ,
"Tools"
] ,
2024-11-01 21:32:14 -05:00
"description" : "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API." ,
2022-02-23 00:00:46 -03:00
"env" : [
{
"default" : "" ,
2024-11-01 21:32:14 -05:00
"label" : "CLOUDFLARE_API_TOKEN" ,
"name" : "CLOUDFLARE_API_TOKEN"
2022-02-23 00:00:46 -03:00
} ,
{
"default" : "" ,
"label" : "DOMAINS (Comma Separated List)" ,
"name" : "DOMAINS"
} ,
{
"default" : "true" ,
"label" : "PROXIED" ,
"name" : "PROXIED"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm32" : "favonia/cloudflare-ddns:latest" ,
"image_arm64" : "favonia/cloudflare-ddns:latest" ,
"image_amd64" : "favonia/cloudflare-ddns:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/cloudflare-ddns.png" ,
"name" : "cloudflare-ddns" ,
2022-03-17 10:26:44 -05:00
"officialDoc" : "https://github.com/favonia/cloudflare-ddns/" ,
2022-02-23 00:00:46 -03:00
"platform" : "linux" ,
"restart_policy" : "unless-stopped" ,
"title" : "Cloudflare DDNS" ,
"type" : 1 ,
"webpage" : "https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/"
}