Port details on branch 2025Q2 |
- py-netbox-secrets Secret store for NetBox
- 2.2.1 security
=0 2.2.1Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2025-05-15 15:39:46
- Last Update: 2025-05-15 15:32:35
- Commit Hash: 71ba439
- 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 = 1747310577
SHA256 (netbox_secrets-2.2.1.tar.gz) = 26f817f9a9c03dcd34aaaa89d4744b2d15408d0e38f584aa6f2cb73bdd48958f
SIZE (netbox_secrets-2.2.1.tar.gz) = 57852
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pycryptodome>0 : security/py-pycryptodome@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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 15 May 2025 15:32:35
    |
Kai Knoblich (kai)  |
security/py-netbox-secrets: Update to 2.2.1
* Switch to the PEP517 build framework while I'm here.
Changelog:
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v2.2.1
MFH: 2025Q2
(cherry picked from commit 41f692c74a757a993f8e2932784b6bf2ea7b8762) |
Number of commits found: 1
|