I would like to understand what is the role of imgproxy in FOREM selfhost..
is it for creating urls? or for maintaining the image cache? or to define the quality of user uploaded images?
Can someone throw light on this? thanks.
I would like to understand what is the role of imgproxy in FOREM selfhost..
is it for creating urls? or for maintaining the image cache? or to define the quality of user uploaded images?
Can someone throw light on this? thanks.
For further actions, you may consider blocking this person and/or reporting abuse
marblepolishing38 -
marblepolishing -
InstaGram APK -
owenjack809 -
Top comments (5)
Imgproxy is for resizing the images. Instead of depending on rails server, imgproxy is stand-alone service that is lightweight and more process efficient . Please take a look at their documentation imgproxy.net/
how do we set the preferred quality or resizing dimensions for images before uploading them to aws S3 on Forem?
Sorry I missed this earlier. That's currently not possible. You might get by by resizing the image on your computer first before uploading.
Ok fine.
If someone is attacking our website with many image uploads, we should protect it with atleast rate limits.
But the maximum we can protect ourselves is to set the rate limit to 1 image upload per 30 seconds.
Can we change the setting to "per 5 minutes" or "per hour" or "per day" ... so get ourselves protected from spammers..
Sorry that's also currently not possible. Making rate limit adjustable is a good idea and something in our backlog.