github Yeraze/meshmonitor v3.4.11

9 hours ago

What's Changed

Features

  • Highlight selected node during traceroute - Adds a pulsing glow to the selected node on the map during traceroute (#1847, closes #1841)
  • Compact packet charts on Info tab - Combines packet charts into compact sections (#1846, closes #1833)
  • Gist support for User Scripts Gallery - Add gist support to the gallery and include an Earthquake Alerts script (#1845, closes #1804)
  • Combined BLE & WiFi paxcounter graph - Merge BLE and WiFi paxcounter data into a single dual-line graph (#1843)
  • Compact node list cards and tighter popups - More compact node list layout and tighter map popups (#1842, closes #1834)

Bug Fixes

  • Always show local node in Auto Time Sync node list (#1848)

Maintenance

  • Fix reverse proxy and OIDC system test port mismatch (8081 → 8080) (#1849)

Dependency Updates

  • Bump @eslint/js from 9.39.2 to 10.0.1 (#1840)
  • Bump jsdom from 27.4.0 to 28.0.0 (#1839)
  • Bump puppeteer from 24.36.1 to 24.37.2 (#1838)
  • Bump eslint from 9.39.2 to 10.0.0 (#1837)
  • Bump production dependencies group with 5 updates (#1836)
  • Bump development dependencies group with 2 updates (#1835)

Full Changelog: v3.4.10...v3.4.11


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 v3.4.11

📦 Installation

Docker (recommended):

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

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