๐ What's New in v2.8.1
๐ Comprehensive Apprise Notification Support
This release expands Apprise notification support from ~20 services to 150+ notification services, enabling integration with virtually any notification platform supported by Apprise.
โจ Features
- 150+ Notification Services: Full support for all Apprise-supported notification protocols
- Organized by Category:
- ๐ฌ Chat & Messaging (Discord, Slack, Teams, Matrix, Mattermost, Rocket.Chat, Zulip, etc.)
- ๐ฑ Push Notifications (Pushover, PushBullet, Ntfy, Gotify, Prowl, etc.)
- ๐ง Email Services (SMTP, SES, Mailgun, SendGrid, Office365, Resend, etc.)
- ๐ฌ SMS Services (Twilio, Clickatell, BulkSMS, ClickSend, D7Networks, etc.)
- ๐จ Incident Management (PagerDuty, Opsgenie, VictorOps, Spike, etc.)
- ๐ฆ Social Media (Mastodon, Twitter, Reddit, BlueSky, Misskey, etc.)
- ๐ Home Automation (Home Assistant, MQTT, etc.)
- ๐บ Media Centers (Kodi, XBMC, Emby, Plex, etc.)
๐ Bug Fixes
- Fixed Pushover short scheme (
pover://) support - Fixed URL scheme validation to accept all legitimate Apprise protocols
๐ Documentation
- Added comprehensive Apprise URL scheme reference
- Updated security documentation
๐ Security
- Maintains secure URL scheme validation
- Only allows legitimate notification service protocols
- Blocks malicious schemes (javascript:, file:, etc.)
๐ฆ Installation
Docker (Recommended)
docker pull ghcr.io/yeraze/meshmonitor:2.8.1
docker pull ghcr.io/yeraze/meshmonitor:latestDocker Compose
services:
meshmonitor:
image: ghcr.io/yeraze/meshmonitor:2.8.1
# ... rest of your configHelm Chart
helm repo update
helm upgrade meshmonitor meshmonitor/meshmonitor --version 2.8.1๐ References
Full Changelog: v2.8.0...v2.8.1
๐ MeshMonitor v2.8.1
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.8.1๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.