Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. 667
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 19
    • Best 9
    • Groups 0

    667

    @667

    13
    Reputation
    41
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website june07.com

    667 Follow

    Best posts made by 667

    • Cloud Storage plugin

      Added support for AWS S3 and CloudFront for those others who use Amazon for image serving.

      Without the CloudFront Domain Name, images will be served directly from S3, otherwise your CloudFront domain will be used. All the particulars must be setup via the AWS console. If anyone is interested I can write a short howto on getting it done. Otherwise setup for AWS S3 support should be pretty straight forward.

      7678e94e-a7af-472b-8c46-e401c280b46e-image.png

      Thus far we have support for Cloudinary, ImageKit, and AWS S3.

      posted in NodeBB Plugins
      667
      667
    • A relative new user to NodeBB and just finished a working version of a lightgallery plugin.

      I was surprised that the gallery plugins seemed to be lacking... or maybe I'm missing something?!

      Anyway I'd love to get feedback about nodebb-plugin-lightgallery.

      Thanks.

      posted in General Discussion
      667
      667
    • RE: Imageshack Upload Plugin

      @crazycells said in Imageshack Upload Plugin:

              ImageShack - API
      

      Are you still interested in a plugin for Imageshack? I just wrote a cloud storage plugin

      and could either add support for Imageshack to that or develop an independent plugin. Shoot me a PM/email if you're still interested. Thanks.

      posted in Plugin Requests
      667
      667
    • RE: Cloud Storage plugin

      @satishbh Fix pushed.

      NPM - 1.0.15 • Public • Published 6 minutes ago

      https://github.com/june07/nodebb-plugin-cloudstorage/commit/05f437482500a9605d3c51e8c4632b9e011a99a0#diff-6b49b62ca6c8a7110bdda9c1189098aeR214-R215

      0 committed to june07/nodebb-plugin-cloudstorage
      Fix https://github.com/june07/nodebb-plugin-cloudstorage/issues/2
      posted in NodeBB Plugins
      667
      667
    • RE: A relative new user to NodeBB and just finished a working version of a lightgallery plugin.

      And since I don't want to spam the forum and I have no idea if there's a more appropriate place to announce these things... finished my second NodeBB plugin (nodebb-plugin-cloudstorage) today, well at least a mvp. Works with Cloudinary and ImageKit. Again, would love all feedback. Thanks.

      I'll put up a gif in the readme shortly.

      posted in General Discussion
      667
      667
    • Queued posts record for new users...

      I just spent some time figuring out IF I had written a post earlier today or not... as I was unable to find any record of a post anywhere under my profile. However as I just posted a second time I saw the same "being queued..." message and so I'm pretty certain now that I did in fact post earlier today.

      However it would be nice to have some sort of user record (email sent, notification in your profile somewhere) when posts are awaiting approval. This is probably only applicable to new users, but still it would be nice.

      Thoughts...

      posted in Technical Support
      667
      667
    • RE: Image lightbox?

      https://github.com/june07/nodebb-plugin-lightgallery

      Also available in the NodeBB plugin menu under find.

      posted in NodeBB Plugins
      667
      667
    • RE: Error message not rendering with filter:uploadImage hook. Instead getting: "ERROR Something went wrong while parsing server response"

      Wow! So turns out it was a silly error on my part. I had tried the Error object previously, but it was while looking at a different part of the code... I was actually looking/changing the 'imagekit' case in the code and being stumped as to why I was still seeing the behavior as I explained. Anyhow, it is working as it should when passing in an Error object. Thanks for the extra insight!

      posted in Plugin Development
      667
      667
    • RE: A relative new user to NodeBB and just finished a working version of a lightgallery plugin.

      No. It is a dependency and will be installed automatically by nodebb-plugin-cloudstorage.

      posted in General Discussion
      667
      667

    Latest posts made by 667

    • RE: Is Nodebb supporting Atlas Mongodb clusters?

      @maciejso Anyone with a solution to this?! Wth!?

      posted in Technical Support
      667
      667
    • NodeBB (Node.js) Workflows

      I recently wrote a blog post which goes hand in hand with developing NodeBB plugins as of late

      • nodebb-plugin-cloudstorage, GitHub, NPM
      • nodebb-plugin-lightgallery, GitHub, NPM

      In the post, I talk about my workflow and wonder what other workflows people are using for there NodeBB development. NodeBB definitely presented it's own challenges, different from other Node.js projects I've worked on.

      Would ❤ to hear about what others are doing.

      posted in NodeBB Development
      667
      667
    • RE: Cloud Storage plugin

      @satishbh Also to add more context to this for others who come across it (using the older version):

      https://github.com/june07/nodebb-plugin-cloudstorage/issues/2#issuecomment-526089881

      The root cause of the error was having an S3 bucket that wasn't public. The plugin then handled the thrown error by the S3 API incorrectly, which was fixed in:

      https://github.com/june07/nodebb-plugin-cloudstorage/commit/05f437482500a9605d3c51e8c4632b9e011a99a0#diff-6b49b62ca6c8a7110bdda9c1189098aeR214-R215.

      I found the reason that my bucket wasn't public.

      marvin-zhao created this issue in june07/nodebb-plugin-cloudstorage

      closed Aws s3 don't work #2

      0 committed to june07/nodebb-plugin-cloudstorage
      Fix https://github.com/june07/nodebb-plugin-cloudstorage/issues/2
      posted in NodeBB Plugins
      667
      667
    • RE: Cloud Storage plugin

      @julian Thanks for the positive words. I'm glad it has been useful.

      posted in NodeBB Plugins
      667
      667
    • RE: Cloud Storage plugin

      @satishbh Fix pushed.

      NPM - 1.0.15 • Public • Published 6 minutes ago

      https://github.com/june07/nodebb-plugin-cloudstorage/commit/05f437482500a9605d3c51e8c4632b9e011a99a0#diff-6b49b62ca6c8a7110bdda9c1189098aeR214-R215

      0 committed to june07/nodebb-plugin-cloudstorage
      Fix https://github.com/june07/nodebb-plugin-cloudstorage/issues/2
      posted in NodeBB Plugins
      667
      667
    • RE: Cloud Storage plugin

      @satishbh Yes it does.

      posted in NodeBB Plugins
      667
      667
    • RE: Nodebb image uploader code?

      @ckubs https://www.npmjs.com/package/nodebb-plugin-lightgallery

      posted in General Discussion
      667
      667
    • RE: Cloud Storage plugin

      @FreeWorLD Sure. Email me and let me know more about your requirements. Including what site do you plan to use the plugin for, typical traffic, etc.

      posted in NodeBB Plugins
      667
      667
    • Cloud Storage plugin

      Added support for AWS S3 and CloudFront for those others who use Amazon for image serving.

      Without the CloudFront Domain Name, images will be served directly from S3, otherwise your CloudFront domain will be used. All the particulars must be setup via the AWS console. If anyone is interested I can write a short howto on getting it done. Otherwise setup for AWS S3 support should be pretty straight forward.

      7678e94e-a7af-472b-8c46-e401c280b46e-image.png

      Thus far we have support for Cloudinary, ImageKit, and AWS S3.

      posted in NodeBB Plugins
      667
      667
    • RE: Error message not rendering with filter:uploadImage hook. Instead getting: "ERROR Something went wrong while parsing server response"

      Wow! So turns out it was a silly error on my part. I had tried the Error object previously, but it was while looking at a different part of the code... I was actually looking/changing the 'imagekit' case in the code and being stumped as to why I was still seeing the behavior as I explained. Anyhow, it is working as it should when passing in an Error object. Thanks for the extra insight!

      posted in Plugin Development
      667
      667