Mailjet Plugin and nodeBB v1.16

NodeBB Plugins

Suggested Topics


  • Plugin repository?

    NodeBB Plugins
    0 Votes
    2 Posts
    222 Views

    The plugin repository is the one in nodebb admin. But the thing about it is that there is no moderation there - it's just npm packages that have nbbpm attribute and compatibility string. If the compatibility string is wrong, there is no way for NodeBB to verify that. You can learn about it here.
    Other than that you can just search GitHub, NPM and GitLab for names starting with nodebb-plugin.

  • nodebb-plugin-azurestorage

    NodeBB Plugins
    2 Votes
    1 Posts
    238 Views

    This plugin works as it should but I need a file organizer for blob storage too. Any tip, if there are no plugin for this maybe there are som other standalone projekt for file organizer for azure blobs.

    I found this:
    https://github.com/sebagomez/azurestorageexplorer/blob/master/README.md

    But it would be nice with some more options.

  • 0 Votes
    1 Posts
    1k Views

    Hello,
    I am using nodebb 0.8.2 on mongodb 3.07/ nodejs v0.10.25
    and configured nodebb-plugin-sso-google & nodebb-plugin-sso-facebook.
    Both Plugin are working perfectly, but I am getting following warning on node app.
    -- Can I ignore this as its working fine or should I do something to fix this.
    any advise is much appreciated...

    node app
    30/10 15:36 [1470] - info: NodeBB v0.8.2 Copyright (C) 2013-2014 NodeBB Inc.
    30/10 15:36 [1470] - info: This program comes with ABSOLUTELY NO WARRANTY.
    30/10 15:36 [1470] - info: This is free software, and you are welcome to redistribute it under certain conditions.
    30/10 15:36 [1470] - info:
    30/10 15:36 [1470] - info: Time: Fri Oct 30 2015 15:36:43 GMT-0400 (EDT)
    30/10 15:36 [1470] - info: Initializing NodeBB v0.8.2
    30/10 15:36 [1470] - info: [database] Checking database indices.
    30/10 15:36 [1470] - warn: [plugins/nodebb-plugin-sso-google] Hook filter:user.delete is deprecated, please use an alternative
    30/10 15:36 [1470] - warn: [plugins/nodebb-plugin-sso-facebook] Hook filter:user.delete is deprecated, please use an alternative

    30/10 15:37 [1470] - info: NodeBB Ready
    30/10 15:37 [1470] - info: Enabling 'trust proxy'
    30/10 15:37 [1470] - error: Error: listen EADDRINUSE
    at errnoException (net.js:901:11)
    at Server._listen2 (net.js:1039:14)
    at listen (net.js:1061:10)
    at Server.listen (net.js:1135:5)
    at listen (/home/ngsankar/nodebb/src/webserver.js:180:17)
    at /home/ngsankar/nodebb/src/webserver.js:57:3
    at EventEmitter.<anonymous> (/home/ngsankar/nodebb/src/emitter.js:17:5)
    at EventEmitter.emit (events.js:92:17)
    at /home/ngsankar/nodebb/src/meta/js.js:218:12
    at Object.oncomplete (fs.js:107:15)
    30/10 15:37 [1470] - error: NodeBB address in use, exiting...

  • 2 Votes
    2 Posts
    3k Views

    Another reason to love NodeBB. I am not making much changes to my forum now as I am under the impression that 0.5x will be out soon. Please correct me if I am wrong.

  • 3 Votes
    25 Posts
    9k Views

    @a_5mith okey dokes. I'll try some manual jiggery pokery.