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.1.0
- Author
- FreeSDN
- Minimum core
- 26.06.1
- Python
- >=3.11
- SHA-256
- d2625e2f44dabb2761a59f79ca03e3acd77cc2f69a7852b18bfe0d41976ed29b
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.1.0.zip sha256sum notify-hub-1.1.0.zip # expect: d2625e2f44dabb2761a59f79ca03e3acd77cc2f69a7852b18bfe0d41976ed29b
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.