From 3c26e61da9c6743b03a0d8bbb3e9079421697927 Mon Sep 17 00:00:00 2001 From: dmo Date: Tue, 4 Aug 2026 13:13:24 +0200 Subject: [PATCH] Update README.md Updater after name change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72c8c3a..7570393 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Travel Monitor +# mTravelMonitor A self-hosted real-time travel time dashboard. Shows how long it takes to drive from a fixed HQ location to multiple offsite destinations, with color-coded status based on current traffic conditions relative to a learned baseline. @@ -187,7 +187,7 @@ When running behind a reverse proxy, bind Docker to the Caddy LXC IP only (alrea ports: - "127.0.0.1:${PORT:-8000}:8000" ``` -If Caddy runs on a different host than the Travel Monitor LXC, change `127.0.0.1` to the Caddy LXC's IP. +If Caddy runs on a different host than the mTravelMonitor LXC, change `127.0.0.1` to the Caddy LXC's IP. ---