mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
Remove unused plugins and tidy up requirements-plugins.txt
This commit is contained in:
parent
8da31a38fa
commit
c63a3feff5
|
|
@ -1,14 +1,11 @@
|
|||
PLUGINS = [
|
||||
"netbox_topology_views",
|
||||
"netbox_lifecycle",
|
||||
"netbox_prometheus_sd",
|
||||
"netbox_qrcode",
|
||||
"netbox_floorplan",
|
||||
"netbox_proxbox",
|
||||
"netbox_lists",
|
||||
"netbox_inventory",
|
||||
"netbox_dns",
|
||||
"netbox_reorder_rack",
|
||||
# "netbox_proxbox",
|
||||
]
|
||||
|
||||
PLUGINS_CONFIG = {
|
||||
|
|
@ -16,7 +13,4 @@ PLUGINS_CONFIG = {
|
|||
"sync_serial_to_device": True,
|
||||
"sync_asset_tag_to_device": True,
|
||||
},
|
||||
"netbox_otp": {
|
||||
# "enforce_otp": False, # ggf. global erzwingen
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
netbox-topology-views>=4.2.0,<5.0.0
|
||||
netbox-lifecycle>=1.1.0,<2.0.0
|
||||
netbox-plugin-prometheus-sd>=1.2.0
|
||||
netbox-qrcode>=0.0.17,<1.0.0
|
||||
netbox-floorplan-plugin==0.8.0
|
||||
netbox-proxbox>=0.0.6b2
|
||||
netbox-floorplan-plugin>=0.8.0
|
||||
pynetbox>=7.0.0
|
||||
netbox-lists
|
||||
netbox-inventory
|
||||
netbox-plugin-dns
|
||||
netbox-reorder-rack
|
||||
# netbox-proxbox>=0.0.6b2
|
||||
# proxbox-api>=0.0.2
|
||||
Loading…
Reference in a new issue