python-netbox-ddns
Port variant v13
Summary Dynamic DNS Connector for NetBox (3.13)
BROKEN
Package version 1.4.0
Homepage https://github.com/sjm-steffann/netbox-ddns
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 NOV 2024, 12:26:16 UTC
Port created 08 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single # Dynamic DNS Connector for NetBox This plugin lets you define DNS servers that support [RFC3007 Dynamic DNS Updates]. For each server you specify which domains and reverse DNS domains it is responsible for, and after that NetBox will automatically send DNS Updates to those servers whenever you change the DNS name of an IP Address in NetBox. Updates are sent from the worker process in the background. You can see their progress either by configuring Django logging or by looking at the Background Tasks in the NetBox admin back-end. For now all configuration is done in the NetBox admin back-end. A later version will provide a nicer user interface. ## Compatibility This plugin in compatible with [NetBox] v3.0.0 and greater, support for Netbox v2.11.0 is dropped in v1.1.4 due to UI implementation. > [!Important] > Netbox 4.0 - Admin interface disabled by default
> Can be re-enabled by specifying `DJANGO_ADMIN_ENABLED = True` in `configuration.py`
> If static files are not loaded, re-run `upgrade.sh` this will copy back the required static assets. ## Installation First, add `netbox-ddns` to your `/opt/netbox/local_requirements.txt` file. Create it if it doesn't exist. Then enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`, like: ```python PLUGINS = [ 'netbox_ddns', ] ``` And finally run `/opt/netbox/upgrade.sh`. This will download and install the plugin and update the database when necessary. Don't forget to run `sudo systemctl restart netbox netbox-rq` like `upgrade.sh` tells you!
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-setuptools:single:v13
python-dnspython:single:v13
Download groups
main mirror://PYPIWHL/96/a0/f6f0f1517b6cdcad6574ae76ea4f656185f2b30d56aa7291f562deb460bc
Distribution File Information
5bef0b36bf8be44b299a050049fc4332616b01a11900b7a3723a404fa540bf34 30079 python-src/netbox_ddns-1.4.0-py3-none-any.whl
Ports that require python-netbox-ddns:v13
No other ports depend on this one.