{"id":20618620,"url":"https://github.com/allanchain/qcloud-ddns-docker","last_synced_at":"2026-02-14T22:31:28.038Z","repository":{"id":108641443,"uuid":"554256669","full_name":"AllanChain/qcloud-ddns-docker","owner":"AllanChain","description":"Tencent Cloud (DNSPod) DDNS in Docker","archived":false,"fork":false,"pushed_at":"2022-11-02T00:58:04.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T18:06:18.255Z","etag":null,"topics":["ddns","ddns-updater","dnspod","dnspod-ddns","docker","tencent-cloud"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/allanchain/qcloud-ddns","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AllanChain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"ko_fi":"allanchain"}},"created_at":"2022-10-19T14:05:26.000Z","updated_at":"2024-08-06T18:21:46.000Z","dependencies_parsed_at":"2023-07-02T08:42:31.976Z","dependency_job_id":null,"html_url":"https://github.com/AllanChain/qcloud-ddns-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AllanChain/qcloud-ddns-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanChain%2Fqcloud-ddns-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanChain%2Fqcloud-ddns-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanChain%2Fqcloud-ddns-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanChain%2Fqcloud-ddns-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllanChain","download_url":"https://codeload.github.com/AllanChain/qcloud-ddns-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanChain%2Fqcloud-ddns-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29458590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ddns","ddns-updater","dnspod","dnspod-ddns","docker","tencent-cloud"],"created_at":"2024-11-16T12:09:02.675Z","updated_at":"2026-02-14T22:31:28.031Z","avatar_url":"https://github.com/AllanChain.png","language":"Shell","funding_links":["https://ko-fi.com/allanchain"],"categories":[],"sub_categories":[],"readme":"# Tencent Cloud (DNSPod) DDNS in Docker\n\n[GitHub link](https://github.com/AllanChain/qcloud-ddns-docker/) | [Docker Hub link](https://hub.docker.com/r/allanchain/qcloud-ddns/)\n\nThis docker will check the current IP of the machine. If the IP changes, it will update the DNS records on tencent cloud.\n\n## Run (Docker)\n\n```sh\ndocker run -it -e DDNS_RECORDS='@:A' -e DOMAIN=example.com -e TENCENTCLOUD_SECRET_ID=AKID123456 \\\n  -e TENCENTCLOUD_SECRET_KEY=secret-key-stuff -e TENCENTCLOUD_REGION=ap-guangzhou \\\n  allanchain/qcloud-ddns\n```\n\n## Run (Docker Compose)\n\n`docker-compose.yml`:\n\n```yaml\nversion: '3'\nservices:\n  ddns:\n    image: allanchain/qcloud-ddns\n    container_name: qcloud-ddns\n    restart: 'unless-stopped'\n    env_file:\n      - env.env\n    network_mode: host\n```\n\n## Environments\n\n| Name                      | Example            | Description                                                                        |\n|:------------------------- |:------------------ |:---------------------------------------------------------------------------------- |\n| `DDNS_RECORDS`            | `@:A *:AAAA`       | The records to modify.\u003cbr/\u003eShould be `name@type` pair, and separated with a space. |\n| `DOMAIN`                  | `example.com`      | The domain.                                                                        |\n| `TENCENTCLOUD_SECRET_ID`  | `AKID123456`       |                                                                                    |\n| `TENCENTCLOUD_SECRET_KEY` | `secret-key-stuff` |                                                                                    |\n| `TENCENTCLOUD_REGION`     | `ap-guangzhou`     |                                                                                    |\n| `IPV4_API`                |                    | Default `https://api.ipify.org`                                                  |\n| `IPV6_API`                |                    | Default `https://api64.ipify.org`                                                  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanchain%2Fqcloud-ddns-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallanchain%2Fqcloud-ddns-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanchain%2Fqcloud-ddns-docker/lists"}