We've got banned from Imgur breaking their TOS.

NodeBB Development
  • 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.

  • 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.

  • @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?

  • We are also banned by imgur.

    @MJ @julian What can we do about this? How did you find a solution for this problem?

  • Is local storage of uploaded files not feasible for your installs?

  • @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 We do have resizing of images but it keeps the original and uses the smaller version in the post to save bandwidth on page load. Maybe there should be an option to permanently scale down images.

    0_1532706548972_671effdd-d284-4915-b56b-ea6eb16c3728-image.png

  • @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.


Suggested Topics


  • 3 Votes
    9 Posts
    634 Views

    @julian said in Why isn't email required anymore?:

    There were two issues with this:

    Incorrect emails would bounce, causing reputation issues over time

    I run my own mail server and my forums are "small" so the bounces land in my queue/spool and are not a real problem. I see how this could cause significant grief otherwise, especially on larger forums.

    I also use IsTempMail, which seems pretty effective on its intended targets. I wonder how many others do? Been a while since I played with those knobs but iirc, it was pretty painless to set up.

    NodeBB prior to this change would allow any email to be entered, even other peoples' emails. A lot of sites do this, and it's not necessarily something we should guard against, but I personally find it really annoying when someone uses my email to sign up for random sites.

    Hard nut to crack, this one. Maybe add a disclaimer to the welcome message along the lines of "Somebody, hopefully you, used this email address to register for our community at URL. If this was not you we apologize for the inconvenience."? 🤔

  • 2 Votes
    4 Posts
    4k Views

    Just an update to those following this post, that NodeBB v1.6.0 has entered the feature freeze portion of the launch as of 31st of August 2017

    Code Freeze is schedued for this Thursday (7th of September), with a launch a week later, on the 14th of September.

    🎉

  • 3 Votes
    14 Posts
    8k Views

    Updated my post, thanks.

  • 7 Votes
    6 Posts
    2k Views

    Look forward to new ACP
    @flag Nice!

  • 0 Votes
    2 Posts
    2k Views

    How are you getting the concurrent user metric? Typical stats from php are aggregate counts over a period of time, and are not truly concurrent.

    NodeBB can handle 500+ concurrent connections easily, but a cluster setup is advised to do so.