You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
I have installed camo on nginx + node (v5.4.0) with a custom domain (https://camo.domain.com/).
It seems to work except when i try to load theses images:
Actually, i need camo on node.js, into nodebb iframely plugin to begin.
As i understand, digest indicated for url format is differant from the camo_key.
So help with my_key (pwgen -sB 64), i just need to start camo: screen -S camo sudo PORT=8081 CAMO_KEY="<my_key>" forever server.js
... And it will work with the plugin, won't it?
I have installed camo on nginx + node (v5.4.0) with a custom domain (https://camo.domain.com/).
It seems to work except when i try to load theses images:
https://camo.domain.com/my_key?url=http://www.howtoforge.com/images/linux_screen/2.png
I get the message: Not found
https://camo.domain.com/my_key/http://www.howtoforge.com/images/linux_screen/2.png
I get: this image cannot be display because it contains errors
I have check with several image.
I try to run it on heroku with the same result.
Is there something to do with the config parameters?
The text was updated successfully, but these errors were encountered: