FreeSDN Plugin Registry
← All plugins

integration

NetBox Sync

Pushes the FreeSDN device inventory into NetBox as devices and sites. Runs dry by default so you can see exactly what would change before anything does, and reports conflicts rather than overwriting them.

netboxdcimipaminventorysource-of-truth

Package

Plugin ID
netbox-sync
Version
3.0.0
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
500739f332b6c84179e46247f8c9fcc88c6ce97b601ab2534c0beaf14ad8449f

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install NetBox Sync. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.

To install the archive directly instead:

curl -fSLO https://registry.freesdn.org/dl/netbox-sync-3.0.0.zip
sha256sum netbox-sync-3.0.0.zip
# expect: 500739f332b6c84179e46247f8c9fcc88c6ce97b601ab2534c0beaf14ad8449f

Then upload the ZIP under Plugins › Install from file.

Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.

Source and issues →