[nodebb-plugin-imgur] Imgur Plugin
-
Ideally we'd have a plugin that was "nodebb-plugin-uploads-local" or something, which was one that wrote to disk where NodeBB is running and serves using connect.static or something.
Yeah, that's the idea whenever we create hooks to move core features to plugins. When we move search to its own hooks, a Reds NodeBB plugin will be created.
-
I had the same problem too... make sure you updated the plugin to latest
npm install nodebb-plugin-imgur
-
npm install nodebb-plugin-imgur
@psychobunny Yup, mine is the latest one, but still unluck, did u manage to make it work?
-
@baris, how exactly should the imgur app be configured?
-
@DanaGriffin Imgur will only allow images, if you want to upload other files, you will need to use the local file uploader.
-
@a_5mith is there a reason why I can do it on the website then? here is a scanned pdf on imager.
edit: looks like it converts it to a png...huh
-
@DanaGriffin said:
@a_5mith is there a reason why I can do it on the website then? here is a scanned pdf on imager.
edit: looks like it converts it to a png...huh
Can you upload other files no problem? Not sure if the imgur plugin works with PDF in that case then. Not sure if it uses "allowed" file types.
-
Some observations,
In community nodebb forums, the image uploads i made have the https url (https://i.imgur.com/WUSfO3l.jpg) , however in my own hosted forums, the images i upload have the http url,
eg: http://i.imgur.com/yieHx4c.png
how do i configure it to auto use the https url?