netbox-docker/configuration/plugins.py
Matthew Fisher e9590de870
Some checks failed
ci / docker (push) Failing after 41s
Update configuration/plugins.py
2024-08-21 18:15:00 -05:00

14 lines
361 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_bgp","netbox_secrets","netbox_dns"],
# PLUGINS_CONFIG = {
# "netbox_bgp": {
# ADD YOUR SETTINGS HERE
# }
# }