Files
Rémi Bouteiller 0ad9fd4851 feat(api): serve TRMNL registry endpoints from local cache
Replace the live proxy for /api/models, /api/palettes, /api/categories,
and /api/ips with a 24h in-memory cache backed by bundled JSON snapshots
under data/trmnl/. First hit fetches upstream, persists to disk
best-effort, and falls back to the snapshot on upstream failure so the
app keeps working offline.

Set TRMNL_PROXY_LIVE=true to bypass the cache and proxy every request.
2026-04-26 09:17:48 -07:00
..