Vote for nodeBB on Bitnami

General Discussion

Suggested Topics


  • 0 Votes
    4 Posts
    2k Views

    We're inspired by phpBB, in a sense... we hope to be as popular as they are some day 😄

  • 0 Votes
    3 Posts
    1k Views

    I think you need change theme templates, this file: node_modules/nodebb-theme-persona/templates/header.tpl

    But you need realize, in this case updates to new versions may be more painfull.

  • NodeBB + GoDaddy

    Unsolved General Discussion
    4
    0 Votes
    4 Posts
    2k Views

    @Scuzz
    You can get a glimpse of it, when you don't do the ./nodebb setup and instead just go right into start or dev. NodeBB will start into the web installer on port 4567. Of course you would still have to issue that one command, though.

    edit: And I presume, that those hosters won't give you access to port 4567 ^_^

    The problem in general being: Software written in e.g. php is not a complete program itself. It's merely leveraging an already set up web server. You can upload your files and call the URL, the rest is handled by the server software (Apache or what have you).
    NodeJS, on the other hand, is basically just a JavaScript interpreter - namely V8. It doesn't know anything about serving websites, building certain network connections, and so on. That's all up to you and your code.
    But as Scuzz mentioned, a web-installer seems to be in the making. That again lets me guess, that the guys are working towards easy integration the likes of where a hoster can offer their customers a "Click here to install NodeBB" button, which invokes a bunch of scripts setting up your (virtual) server, starting the NodeBB (which actually is not only the forum, but the whole web server* also) and finally redirecting to the web installer. In comparison many uncertain steps, which will have to be clarified between NodeBB and each and every hoster. That's why this will still take some time, I'd say. 😩

    *weeell... that's not very acurate either; but this is pretty tl;dr as it is 😉

  • 0 Votes
    2 Posts
    1k Views

    nodebb-plugin-dbsearch and nodebb-plugin-solr use those hooks 🙂

  • 0 Votes
    7 Posts
    3k Views

    @v4 This is a risk with any application, and NodeBB is no exception. Think "zero-day exploits" and applications which accidentally let someone "break out" of the environment. It's obviously something we patch and code against, but finding them is often another matter 🙂

    We maintain an email specifically for handling these issues: [email protected]. If you've located an exploit vector, email use privately there, and we'll get it fixed up!