github Yeraze/meshmonitor v2.21.4

3 hours ago

What's Changed

New Features

  • feat(nodes): add position override for nodes (#1136) - Closes #1128
  • feat(automation): add text message support to timer triggers (#1143) - Closes #1113
  • feat(ui): consolidate Messages page actions into dropdown menu (#1141)
  • feat(channels): add info button and jump to bottom functionality (#1147)
  • feat(api): add channels endpoint to v1 API (#1145)

Bug Fixes

  • fix(lora): correct frequency calculation using official Meshtastic formula (#1134) - Closes #1127
  • fix(admin): skip reloading configs that were already successfully loaded (#1133) - Closes #1115
  • fix(traceroute): skip processing our own outgoing traceroute responses (#1144) - Closes #1140
  • fix(admin): remove state-awareness from favorite/ignore buttons (#1148)
  • fix(map): filter neighbor info segments when connected nodes are filtered (#1150) - Closes #1149
  • fix(messages): use correct endpoint for resending direct messages (#1151) - Closes #1130

Documentation & Other

  • docs: add Claude Code getting started guide for new contributors (#1135)
  • Enhance bug report template with more details (#1131)
  • Enhance feature request template with additional guidance (#1132)
  • Translations update from Hosted Weblate (#1137, #1138)

Internal Improvements

  • Reduced verbose virtual node broadcast logging (changed from info to debug level)

Full Changelog: v2.21.3...v2.21.4


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

๐Ÿ“ฆ Installation

Docker (recommended):

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

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