From 12f6e6be51d5d6dc35788e515d9b9413499bf0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 24 May 2026 10:43:03 +0200 Subject: [PATCH] Update self-host-overpass README with accurate OVERPASS_URLS env var The proxy now supports OVERPASS_URLS (comma-separated, round-robin fallback) with OVERPASS_URL as a single-entry backward-compat alias; update the switch path note to match. Co-Authored-By: Claude Sonnet 4.6 --- docs/ideas/self-host-overpass/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ideas/self-host-overpass/README.md b/docs/ideas/self-host-overpass/README.md index 4977919..98b7ca4 100644 --- a/docs/ideas/self-host-overpass/README.md +++ b/docs/ideas/self-host-overpass/README.md @@ -39,8 +39,10 @@ Revisit once **any** of these is true: different hardware (AX52 ≈ €54/mo for a dedicated 64 GB NVMe box that handles planet at low user counts; see design.md). - **Switch path**: no client changes needed to cut over — the Planner - proxy already reads `OVERPASS_URL` from env and defaults to - private.coffee. Flipping the env var points at our own instance. + proxy reads `OVERPASS_URLS` (comma-separated list with round-robin + fallback) or the single-entry alias `OVERPASS_URL`, defaulting to + `lz4.overpass-api.de` then `overpass-api.de`. Flipping the env var + points at our own instance. ## What's in the folder