github Yeraze/meshmonitor 2.0.0-alpha5

latest releases: v2.19.10, v2.19.9, v2.19.8...
pre-releaseone month ago

Alpha 5 Release

Bug Fixes

  • Fixed ARM Docker builds by adding explicit Rollup platform binaries to optionalDependencies
  • Resolved "Cannot find module @rollup/rollup-linux-arm64-musl" error on ARM64 Alpine containers

Technical Changes

  • Added @rollup/rollup-linux-arm64-musl and @rollup/rollup-linux-arm-gnueabihf to optionalDependencies
  • Switched from npm ci to npm install in Dockerfile to better handle optional dependencies

This is a pre-release for testing. For production use, please use version 1.18.2.

๐Ÿค– Generated with Claude Code

๐Ÿš€ MeshMonitor 2.0.0-alpha5

๐Ÿ“ฆ Installation

Docker (recommended):

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

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