From b66bfb1ee91aef54b980b84f0b6648b159b359a0 Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Fri, 23 Jan 2026 11:42:03 -0800 Subject: [PATCH] Fix error on container build and update README --- Containerfile | 3 +-- README.md | 17 ++++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Containerfile b/Containerfile index 8ea1991..8c9b4c0 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 sample.config.ini < container/config.patch +RUN patch -p1 < container/config.patch # Clean RUN rm -rf /app/.git* && \ @@ -77,4 +77,3 @@ CMD ["--pid_dir", "/tmp", "--py_exec", "/opt/venv/bin/python", "--config", "/etc EXPOSE 8081 VOLUME [ "/etc/meshview", "/var/lib/meshview", "/var/log/meshview" ] - diff --git a/README.md b/README.md index 72b1374..6a5564e 100644 --- a/README.md +++ b/README.md @@ -89,24 +89,27 @@ 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.nyme.sh (New York) - https://meshview.socalmesh.org (LA Area) - https://map.wpamesh.net (Western Pennsylvania) - https://meshview.chicagolandmesh.org (Chicago) -- https://meshview.mt.gt (Canadaverse) -- https://canadaverse.org (Canadaverse) +- https://meshview.mt.gt (Canada) +- https://canadaverse.org (Canada) - https://meshview.meshtastic.es (Spain) - https://view.mtnme.sh (North Georgia / East Tennessee) - https://meshview.lsinfra.de (Hessen - Germany) - https://meshview.pvmesh.org (Pioneer Valley, Massachusetts) - https://meshview.louisianamesh.org (Louisiana) -- https://www.swlamesh.com/map (Southwest Louisiana) -- https://meshview.meshcolombia.co/ (Colombia) -- https://meshview-salzburg.jmt.gr/ (Salzburg / Austria) -- https://map.cromesh.eu/stats (Coatia) +- https://www.swlamesh.com (Southwest Louisiana) +- https://meshview.meshcolombia.co (Colombia) +- https://meshview-salzburg.jmt.gr (Salzburg / Austria) +- https://map.cromesh.eu (Coatia) +- https://view.meshdresden.eu (Dresden / Germany) + --- + ### Updating from 2.x to 3.x We are adding the use of Alembic. If using GitHub Update your codebase by running the pull command