{"id":17649117,"url":"https://github.com/bndw/ddns","last_synced_at":"2025-07-17T13:34:15.710Z","repository":{"id":112387569,"uuid":"259204394","full_name":"bndw/ddns","owner":"bndw","description":"A quick Dynamic DNS hack for Route53","archived":false,"fork":false,"pushed_at":"2020-04-27T05:25:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T07:42:57.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/bndw.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}},"created_at":"2020-04-27T04:24:47.000Z","updated_at":"2020-04-27T05:25:13.000Z","dependencies_parsed_at":"2023-04-30T01:18:58.479Z","dependency_job_id":null,"html_url":"https://github.com/bndw/ddns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bndw/ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndw%2Fddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndw%2Fddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndw%2Fddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndw%2Fddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bndw","download_url":"https://codeload.github.com/bndw/ddns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndw%2Fddns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265611359,"owners_count":23797872,"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":[],"created_at":"2024-10-23T11:24:10.660Z","updated_at":"2025-07-17T13:34:15.666Z","avatar_url":"https://github.com/bndw.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/bndw/ddns.svg?style=svg)](https://circleci.com/gh/bndw/ddns)\n\n# ddns\n\nA quick Dynamic DNS hack for Route53. \n\n## Usage\n\nRun the container with AWS credentials and it'll create an A record with the machine's public IP.\n\n```sh\ndocker run --rm \\\n  -e ZONEID=FIXME \\\n  -e CNAME=home.example.com \\\n  -e AWS_ACCESS_KEY_ID=FIXME \\\n  -e AWS_SECRET_ACCESS_KEY=FIXME \\\n  -e AWS_REGION=FIXME \\\n  bndw/ddns:latest\n```\n\n#### Kubernetes CronJob\n\n```yaml\napiVersion: batch/v1beta1\nkind: CronJob\nmetadata:\n  name: ddns\nspec:\n  schedule: \"@daily\"\n  jobTemplate:\n    spec:\n      template:\n        spec:\n          containers:\n          - name: ddns\n            image: bndw/ddns:latest\n            env:\n            - name: AWS_ACCESS_KEY_ID\n              value: \"FIXME\"\n            - name: AWS_SECRET_ACCESS_KEY\n              value: \"FIXME\"\n            - name: AWS_REGION\n              value: \"FIXME\"\n            - name: ZONEID \n              value: \"FIXME\"\n            - name: CNAME \n              value: \"home.example.com\"\n          restartPolicy: OnFailure\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbndw%2Fddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbndw%2Fddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbndw%2Fddns/lists"}