Port details |
- py-netbox-secrets Secret store for NetBox
- 2.1.2 security =3 2.1.2Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2023-05-11 04:03:14
- Last Update: 2024-12-14 17:51:00
- Commit Hash: 0285d9e
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Onemind-Services-LLC/netbox-secrets
- Description:
- This is the continuation of the NetBox Secretstore app. The original plugin is
minimally maintained and has a lot of issues.
This plugin is a complete rewrite of the original plugin. It is more generic
and flexible than the original plugin. It is also regularly tested with the
latest NetBox releases to ensure compatibility and stability.
Features:
* Store secrets in the database encrypted with a public key (RSA)
* More generic and flexible than the original plugin (e.g. secrets
can be assigned to any object in NetBox)
* Secrets can be assigned to contacts to associate them with
a secret (e.g. SSH key)
* Updated user interface to make it easier to use and more intuitive
to navigate
* Regularly tested with the latest NetBox releases to ensure
compatibility and stability
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}netbox-secrets>0:security/py-netbox-secrets@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-netbox-secrets/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-netbox-secrets
- pkg install py311-netbox-secrets
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 py311-netbox-secrets listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-netbox-secrets
- Package flavors (<flavor>: <package>)
- py311: py311-netbox-secrets
- distinfo:
- TIMESTAMP = 1734195574
SHA256 (netbox_secrets-2.1.2.tar.gz) = 4e486ee293c046141ee91828fba4b7b1a0ea210321fde7ddc72d61029b3b37e5
SIZE (netbox_secrets-2.1.2.tar.gz) = 57350
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pycryptodome>0 : security/py-pycryptodome@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-netbox-secrets
- USES:
- python
- 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_secrets']
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.11 manage.py migrate
# python3.11 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- Master Sites:
|