We've got banned from Imgur breaking their TOS.
-
We had this issue with our gaming community, we hosted our own files but our community members used imgur, we contacted imgur, made them aware that our community members used it to host their own data and we were not using it as a cdn.
The came back pretty quick after reviewing our site and then whitelisted us.
I would suggest trying to contact them after you move your own stuff local.
-
@brophy said in We've got banned from Imgur breaking their TOS.:
We had this issue with our gaming community, we hosted our own files but our community members used imgur, we contacted imgur, made them aware that our community members used it to host their own data and we were not using it as a cdn.
The came back pretty quick after reviewing our site and then whitelisted us.
I would suggest trying to contact them after you move your own stuff local.
Yes we contacted them and are also whitelisted
But the problem now is that the content we can use imgur for. But not the avatars and profile covers. I can't find a setting that the profile stuff is hosting by us and the other images by imgur.
-
@julian said in We've got banned from Imgur breaking their TOS.:
Yes, unfortunately that's a little harder to do because right now the imgur plugin takes over all uploads, avatars and such included, as it all hooks into the same upload system in NodeBB.
Can this be changed maybe somehow?
-
@Neko-Neko said in We've got banned from Imgur breaking their TOS.:
We are also banned by imgur.
@MJ @julian What can we do about this? How did you find a solution for this problem?
We send E-mail to imgur and removed all the avatars and cover images. Sadly it's the only wayt to get back whitelisted again.
-
@julian said in We've got banned from Imgur breaking their TOS.:
Is local storage of uploaded files not feasible for your installs?
not for me.
We have tried it for a few days but in 13 days our members uploaded for 492 MB images.
So it would be 1 GB every month (and a little bit more every month because we are growing) and we do not have adds or some income and have only 50 GB storage to use (and we use total of 11.6 GB now) so for us it's not possible to do.
Or is there some way to resize photo's so we can save space. When making a picture with phone most of the time its 7 to 12 MB p/photo, if there is a way to resize it to a 500 kb jpg file or something we can store all the images ourself.
-
@MJ said in We've got banned from Imgur breaking their TOS.:
Or is there some way to resize photo's so we can save space. When making a picture with phone most of the time its 7 to 12 MB p/photo, if there is a way to resize it to a 500 kb jpg file or something we can store all the images ourself.
By writing shell scripts, you can, yes.
For example, you can set up a cronjob to delete all images older than 30/60 days from the
public/uploads/
folder.Or perhaps you can run
convert -resize 640x
on all images after 60 days' age to reduce size.Alternatively, you can set up a DigitalOcean volume (or something equivalent) and save your stuff there for less cost.