mirror of
https://github.com/usetrmnl/byos_next.git
synced 2026-04-29 13:34:28 -07:00
0ad9fd4851
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.