FreeSDN Plugin Registry
← All plugins

integration

Snipe-IT Sync

Creates asset records in Snipe-IT for hardware FreeSDN finds on the network, so warranty, cost and ownership are tracked from the day a device appears. Create-only: it never overwrites an existing asset. Runs dry by default.

snipe-itasset-managementinventorywarrantyitam

Runs on a timer

This plugin declares work FreeSDN will run for you, per organisation. Every schedule can be switched off from Plugins in the UI.

asset_sync
every 24h · off until you enable it
Create Snipe-IT assets for any hardware FreeSDN has found and Snipe-IT does not have. Honours dry_run, which defaults on.

Package

Plugin ID
snipe-it-sync
Version
1.0.0
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
1f6985947fb33bcf050948793730f6e38c8ccdaa85239e7dec7fada710a79106

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install Snipe-IT 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/snipe-it-sync-1.0.0.zip
sha256sum snipe-it-sync-1.0.0.zip
# expect: 1f6985947fb33bcf050948793730f6e38c8ccdaa85239e7dec7fada710a79106

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 →