{"id":13791998,"url":"https://github.com/Xyphen-IT/netbox-ddns","last_synced_at":"2025-05-12T14:31:31.638Z","repository":{"id":39095674,"uuid":"255748869","full_name":"Xyphen-IT/netbox-ddns","owner":"Xyphen-IT","description":"Dynamic DNS Connector for NetBox","archived":false,"fork":false,"pushed_at":"2025-01-27T15:45:10.000Z","size":97,"stargazers_count":99,"open_issues_count":5,"forks_count":18,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-08T10:11:25.650Z","etag":null,"topics":["dns","dns-updates","hacktoberfest","netbox","netbox-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Xyphen-IT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-14T23:09:41.000Z","updated_at":"2025-03-28T22:12:29.000Z","dependencies_parsed_at":"2024-01-20T16:49:18.889Z","dependency_job_id":"85210acb-bfd1-49cd-a7e0-87a6508e4554","html_url":"https://github.com/Xyphen-IT/netbox-ddns","commit_stats":{"total_commits":65,"total_committers":6,"mean_commits":"10.833333333333334","dds":0.4769230769230769,"last_synced_commit":"6811d067a8f96f85f93bab8f145d1a1b46aa91fc"},"previous_names":["xyphen-it/netbox-ddns","sjm-steffann/netbox-ddns"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyphen-IT%2Fnetbox-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyphen-IT%2Fnetbox-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyphen-IT%2Fnetbox-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyphen-IT%2Fnetbox-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xyphen-IT","download_url":"https://codeload.github.com/Xyphen-IT/netbox-ddns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754967,"owners_count":21958934,"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":["dns","dns-updates","hacktoberfest","netbox","netbox-plugin"],"created_at":"2024-08-03T22:01:06.808Z","updated_at":"2025-05-12T14:31:31.186Z","avatar_url":"https://github.com/Xyphen-IT.png","language":"Python","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Dynamic DNS Connector for NetBox\n\nThis plugin lets you define DNS servers that support [RFC3007 Dynamic DNS Updates](https://tools.ietf.org/html/rfc3007).\nFor each server you specify which domains and reverse DNS domains it is responsible for, and after that NetBox will\nautomatically send DNS Updates to those servers whenever you change the DNS name of an IP Address in NetBox.\n\nUpdates are sent from the worker process in the background. You can see their progress either by configuring Django\nlogging or by looking at the Background Tasks in the NetBox admin back-end.\n\nFor now all configuration is done in the NetBox admin back-end. A later version will provide a nicer user interface.\n\n## Compatibility\n\nThis plugin in compatible with [NetBox](https://netbox.readthedocs.org/) v3.0.0 and greater, support for Netbox v2.11.0 is dropped in v1.1.4 due to UI implementation.\n\n\u003e [!Important]\n\u003e Netbox 4.0 - Admin interface disabled by default\u003cbr /\u003e\n\u003e Can be re-enabled by specifying `DJANGO_ADMIN_ENABLED = True` in `configuration.py`\u003cbr /\u003e\n\u003e If static files are not loaded, re-run `upgrade.sh` this will copy back the required static assets.\n\n\n## Installation\n\nFirst, add `netbox-ddns` to your `/opt/netbox/local_requirements.txt` file. Create it if it doesn't exist.\n\nThen enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`, like:\n\n```python\nPLUGINS = [\n    'netbox_ddns',\n]\n```\n\nAnd finally run `/opt/netbox/upgrade.sh`. This will download and install the plugin and update the database when\nnecessary. Don't forget to run `sudo systemctl restart netbox netbox-rq` like `upgrade.sh` tells you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXyphen-IT%2Fnetbox-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXyphen-IT%2Fnetbox-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXyphen-IT%2Fnetbox-ddns/lists"}