github Yeraze/meshmonitor v2.21.9
v2.21.9 - Christmas Eve Release ๐ŸŽ„

4 hours ago

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

  • Updated Auto Traceroute tests for better coverage (#1252)
  • Translation updates from Weblate (#1239)

Full Changelog: v2.21.8...v2.21.9


Proxmox LXC Template

This release includes a Proxmox-compatible LXC container template for MeshMonitor.

Installation

  1. Download the .tar.gz template file
  2. Verify the SHA256 checksum (optional but recommended)
  3. Upload to your Proxmox server: scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/
  4. Create a new LXC container from the template via Proxmox web UI
  5. Configure /etc/meshmonitor/meshmonitor.env with your Meshtastic node IP
  6. 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.