netbox: disable plugins
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
445faece93
commit
6d86995331
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
# TODO: Upgrade to v4.1 when supported by netbox-acls
|
||||
FROM docker.io/netboxcommunity/netbox:v4.0.11
|
||||
|
||||
# Install extra configuration
|
||||
|
|
|
@ -15,8 +15,8 @@ PLUGINS = [
|
|||
"netbox_acls",
|
||||
# // "netbox_attachments",
|
||||
"netbox_dns",
|
||||
"netbox_interface_synchronization",
|
||||
"netbox_lists",
|
||||
# // "netbox_interface_synchronization",
|
||||
# // "netbox_lists",
|
||||
"netbox_otp_plugin",
|
||||
"netbox_reorder_rack",
|
||||
# // "netbox_routing",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
|
||||
#// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments
|
||||
netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
||||
netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
||||
#// netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
||||
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
||||
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
||||
netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
|
||||
netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
|
||||
#// netbox-routing # https://github.com/DanSheps/netbox-routing
|
||||
#// netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing
|
||||
netbox-secrets == 2.0.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||
netbox-topology-views == 4.0.* # https://github.com/netbox-community/netbox-topology-views
|
||||
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
||||
#// slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox
|
||||
|
|
Loading…
Reference in a new issue