MyBB Community Forums

Full Version: DVZ secure content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone explain how to use the image proxy for this?
The best way is to set up own image proxy server, using e.g. https://github.com/atmos/camo (Node.js), https://github.com/willnorris/imageproxy (Go) or https://github.com/agschwender/pilbox (Python), which require at least a VPS server.

Alternatively you can use an image proxy service; there are some free providers (including https://image.webservices.ft.com/v1/, https://images.weserv.nl/), but their reliability cannot be guaranteed and should be used for testing purposes only.
Previously i had faced similar issue and devilshakerz help me, after a month of testing - R&D. I finally ended up buying VPS for my friend and setting up "camo" (https://github.com/atmos/camo). Don't even think of using free providers which are linked above, you will only end up having new problems every start of the day - just my own experience.
Is there a way to install camo if I'm running on a shared hosting but can access SSH?