Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 549 Bytes

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