Skip to content

kirk444/netbox-secretstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbox Secret Store

This is the continuation of the secrets app.

Installation

  • Install NetBox as per NetBox documentation
  • Add to local_requirements.txt:
    • netbox-plugin-extensions
    • netbox-secretstore
  • Install requirements: ./venv/bin/pip install -r local_requirements.txt
  • Add to PLUGINS in NetBox configuration:
    • 'netbox_plugin_extensions',
    • '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

Packages

No packages published

Languages

  • Python 74.0%
  • HTML 14.2%
  • TypeScript 10.4%
  • Other 1.4%