Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Onemind-Services-LLC/netbox-secretstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discontinuation of plugin

This mod will be discontinued in favour of https://github.com/Onemind-Services-LLC/netbox-secrets

This will be left up for historical reasons however it is recommended to migrate to the new plugin.

Netbox Secret Store

This is the continuation of the secrets app.

Installation

  • Install NetBox as per NetBox documentation
  • Add to local_requirements.txt:
    • netbox-secretstore
  • Install requirements: ./venv/bin/pip install -r local_requirements.txt
  • Add to PLUGINS in NetBox configuration:
    • 'netbox_secretstore',
  • Run migration: ./venv/bin/python netbox/manage.py migrate
  • Run collectstatic: ./venv/bin/python netbox/manage.py collectstatic --no-input

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%