notifications
Notification Hub
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. Pure SDK - no external Python dependencies.
Package
- Plugin ID
notify-hub- Version
- 1.0.1
- Author
- FreeSDN
- Minimum core
- 26.06.1
- Python
- >=3.11
- SHA-256
- 5d4a8c822e41d64e3d012407b46c786fad2a08a327107d1b339b04194c5b6023
Install
From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install Notification Hub. 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/notify-hub-1.0.1.zip sha256sum notify-hub-1.0.1.zip # expect: 5d4a8c822e41d64e3d012407b46c786fad2a08a327107d1b339b04194c5b6023
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.