mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 16:26:53 +00:00
9 lines
137 B
Python
9 lines
137 B
Python
PLUGINS = [
|
|
"netbox_topology_views",
|
|
"netbox_lifecycle",
|
|
"netbox_prometheus_sd",
|
|
"netbox_qrcode",
|
|
]
|
|
|
|
PLUGINS_CONFIG = {}
|