managarten/apps/memoro/apps/mobile/features
Till JS 2bbcf14aba chore(geocoding): remove Pelias + close 3 bypass paths to public Nominatim
Pelias was retired from the Mac mini on 2026-04-28; photon-self
(self-hosted Photon on mana-gpu) has been the live primary since then.
This removes the now-dead Pelias adapter, config, tests, and the
services/mana-geocoding/pelias/ stack — the entire compose file, the
geojsonify_place_details.js patch, the setup.sh import script.

Provider chain is now `photon-self → photon → nominatim`. The chain
keeps its `privacy: 'local' | 'public'` split, sensitive-query
blocking, coord quantization, and aggressive caching unchanged.

Three direct calls to nominatim.openstreetmap.org that bypassed
mana-geocoding now route through the wrapper:

- citycorners/add-city + citycorners/cities/[slug]/add use the shared
  searchAddress() client (browser → same-origin proxy → mana-geocoding
  → photon-self).
- memoro mobile drops its OSM reverse-geocoding fallback entirely;
  Expo's on-device reverse-geocoding stays as the sole path. Routing
  through the wrapper would require a memoro-server proxy endpoint —
  a follow-up if Expo's quality proves insufficient.

Other behavioral changes:

- CACHE_PUBLIC_TTL_MS dropped from 7d → 1h. The long TTL was a
  privacy-amplification trick from the Pelias era; with photon-self
  serving the bulk of traffic, a transient cross-LAN blip was pinning
  cached fallback answers for days. 1h gives quick recovery.
- /health/pelias renamed to /health/photon-self; prometheus blackbox
  config + status-page generator updated.
- mana-geocoding container no longer needs `extra_hosts:
  host.docker.internal:host-gateway` (was only there for the
  Pelias-on-host-network era).

113 tests passing. CLAUDE.md rewritten to reflect the post-Pelias
architecture.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 22:12:26 +02:00
..
analytics feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
audioPlayer chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
audioRecordingV2 chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
auth chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
blueprints chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
bottomBar chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
core chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
credits chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
errorHandling chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
i18n chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
icons chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
location chore(geocoding): remove Pelias + close 3 bypass paths to public Nominatim 2026-04-28 22:12:26 +02:00
memos chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
menus chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
migration chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
network chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
notifications chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
onboarding chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
rating chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
search chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
settings chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
shareIntent chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
spaces chore: complete ManaCore → Mana rename (docs, go modules, plists, images) 2026-04-07 12:26:10 +02:00
storage chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
subscription chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
supabase chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
support/utils chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
tags chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
theme chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
toast chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00
utils chore(memoro): import legacy backend, mobile, and landing apps 2026-03-31 17:30:00 +02:00