{"id":26197656,"url":"https://github.com/isfakeaccount/ddns_updater","last_synced_at":"2026-04-21T15:37:00.497Z","repository":{"id":278676512,"uuid":"936415697","full_name":"isFakeAccount/ddns_updater","owner":"isFakeAccount","description":"ddns_updater","archived":false,"fork":false,"pushed_at":"2025-02-21T04:13:58.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T04:28:24.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isFakeAccount.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-02-21T03:36:02.000Z","updated_at":"2025-02-21T04:14:01.000Z","dependencies_parsed_at":"2025-02-21T04:28:30.969Z","dependency_job_id":"150fc0bb-ca4b-4aff-819e-29f858845cda","html_url":"https://github.com/isFakeAccount/ddns_updater","commit_stats":null,"previous_names":["isfakeaccount/ddns_updater"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isFakeAccount%2Fddns_updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isFakeAccount%2Fddns_updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isFakeAccount%2Fddns_updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isFakeAccount%2Fddns_updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isFakeAccount","download_url":"https://codeload.github.com/isFakeAccount/ddns_updater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243147270,"owners_count":20243745,"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":"2025-03-12T02:48:21.270Z","updated_at":"2026-04-21T15:37:00.482Z","avatar_url":"https://github.com/isFakeAccount.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDNS Updater\n\nDDNS Updater is a simple, systemd-based utility that periodically updates your dynamic DNS (DDNS) records. \n\n## Installation\n\nClone this repo in /usr/local/share\n\n```bash\ngit clone https://github.com/isFakeAccount/ddns_updater.git\n```\n\nChange the ownership of the cloned directory by using this cmd\n\n```bash\nsudo chown -R $USER: ddns_updater\n```\n\n## Features\n- Uses `systemd` to ensure periodic updates.\n- Supports multiple DDNS providers via a JSON-based configuration.\n\n## Configuration\nCreate a configuration file at `/etc/xdg/ddns_update/config.json` with the following format:\n\n```json\n{\n    \"ddns_updater\": [\n        {\n            \"provider\": \"\u003cProvider Name\u003e\",\n            \"update_url\": \"\u003cProvider Update URL\u003e\",\n            \"method\": \"GET\",\n            \"params\": {\n                \"key\": \"value\"\n            },\n            \"body\": {\n                \"key\": \"value\"\n            }\n        },\n        {\n            \"provider\": \"\u003cProvider Name\u003e\",\n            \"update_url\": \"\u003cProvider Update URL\u003e\",\n            \"method\": \"GET\",\n            \"params\": {\n                \"key\": \"value\"\n            },\n            \"body\": {\n                \"key\": \"value\"\n            }\n        }\n    ]\n}\n```\n\n## Setting Up the Service\n\n1. **Run the `add_service_files.sh` script**: \n\nThis script will copy the necessary service and timer files to the correct systemd directory and start them.\n\n```bash\n./add_service_files.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisfakeaccount%2Fddns_updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisfakeaccount%2Fddns_updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisfakeaccount%2Fddns_updater/lists"}