diff --git a/options/custom/containers/netbox/Dockerfile b/options/custom/containers/netbox/Dockerfile index 92213f3..c0c7b57 100644 --- a/options/custom/containers/netbox/Dockerfile +++ b/options/custom/containers/netbox/Dockerfile @@ -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 diff --git a/options/custom/containers/netbox/extra.py b/options/custom/containers/netbox/extra.py index ca95d5f..e6a3f81 100644 --- a/options/custom/containers/netbox/extra.py +++ b/options/custom/containers/netbox/extra.py @@ -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", diff --git a/options/custom/containers/netbox/plugin_requirements.txt b/options/custom/containers/netbox/plugin_requirements.txt index 43f7a29..24148f0 100644 --- a/options/custom/containers/netbox/plugin_requirements.txt +++ b/options/custom/containers/netbox/plugin_requirements.txt @@ -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