This commit is contained in:
bboerni2 2025-10-14 07:51:04 +02:00
parent 5cee074f67
commit 63b7fb09d1
2 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,8 @@ PLUGINS = [
"netbox_diode_plugin", "netbox_diode_plugin",
"netbox_initializers", "netbox_initializers",
# "netbox_proxbox", # "netbox_proxbox",
"netbox_bgp",
"netbox_dns",
] ]
# Hilfsvariable # Hilfsvariable
@ -28,4 +30,10 @@ PLUGINS_CONFIG = {
"issuer": diode_target.replace("grpc://", "http://") + "/auth", "issuer": diode_target.replace("grpc://", "http://") + "/auth",
}, },
}, },
"netbox_bgp": {
"top_level_menu": True,
},
"netbox_dns": {
# Beispiele: IPAM-DNSsync o. Templates später konfigurierbar
}
} }

View file

@ -7,6 +7,8 @@ netbox-lists
netbox-inventory netbox-inventory
netbox-reorder-rack netbox-reorder-rack
netboxlabs-diode-netbox-plugin netboxlabs-diode-netbox-plugin
netbox-bgp>=0.17.0
netbox-plugin-dns>=1.4.2
# netbox-proxbox>=0.0.6b2 # netbox-proxbox>=0.0.6b2
# proxbox-api>=0.0.2 # proxbox-api>=0.0.2