Files
appwrite/app/init
Damodar Lohani cf9db4f89f chore(geo): drop dead MaxMind fallback + geodb container binding
MaxMind was removed by us; the getGeoForIp closure still carried the
fallback block and depended on a 'geodb' container entry that resolved
to null (no register binding remains). Callers relied solely on the
appwrite-geo HTTP service path, making the fallback unreachable.

Removes:
- Local MaxMind fallback block in getGeoForIp
- 'geodb' dep from the getGeoForIp deps array and closure signature
- Dead 'geodb' container binding in init/resources.php that only
  wrapped a never-registered register->get('geodb')

_APP_GEO_ENDPOINT and _APP_GEO_SECRET already exist in .env and
docker-compose; appwrite container keeps _APP_GEO_SECRET so it can
send it as Bearer to appwrite-geo.
2026-04-23 01:36:37 +00:00
..
2026-04-22 10:00:10 +02:00
2025-03-15 14:17:47 +01:00