{"id":18555650,"url":"https://github.com/kdpuvvadi/cf-ddns","last_synced_at":"2026-02-18T03:38:51.449Z","repository":{"id":65621010,"uuid":"582608917","full_name":"kdpuvvadi/cf-ddns","owner":"kdpuvvadi","description":"Lightweight Docker image for cloudflare DDNS","archived":false,"fork":false,"pushed_at":"2025-04-02T06:29:04.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T14:17:59.614Z","etag":null,"topics":["cloudflare","ddns","ddns-client","ddns-script","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdpuvvadi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-27T10:58:28.000Z","updated_at":"2025-04-02T06:25:46.000Z","dependencies_parsed_at":"2024-11-06T21:33:31.161Z","dependency_job_id":"aa60e1d0-8939-497b-9968-4040a9054017","html_url":"https://github.com/kdpuvvadi/cf-ddns","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kdpuvvadi/cf-ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fcf-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fcf-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fcf-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fcf-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdpuvvadi","download_url":"https://codeload.github.com/kdpuvvadi/cf-ddns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fcf-ddns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29567602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare","ddns","ddns-client","ddns-script","docker","docker-compose"],"created_at":"2024-11-06T21:27:27.717Z","updated_at":"2026-02-18T03:38:46.441Z","avatar_url":"https://github.com/kdpuvvadi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Cloudflare DDNS\n\n[![build](https://github.com/kdpuvvadi/cf-ddns/actions/workflows/build.yml/badge.svg)](https://github.com/kdpuvvadi/cf-ddns/actions/workflows/build.yml)\n\nDDNS service for cloudflare\n\n## Creating a Cloudflare API token\n\nTo create a CloudFlare API token for your DNS zone go to [https://dash.cloudflare.com/profile/api-tokens](https://dash.cloudflare.com/profile/api-tokens) and follow these steps:\n\n* Click Create Token\n* Provide the token a name, for example, cloudflare-ddns\n* Grant the token the following permissions:\n* `Zone` - `Zone Settings` - `Read`\n* `Zone` - `Zone` - `Read`\n* `Zone` - `DNS` - `Edit`\n* Set the zone resources to:\n* Include - All zones\n\n## Deployment\n\n```shell\ndocker run -d --name ddns \\\n  --restart=always \\\n  -e TOKEN=token \\\n  -e DOMAIN=example.com \\\n  -e CNAME=test \\\n  kdpuvvadi/cf-ddns:latest\n```\n\nWith `docker-compose`\n\n```yaml\nversion: \"3\"\n\nservices:\n  ddns:\n    container_name: ddns\n    image: kdpuvvadi/cf-ddns:latest\n    environment:\n      TOKEN: 'Token Here'\n      DOMAIN: 'example.com'\n      CNAME: 'cname'\n    restart: unless-stopped\n```\n\n## LICENSE\n\nLicensed under [MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdpuvvadi%2Fcf-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdpuvvadi%2Fcf-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdpuvvadi%2Fcf-ddns/lists"}