github Yeraze/meshmonitor v2.8.1
v2.8.1 - Comprehensive Apprise Notification Support

latest releases: v2.20.0, v2.19.14, v2.19.13...
one month ago

๐ŸŽ‰ 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:latest

Docker Compose

services:
  meshmonitor:
    image: ghcr.io/yeraze/meshmonitor:2.8.1
    # ... rest of your config

Helm 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.