github Yeraze/meshmonitor v2.21.15

latest releases: v3.0.0-beta4, v3.0.0-beta3, v3.0.0-beta2...
3 days ago

Release v2.21.15

Changes since v2.21.14

Features

  • feat: Display last traceroute in node popup on map (#1379)
  • feat: Filter CLIENT_MUTE from relay modal and mark router nodes (#1376)
  • feat: Add GPS accuracy circles to map (#1377)
  • feat: Add GPS satellites in view as telemetry graph (#1367)
  • feat: Add PUID/PGID environment variable support for Docker (#1357)

Bug Fixes

  • fix: Use precision_bits for accuracy circles instead of gpsAccuracy (#1381)
  • fix: Filter out internal ADMIN_APP and ROUTING_APP packets from Packet Monitor (#1359)

Refactoring

  • refactor: Extract Meshtastic protocol constants to shared file (#1360)

Documentation

  • docs: Fix MESHTASTIC_STALE_CONNECTION_TIMEOUT default value (#1363)
  • docs: Update documentation for protocol constants and packet filtering (#1361)

Dependencies

  • chore(deps): update @tanstack/react-virtual, react-i18next, and globals (#1378)

Translations

  • Translated using Weblate (Russian) (#1369, #1365)

๐Ÿค– Generated with Claude Code


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

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:2.21.15

๐Ÿงช 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.