{"id":15587871,"url":"https://github.com/david-lor/docker-duckdns","last_synced_at":"2026-05-01T16:32:26.071Z","repository":{"id":104268777,"uuid":"222021287","full_name":"David-Lor/Docker-DuckDNS","owner":"David-Lor","description":"Docker image to auto-update DuckDNS domains","archived":false,"fork":false,"pushed_at":"2020-04-20T20:42:32.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T08:57:22.369Z","etag":null,"topics":["ddns","docker","docker-image","dockerfile","duckdns"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/David-Lor.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}},"created_at":"2019-11-15T23:49:28.000Z","updated_at":"2023-01-13T00:16:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"db612760-bf28-492e-999d-1cfe321a7204","html_url":"https://github.com/David-Lor/Docker-DuckDNS","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"4c23c90fa7f7e4ad13c929ba0eb04bd291aff5f5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/David-Lor/Docker-DuckDNS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FDocker-DuckDNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FDocker-DuckDNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FDocker-DuckDNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FDocker-DuckDNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/David-Lor","download_url":"https://codeload.github.com/David-Lor/Docker-DuckDNS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FDocker-DuckDNS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["ddns","docker","docker-image","dockerfile","duckdns"],"created_at":"2024-10-02T22:20:17.273Z","updated_at":"2026-05-01T16:32:26.041Z","avatar_url":"https://github.com/David-Lor.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-DuckDNS\n\n[![Docker Hub](https://img.shields.io/badge/%20-DockerHub-blue?logo=docker\u0026style=plastic)](https://hub.docker.com/r/davidlor/duckdns)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/davidlor/duckdns?sort=date\u0026style=plastic)\n\nDocker image to update [DuckDNS](https://www.duckdns.org/) dynamic domains, \naccording to the [HTTP API specifications](https://www.duckdns.org/spec.jsp).\n\nThe image will request the DuckDNS HTTPS API endpoint in loop each X minutes,\nupdating the IP associated with your domain/s with the IP that performed the request.\n\nMain features:\n\n- Based on `alpine:latest`\n- Using `curl` as a non-root user\n- Token can be provided using Docker Secrets\n\n## Getting started\n\nSupposing your domain is `mydomain.duckdns.org`:\n\n```bash\ndocker run -d -e DOMAINS=mydomain.duckdns.org -e TOKEN=abcd1234 -e FREQUENCY=10 davidlor/duckdns\n```\n\n- **DOMAINS**: comma-separated list of your duckdns.org domains (required)\n- **TOKEN**: your personal DuckDNS token (required or provide using Docker Secret)\n- **FREQUENCY**: time to wait between requests, in minutes (default: 15)\n\n### Token using Docker Secrets\n\nThe Token can be provided using a Docker Secret called `token`.\nSee the example with [Docker Compose](examples/duckdns-example-secrets).\nThe Secret token has more priority than the Env token.\n\n## Changelog\n\n- 0.1: Initial release\n\n## TODO\n\n- Multi-arch support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fdocker-duckdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-lor%2Fdocker-duckdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fdocker-duckdns/lists"}