notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q2
py-netbox-secrets Secret store for NetBox
2.2.1 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.1Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pycryptodome>0 : security/py-pycryptodome@py311
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/netbox_secrets/
  2. https://pypi.org/packages/source/n/netbox_secrets/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.1
15 May 2025 15:32:35
commit hash: 71ba439a6a9b84c84a47e8ca112dca1602e1c493commit hash: 71ba439a6a9b84c84a47e8ca112dca1602e1c493commit hash: 71ba439a6a9b84c84a47e8ca112dca1602e1c493commit hash: 71ba439a6a9b84c84a47e8ca112dca1602e1c493 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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