Installation¶
Compatibility¶
| NetBox Version | Plugin Version |
|---|---|
| 4.5 | 0.8.x |
Install¶
With pip¶
With netbox-docker¶
Add the package to your plugin_requirements.txt:
See the netbox-docker plugin instructions for the full procedure.
Enable the plugin¶
Add the package to PLUGINS in your NetBox configuration (configuration.py for bare-metal installs or plugins.py for netbox-docker):
Run migrations¶
Configure¶
Plugin behaviour is controlled through PLUGINS_CONFIG. See Configuration for the complete list of settings, defaults, and per-feature toggles (Stork, netbox-dns linking, DDNS, model defaults, demo data).