From ecf3a996137ca01a489153af2562d21e75430792 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 16 Jan 2025 17:02:57 -0600 Subject: [PATCH] netbox: add secrets plugin Signed-off-by: Myned --- options/custom/containers/netbox/extra.py | 2 +- options/custom/containers/netbox/plugin_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/containers/netbox/extra.py b/options/custom/containers/netbox/extra.py index 56b9ed0..8afb4bc 100644 --- a/options/custom/containers/netbox/extra.py +++ b/options/custom/containers/netbox/extra.py @@ -25,7 +25,7 @@ PLUGINS = [ "netbox_otp_plugin", "netbox_reorder_rack", # "netbox_routing", - # "netbox_secrets", + "netbox_secrets", "netbox_storage", "netbox_topology_views", "nextbox_ui_plugin", diff --git a/options/custom/containers/netbox/plugin_requirements.txt b/options/custom/containers/netbox/plugin_requirements.txt index 0c994a2..fd92924 100644 --- a/options/custom/containers/netbox/plugin_requirements.txt +++ b/options/custom/containers/netbox/plugin_requirements.txt @@ -7,7 +7,7 @@ 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 == 0.2.* # https://github.com/DanSheps/netbox-routing -# netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets +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