miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

Is integration with this image proxy server possible? https://wsrv.nl/ #2851

Open uGeek opened 2 months ago

uGeek commented 2 months ago

I would like to ask if it is possible to integrate wsrv.nl to compress the images of all articles, thereby reducing bandwidth usage when browsing on a data plan.

I have seen that there is a variable MEDIA_PROXY_CUSTOM_URL=https://wsrv.nl/?url= that could work, but it doesn't work with this URL.

Additionally, I am interested in whether it's feasible to adjust the size and quality of images using the proxy server. For example, by adding parameters to the server and image URL, like this: https://wsrv.nl?url=https://url/image.jpg&w=300&q=40. This would change the image width to 300 pixels and set the quality to 40%, which could help further decrease the image file size if necessary.