nodebb-plugin-imgbb - nodebb-plugin-imgur Clone
-
I don't know this plugin and I don't know if S3 plugin have the same functionnality that imgur plugin and because imgur plugin it's perfect
All the image include avatar was uplaoded automaticaly on imgur.
And of course, because I don't want to use paid service.
-
@DownPW You could keep it cheap and use a Hetzner Storage Box for this
1Tb would easily exceed the storage need you have for 17Gb
Admittedly, you'd need a plugin to upload and retrieve, but the storage costs here are certainly appealing as they won't break the bank.
-
I don't know.
Not being a developer, I don't know what is the simplest:- Attempt to take imgur plugin as base to clone plugin for imgBB API
- Create a plugin from A to Z for Hetzner storage Box.
I'm thinking of trying the first option but I'm under no illusions but who tries nothing at all as the saying goes.
-
@DownPW My immediate issues with third party imaging sites are
- Lack of privacy - your images are easily shared outside of the forum, and you can't control that
- Lack of ownership - when you host your own images, you know exactly where they are from a data domicile point of view.
-
@DownPW I use Backblaze for a couple of sites and since I haven't exceeded the free 10GB of storage, I haven't paid anything over the last year. In your case, you will have to pay for the extra 7GB of storage, but as I mentioned earlier that's less than 10 cents a month.
In terms of development, none should be required. The nice thing about using storage based on a industry standard like S3 is that it "just works" across all vendors. Add the S3 plugin, set your keys and you're good to go. All uploads will be saved to your bucket.
Another nice benefit is full data portability. I will be moving my storage to Cloudflare to consolidate my assets storage as mentioned in the other post. It's a very simple process using a tool like rclone and a simple DNS change to point to my new bucket(s)
-
first 10GB will free.
I will test .What plugin to use ?GitHub - NodeBB-Community/nodebb-plugin-s3-uploads: A plugin for NodeBB to take file uploads and store them on S3
A plugin for NodeBB to take file uploads and store them on S3 - NodeBB-Community/nodebb-plugin-s3-uploads
GitHub (github.com)
GitHub - earthsenze/nodebb-plugin-s3-uploads: A plugin for NodeBB to take file uploads and store them on S3
A plugin for NodeBB to take file uploads and store them on S3 - earthsenze/nodebb-plugin-s3-uploads
GitHub (github.com)
And How t oconfigure plugin ? ACP ?
-
I have install this version on 3.1.4
GitHub - NodeBB-Community/nodebb-plugin-s3-uploads: A plugin for NodeBB to take file uploads and store them on S3
A plugin for NodeBB to take file uploads and store them on S3 - NodeBB-Community/nodebb-plugin-s3-uploads
GitHub (github.com)
No ACP configuration.tpl to config the plugin
-
I haven't tried using the S3 plugin for NodeBB, but my Mastodon instance uses S3 interface via Digital Ocean Spaces.
It seems rather expensive, though I might get rid of it altogether, especially compared to NodeBB which you can host for a flat $6/mo
-
Apparently It doesn't work on V3.. .Or did I miss something
You preach for your parish, normal.
I will try to modify the plugin for imgBB.
Imgur suck a lot now (ban IP, etc..)
-
haha yes
-
-
@brazzerstop Very nice, and Storj includes 25GB free so that should cover all of @DownPW's needs.
@DownPW Don't forget to set a DNS record for your bucket and use that when setting up the plugin. This will ensure that you can change to a different storage provider in the future (if you ever need to).
-
@phenomlab said in nodebb-plugin-imgbb - nodebb-plugin-imgur Clone:
@abd32 Because it doesn't work on v3
It seems indeed, or so I missed something (if someone can confirm)
It would be interesting if this Storj plugin works for other providers too -
@DownPW said in nodebb-plugin-imgbb - nodebb-plugin-imgur Clone:
It seems indeed, or so I missed something (if someone can confirm)
Confirmed There are no settings in the ACP in v3.
-