Comment on Follow-up: Temporary fix for Immich's shady third-party API
N0x0n@lemmy.ml 3 months ago
Wow perfect write-up ! Thanks for your hard work !
I hope someone will be motivated enough to translate it to Treafik ! I’m not versed enough to actually mess with the config files on such level… Let alone to understand Nginx’s syntax 🫠 but very cool for Nginx users !!!
pcouy@lemmy.pierre-couy.fr 3 months ago
I 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.