diff --git a/options/custom/containers/netbox/extra.py b/options/custom/containers/netbox/extra.py index 58ec854..56b9ed0 100644 --- a/options/custom/containers/netbox/extra.py +++ b/options/custom/containers/netbox/extra.py @@ -20,6 +20,7 @@ PLUGINS = [ "netbox_attachments", "netbox_dns", "netbox_interface_synchronization", + "netbox_inventory", # "netbox_lists", "netbox_otp_plugin", "netbox_reorder_rack", @@ -27,6 +28,7 @@ PLUGINS = [ # "netbox_secrets", "netbox_storage", "netbox_topology_views", + "nextbox_ui_plugin", # "slurpit_netbox", ] diff --git a/options/custom/containers/netbox/plugin_requirements.txt b/options/custom/containers/netbox/plugin_requirements.txt index 3a60861..0c994a2 100644 --- a/options/custom/containers/netbox/plugin_requirements.txt +++ b/options/custom/containers/netbox/plugin_requirements.txt @@ -1,6 +1,7 @@ netbox-acls == 1.7.* # https://github.com/netbox-community/netbox-acls netbox-attachments == 6.* # https://github.com/Kani999/netbox-attachments netbox-interface-synchronization == 4.1.* # https://github.com/NetTech2001/netbox-interface-synchronization +netbox-inventory == 2.2.* # https://github.com/ArnesSI/netbox-inventory # 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 @@ -9,4 +10,5 @@ netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorde # netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets netbox-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views +nextbox-ui-plugin == 1.0.* # https://github.com/iDebugAll/nextbox-ui-plugin # slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox