{"id":25614468,"url":"https://github.com/855579762735/ddclient","last_synced_at":"2025-09-04T05:15:13.697Z","repository":{"id":277387552,"uuid":"932276293","full_name":"855579762735/ddclient","owner":"855579762735","description":"a simple container image for ddclient","archived":false,"fork":false,"pushed_at":"2025-03-10T20:55:50.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T06:38:10.964Z","etag":null,"topics":["ddclient","docker","gplv3"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/855579762735.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":"2025-02-13T16:49:47.000Z","updated_at":"2025-03-10T20:55:53.000Z","dependencies_parsed_at":"2025-03-08T23:21:17.253Z","dependency_job_id":"7a29ed2f-5f5c-4fd8-9b2f-27a9f4a6ff65","html_url":"https://github.com/855579762735/ddclient","commit_stats":null,"previous_names":["855579762735/ddclient"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/855579762735/ddclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/855579762735%2Fddclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/855579762735%2Fddclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/855579762735%2Fddclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/855579762735%2Fddclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/855579762735","download_url":"https://codeload.github.com/855579762735/ddclient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/855579762735%2Fddclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273555459,"owners_count":25126316,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["ddclient","docker","gplv3"],"created_at":"2025-02-22T02:20:08.874Z","updated_at":"2025-09-04T05:15:13.680Z","avatar_url":"https://github.com/855579762735.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple alpine based dockerfile for creating ddclient, just four files needed.\n\u003e This Dockerfile always builds the latest version of ddclient from source.\n## Quick Setup\n### Dockerfile\nJust download the Dockerfile from this repo. You can save it in `/your/desired/Dockerfile/location`.\n### ddclient.conf\nChange into the directory of your choosing to get started with the setup. Then create and configure your ddclient.conf based on the [ddclient official documentation](https://ddclient.net/). Or download the sample configuration from the [official ddclient git](https://github.com/ddclient/ddclient/blob/main/ddclient.conf.in).\n```\ncd /your/desired/setup/location \u0026\u0026 touch ddclient.conf \u0026\u0026 nano ddclient.conf\n```\n### ddclient.cache\nIn order for ddclient to remember it's last update this file must be created;\n```\ncd /your/desired/setup/location \u0026\u0026 touch ddclient.cache\n```\n### docker-compose.yaml\nCreate a `docker-compose.yaml` file somewhere on your localhost to read the Dockerfile and create an image.\n```yaml\nddclient:\n    container_name: ddclient\n    build: /your/desired/Dockerfile/location\n    volumes:\n      - '/your/desired/setup/location/ddclient.conf:/etc/ddclient/ddclient.conf:rw'\n      - '/your/desired/setup/location/ddclient.cache:/var/cache/ddclient/ddclient.cache:rw'\n```\nBuild the image and start the container;\n```\nsudo docker compose buil ddclient \u0026\u0026 sudo docker compose up -d ddclient\n```\nYou can apply any `user:` in your docker-compose.yaml so long as your `ddclient.conf` and `ddclient.cache` are owned by that user.\n```\nsudo chown -R desired_user:desired_group /your/desired/setup/location/ddclient*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F855579762735%2Fddclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F855579762735%2Fddclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F855579762735%2Fddclient/lists"}