github Yeraze/meshmonitor v1.7.0
v1.7.0 - BASE_URL Support

latest releases: v2.18.8, v2.18.7, v2.18.6...
one month ago

What's New

BASE_URL Support for Reverse Proxy Deployments

  • Added configurable BASE_URL support for deploying behind reverse proxies (#46, #48)
  • Proper path handling for assets, API endpoints, and static files
  • Comprehensive test coverage for BASE_URL functionality
  • Security improvements including path traversal validation

Documentation

  • Updated README with BASE_URL configuration examples
  • Added reverse proxy setup instructions

Configuration

Set the BASE_URL environment variable when deploying behind a reverse proxy:

BASE_URL=/meshmonitor docker compose up -d

Full Changelog: v1.6.0...v1.7.0

๐Ÿš€ MeshMonitor v1.7.0

๐Ÿ“ฆ Installation

Docker (recommended):

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

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