FreeSDN Plugin Registry

Signed plugin catalogue

Plugins for FreeSDN

Every plugin here is packaged, checksummed and published from source. Point your instance at this registry and they appear under Plugins › Marketplace.

This catalogue is signed. A FreeSDN instance with the publisher key pinned verifies the signature before it will ingest anything, and verifies each archive's SHA-256 before it will unpack it.

Add the registry to docker-compose.yml and restart the API:

MARKETPLACE_REGISTRY_URL=https://registry.freesdn.org/plugins.json
MARKETPLACE_PUBLISHER_PUBLIC_KEY=580c30040c2eec36902d4ea9e778ee12cac270011703e9e9f8f7c617158711d5

2 plugins

Hello World

v1.1.0

A minimal example plugin that demonstrates the FreeSDN Plugin SDK. Lists offline devices, creates alerts, emits events, stores settings, and exposes a custom REST endpoint.

examplesdkstarter
FreeSDN Teamutility

Forward FreeSDN alerts, SLA breaches and VPN events to Discord, Slack, ntfy, Gotify, or a generic webhook. Severity-filtered, multi-channel, with a test-send endpoint.

discordslackntfygotifywebhookalerting
FreeSDNnotifications