Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DanSheps/netbox-secretstore
https://github.com/DanSheps/netbox-secretstore
Last synced: 26 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T16:19:42.000Z (over 1 year ago)
- Last Synced: 2024-11-11T05:40:27.561Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 544 KB
- Stars: 61
- Watchers: 8
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-netbox - DanSheps/netbox-secretstore - Continuation of the NetBox secrets app (Plugins)
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`