Comment on Follow-up: Temporary fix for Immich's shady third-party API
pcouy@lemmy.pierre-couy.fr 3 months agoI don’t use Traefik myself, but [this documentation page seems to suggest that Traefik only allows in-memory cache (which would eat RAM and not persist across reboots). You can probably run Nginx with this config inside a container for the caching, then use Traefik to handle requests to immich.your-domain.tld/map_proxy/*
with the caching proxy container.