From be51dc9c55cddc9a5ff9d85ac090acad257185c2 Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Sun, 25 Jan 2026 13:34:26 -0800 Subject: [PATCH] working on container --- Containerfile | 2 +- README.md | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Containerfile b/Containerfile index 8c9b4c0..5adf912 100644 --- a/Containerfile +++ b/Containerfile @@ -35,7 +35,7 @@ RUN uv pip install --no-cache-dir --upgrade pip \ COPY --chown=${APP_USER}:${APP_USER} . . # Patch config -RUN patch -p1 < container/config.patch +COPY --chown=${APP_USER}:${APP_USER} container/config.ini /app/sample.config.ini # Clean RUN rm -rf /app/.git* && \ diff --git a/README.md b/README.md index c5de4d0..fd8f62c 100644 --- a/README.md +++ b/README.md @@ -90,24 +90,26 @@ See [README-Docker.md](README-Docker.md) for container deployment and [docs/](do Samples of currently running instances: -- https://meshview.bayme.sh (SF Bay Area) -- https://www.svme.sh (Sacramento Valley) -- https://meshview.nyme.sh (New York) -- https://meshview.socalmesh.org (LA Area) -- https://map.wpamesh.net (Western Pennsylvania) -- https://meshview.chicagolandmesh.org (Chicago) +- https://meshview.bayme.sh (SF Bay Area - USA) +- https://www.svme.sh (Sacramento Valley - USA) +- https://meshview.nyme.sh (New York - USA) +- https://meshview.socalmesh.org (Los Angenles - USA) +- https://map.wpamesh.net (Western Pennsylvania - USA) +- https://meshview.chicagolandmesh.org (Chicago - USA) - https://meshview.mt.gt (Canada) - https://canadaverse.org (Canada) - https://meshview.meshtastic.es (Spain) -- https://view.mtnme.sh (North Georgia / East Tennessee) +- https://view.mtnme.sh (North Georgia / East Tennessee - USA) - https://meshview.lsinfra.de (Hessen - Germany) -- https://meshview.pvmesh.org (Pioneer Valley, Massachusetts) -- https://meshview.louisianamesh.org (Louisiana) -- https://www.swlamesh.com (Southwest Louisiana) +- https://meshview.pvmesh.org (Pioneer Valley, Massachusetts - USA) +- https://meshview.louisianamesh.org (Louisiana - USA) +- https://www.swlamesh.com (Southwest Louisiana- USA) - https://meshview.meshcolombia.co (Colombia) - https://meshview-salzburg.jmt.gr (Salzburg / Austria) - https://map.cromesh.eu (Coatia) - https://view.meshdresden.eu (Dresden / Germany) +- https://meshview.meshoregon.com (Oregon - USA) +- https://meshview.gamesh.net (Georgia - USA) ---