What's Changed
New Features
- Individual Filter Checkboxes for Auto Traceroute - Users can now enable/disable each filter type independently without losing their configuration. Fixes the issue where setting regex to empty would reset to '.*'. #990
- POST /api/v1/messages Endpoint - New API endpoint for sending messages programmatically #988
- Paxcounter Telemetry Graph on Messages Page - Added paxcounter telemetry visualization #982
- Notification Node Name Prefix - Option to prefix notifications with node name for better identification #981
- Server Event Notifications - Added server event notifications for monitoring #979
Bug Fixes
- MQTT Message Filtering - Capture viaMqtt field for proper MQTT message filtering #986
- Map Features Panel Position - Fixed Features panel position to upper-right by default #984
Documentation
- VERSION_CHECK_DISABLED - Documented the VERSION_CHECK_DISABLED environment variable #987
Translations
- Chinese (Simplified) - Translation updates from Weblate #980
Full Changelog: v2.20.8...v2.20.9
Proxmox LXC Template
This release includes a Proxmox-compatible LXC container template for MeshMonitor.
Proxmox Helper Script
Use the Proxmox community helper script for easy installation:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/meshmonitor.sh)"See the Proxmox Helper Scripts documentation for more details.
System Test Results
Configuration Import: ✓ PASSED
Quick Start Test: ✓ PASSED
Security Test: ✓ PASSED
Reverse Proxy Test: ✓ PASSED
Reverse Proxy + OIDC: ✓ PASSED
Virtual Node CLI Test: ✓ PASSED
Backup & Restore Test: ✓ PASSED
✓ ALL SYSTEM TESTS PASSED
Proxmox LXC Template
This release includes a Proxmox-compatible LXC container template for MeshMonitor.
Installation
- Download the
.tar.gztemplate file - Verify the SHA256 checksum (optional but recommended)
- Upload to your Proxmox server:
scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/ - Create a new LXC container from the template via Proxmox web UI
- Configure
/etc/meshmonitor/meshmonitor.envwith your Meshtastic node IP - Start the container and access the web UI on port 8080
Documentation
See the Proxmox LXC Deployment Guide for detailed instructions.
Limitations
- Auto-upgrade feature is not supported in LXC deployments
- Manual updates required (download new template for each version)
- Community-supported (Docker remains the primary deployment method)
🚀 MeshMonitor v2.20.9
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.20.9🧪 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.