{"id":15288858,"url":"https://github.com/waterlemons2k/docker-ddns-go","last_synced_at":"2026-04-27T16:33:52.722Z","repository":{"id":143421106,"uuid":"603650104","full_name":"WaterLemons2k/Docker-ddns-go","owner":"WaterLemons2k","description":"Minimal Docker Image for ddns-go","archived":false,"fork":false,"pushed_at":"2025-03-16T01:02:28.000Z","size":58221,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T02:20:57.869Z","etag":null,"topics":["actions","ddns","ddns-go","docker","docker-image","go","golang"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/waterlemons2k/ddns-go","language":"Go","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/WaterLemons2k.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},"funding":{"custom":"https://afdian.com/a/WaterLemons2k"}},"created_at":"2023-02-19T06:37:47.000Z","updated_at":"2025-03-16T01:02:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"69ae002b-d6df-4c30-a26b-a7f53396acdb","html_url":"https://github.com/WaterLemons2k/Docker-ddns-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2FDocker-ddns-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2FDocker-ddns-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2FDocker-ddns-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2FDocker-ddns-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaterLemons2k","download_url":"https://codeload.github.com/WaterLemons2k/Docker-ddns-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217791,"owners_count":20579297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","ddns","ddns-go","docker","docker-image","go","golang"],"created_at":"2024-09-30T15:53:51.954Z","updated_at":"2026-04-27T16:33:52.710Z","avatar_url":"https://github.com/WaterLemons2k.png","language":"Go","funding_links":["https://afdian.com/a/WaterLemons2k"],"categories":[],"sub_categories":[],"readme":"# Docker-ddns-go\n\nMinimal Docker Image for [ddns-go](https://github.com/jeessy2/ddns-go).  \nVersion: v6.16.10\n\nEnglish | [简体中文](https://github.com/WaterLemons2k/Docker-ddns-go/blob/main/README.zh-CN.md)\n\n## Why?\n\nThe [Official Image](https://hub.docker.com/r/jeessy/ddns-go) is based on [alpine](https://hub.docker.com/_/alpine) and will not be changed due to the requirements for debugging, getting IP by command, etc. (for more infomation, see [jeessy2/ddns-go#340](https://github.com/jeessy2/ddns-go/pull/340))\n\nTherefore, a minimal image based on [scratch](https://hub.docker.com/_/scratch) has been created, containing only ddns-go, the timezone and certificates.\n\nIf you need the minimum image size and don't have the above requirements, you can try this image.\n\n## Usage\n\n- Mount the host directory, use the docker host mode. You can replace `/opt/ddns-go` with any directory on your host, the configuration file is a hidden file\n\n  ```bash\n  docker run -d --name ddns-go --restart=always --net=host -v /opt/ddns-go:/root waterlemons2k/ddns-go\n  ```\n\n- Open `http://DOCKER_IP:9876` in the browser, modify your configuration\n\n- [Optional] Support startup with parameters `-l`listen address `-f`Sync frequency(seconds)\n\n  ```bash\n  docker run -d --name ddns-go --restart=always --net=host -v /opt/ddns-go:/root waterlemons2k/ddns-go -l :9877 -f 600\n  ```\n\n- [Optional] Without using docker host mode\n\n  ```bash\n  docker run -d --name ddns-go --restart=always -p 9876:9876 -v /opt/ddns-go:/root waterlemons2k/ddns-go\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaterlemons2k%2Fdocker-ddns-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaterlemons2k%2Fdocker-ddns-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaterlemons2k%2Fdocker-ddns-go/lists"}