1
1
Fork 0

netbox: add secrets plugin

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-16 17:02:57 -06:00
parent fc186ec4df
commit ecf3a99613
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ PLUGINS = [
"netbox_otp_plugin", "netbox_otp_plugin",
"netbox_reorder_rack", "netbox_reorder_rack",
# "netbox_routing", # "netbox_routing",
# "netbox_secrets", "netbox_secrets",
"netbox_storage", "netbox_storage",
"netbox_topology_views", "netbox_topology_views",
"nextbox_ui_plugin", "nextbox_ui_plugin",

View file

@ -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-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-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
# netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing # 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-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views 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 nextbox-ui-plugin == 1.0.* # https://github.com/iDebugAll/nextbox-ui-plugin