mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
dns bgp
This commit is contained in:
parent
5cee074f67
commit
63b7fb09d1
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in a new issue