mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
10 lines
161 B
Python
10 lines
161 B
Python
PLUGINS = [
|
|
"netbox_topology_views",
|
|
"netbox_lifecycle",
|
|
"netbox_prometheus_sd",
|
|
"netbox_qrcode",
|
|
"netbox_floorplan",
|
|
]
|
|
|
|
PLUGINS_CONFIG = {}
|