Remove unused plugins and tidy up requirements-plugins.txt

This commit is contained in:
bboerni2 2025-09-29 07:55:59 +02:00
parent 8da31a38fa
commit c63a3feff5
2 changed files with 5 additions and 13 deletions

View file

@ -1,14 +1,11 @@
PLUGINS = [ PLUGINS = [
"netbox_topology_views", "netbox_topology_views",
"netbox_lifecycle", "netbox_lifecycle",
"netbox_prometheus_sd",
"netbox_qrcode",
"netbox_floorplan", "netbox_floorplan",
"netbox_proxbox",
"netbox_lists", "netbox_lists",
"netbox_inventory", "netbox_inventory",
"netbox_dns",
"netbox_reorder_rack", "netbox_reorder_rack",
# "netbox_proxbox",
] ]
PLUGINS_CONFIG = { PLUGINS_CONFIG = {
@ -16,7 +13,4 @@ PLUGINS_CONFIG = {
"sync_serial_to_device": True, "sync_serial_to_device": True,
"sync_asset_tag_to_device": True, "sync_asset_tag_to_device": True,
}, },
"netbox_otp": {
# "enforce_otp": False, # ggf. global erzwingen
},
} }

View file

@ -1,11 +1,9 @@
netbox-topology-views>=4.2.0,<5.0.0 netbox-topology-views>=4.2.0,<5.0.0
netbox-lifecycle>=1.1.0,<2.0.0 netbox-lifecycle>=1.1.0,<2.0.0
netbox-plugin-prometheus-sd>=1.2.0 netbox-floorplan-plugin>=0.8.0
netbox-qrcode>=0.0.17,<1.0.0
netbox-floorplan-plugin==0.8.0
netbox-proxbox>=0.0.6b2
pynetbox>=7.0.0 pynetbox>=7.0.0
netbox-lists netbox-lists
netbox-inventory netbox-inventory
netbox-plugin-dns netbox-reorder-rack
netbox-reorder-rack # netbox-proxbox>=0.0.6b2
# proxbox-api>=0.0.2