Christmas Eve Release ๐
Happy holidays from MeshMonitor! This release brings mobile improvements, new features, and bug fixes.
What's New
Features
- Mobile Keyboard Layout Fix - Virtual keyboard no longer breaks the Channels/Messages layout (#1262)
- Node Status Widget SNR/RSSI - Direct nodes now show signal strength instead of "0 hops" (#1260)
- {TRANSPORT} Token - New token for auto-acknowledgment messages showing LoRa/MQTT transport (#1255)
- Vector Tile CSP Support - Content Security Policy now supports vector tile servers and MapLibre GL workers (#1254)
- MQTT Client Proxy - New Docker sidecar integration for MQTT proxy (#1250)
- Curved Traceroute Paths - Map now shows curved paths with SNR-weighted line thickness (#1247)
Bug Fixes
- Unread Notifications - Now only counts incoming messages, not sent messages (#1259)
- Network Config IP Conversion - Fixed fixed32 to string IP address conversion (#1258)
- RU Region Frequency - Corrected frequency and channel number calculation for Russia region (#1251)
- Neighbor Info Position Overrides - Map neighbor lines now respect position overrides (#1249)
Other
Full Changelog: v2.21.8...v2.21.9
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.21.9
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.21.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.