[nodebb-plugin-camo] Make embedded images look secure!
-
Everything looks good! I deployed it to my prod server and am seeing messages in the logs from the camo server
-
I pushed a small update that should make clustered setups work properly without needing a restart.
I also updated the source to use es2015, if anyone is interested in that.
-
@julian nope, it is being compiled down to ES5 with babeljs IIRC
EDIT: Yes, it indeed is: https://github.com/minora-oss/nodebb-plugin-camo/blob/master/package.json#L50-L60
-
Yep yep. The distributed code on NPM is babeled down. Works with node >=0.10.0
-
@lenovouser said in [nodebb-plugin-camo] Make embedded images look secure!:
@teh_g Yep, should still work and there is also the option that you don't have to set up camo manually thanks to @yariplus
Hmm, I will have to try this out. I was hoping to run camo and iframely on another box, but the documentation for doing that is terrible. This will at least make camo easier
-
New Release 1.5.1
Back from the dead with a bunch of bug fixes, code rewrite to current node and NodeBB, and new pictures for the guide topic!
- Fixed crash if camo was not installed locally.
- Fixed crash if an incorrect url was specified.
- Fixed crash if installed on windows.
- Fixed settings not changeable after original setup.
- Removed old or useless hooks.
- Removed babel.
- Corrected dead links and emails.
- Changed compatibility to >= NodeBB 1.0.0
- New docs!