saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

Overseerr: remove now obsolete cache mount #126

Closed keldian closed 1 year ago

keldian commented 1 year ago

As of v1.31.0:

This release introduces our new image caching. We are now directly caching the images from TMDB instead of letting NextJS re-optimize them. This gives us a few new benefits (assuming you enable image caching in the settings).

  • We now store cached images in your mounted config folder, which means the cache will persist between updates. (If you previously had a volume pointing to the .next cache directory, its no longer necessary)