Port details |
- py-netbox-secretstore Secret store for NetBox
- 1.2.0 security
=0 1.0.14Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2021-10-04 17:30:41
- Last Update: 2022-06-16 16:28:34
- Commit Hash: b34658d
- Also Listed In: python
- License: APACHE20
- Description:
- With NetBox 3.0 the secrets are no longer managed by NetBox itself. This is
the continuation of the secrets app.
WWW: https://github.com/dansheps/netbox-secretstore
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}netbox-secretstore>0:security/py-netbox-secretstore@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-netbox-secretstore/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-netbox-secretstore
- pkg install py38-netbox-secretstore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-netbox-secretstore listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-netbox-secretstore
- Package flavors (<flavor>: <package>)
- py38: py38-netbox-secretstore
- distinfo:
- TIMESTAMP = 1651694383
SHA256 (netbox-secretstore-1.2.0.tar.gz) = 8fffb29bd61930c458e72e7b6aa24a0c53e4e59b59b4b14eaccefd11faf0e1bc
SIZE (netbox-secretstore-1.2.0.tar.gz) = 46787
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-importlib-metadata>0 : devel/py-importlib-metadata@py38
- py38-pycryptodome>0 : security/py-pycryptodome@py38
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_py-netbox-secretstore
- USES:
- python:3.8+
- pkg-message:
- For install:
- To enable the plugin please do the following steps:
1. Add/update the following line in the netbox configuration (usually
/usr/local/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.8 manage.py migrate
# python3.8 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- If upgrading from < 1.0.14:
- Due to some changes of net-mgmt/py-netbox-plugin-extensions, which is required
by security/py-netbox-secretstore, the NetBox configuration must therefore be
adjusted accordingly:
1. Add/update the following line in the netbox configuration (usually
/usr/local/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_plugin_extensions','netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.8 manage.py migrate
# python3.8 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- If upgrading from < 1.2.0:
- 1. The plugin 'netbox_plugin_extensions' is no longer required since the
1.2.0 release. Please remove it from the PLUGINS section in the nextbox
configuration.
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.8 manage.py migrate
# python3.8 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- Master Sites:
|
Number of commits found: 4
Number of commits found: 4
|