netbox-docker/configuration/plugins.py
Matthew Seaman 581acc0ae4
Add dns plugin (#4)
* Another requirements file for pip to process
* Install the plugins requirements alongside the other python modules
* Build the netbox-plugin-dns plugin into our container images
2023-10-27 09:05:35 +01:00

14 lines
330 B
Python

# Add your plugins and plugin settings here.
# Of course uncomment this file out.
# To learn how to build images with your required plugins
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
PLUGINS = ["netbox_dns"]
# PLUGINS_CONFIG = {
# "netbox_bgp": {
# ADD YOUR SETTINGS HERE
# }
# }