https://github.com/dansheps/netbox-secretstore
https://github.com/dansheps/netbox-secretstore
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansheps/netbox-secretstore
- Owner: DanSheps
- License: apache-2.0
- Created: 2021-03-07T17:42:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T16:19:42.000Z (about 3 years ago)
- Last Synced: 2025-09-23T19:36:37.996Z (9 months ago)
- Language: Python
- Homepage:
- Size: 544 KB
- Stars: 61
- Watchers: 8
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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`