Skip to content

NodeBB Development

Stay tuned here to hear more about new releases and features of NodeBB!

3.5k Topics 22.2k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    778 Posts
    julianJ

    Occasionally, we will get asked whether there are any differences between our hosted service and the open source project.

    It is as though we are holding back some great features and only allowing our paying customers access them! Conversely, it could be assumed that because we are hosting the software for others, that we would somehow out of self-interest or for economic reasons, deliver an inferior version with limitations.

    I'd like to say upfront that this is not the case for NodeBB.

    When you use our hosted service, you receive the same great NodeBB software that you can get for free off of our GitHub repository.

    What we're selling is support, maintenance, upgrades, and peace of mind delivered by our world-class† support team.

    You definitely can host NodeBB on your own! We've strived for years to deliver a piece of software that runs lean and fast on minimal hardware, great docs (some contributed by other admins!) that help you get up to speed quickly, and a fantastic community that will help you if you get stuck.

    The reason I take this principled stand is simple — I think it's unfair when artificial limitations are placed on software just for the purpose of getting customers to pay more.

    We've seen all this time and time again:

    You can't install any plugin you want, just a select few from a small list You can only have X units (tickets, posts, etc) of whatever you're using You can only have X admins/owners You can't see any messages older than X days

    These limitations are all artificial, and serve to restrict the use of something to the bare minimum. Anything extra is — of course — available for the right price.

    We don't do that. We tell everybody that NodeBB is powerful enough to run huge communities, and we stand by it. We tell everybody that NodeBB is flexible enough to look and function however you want, and we stand by it.

    These are the real limitations we impose on our hosting service:

    Hard drive space for uploads are imposed by our upstream provider and are set, though we are happy to add additional drive volumes for a fee) We have soft "pageview" limits that any user on our hosting can exceed (in fact, many do). We set them purely as a benchmark for the point at which your NodeBB may slow down depending on the type of load that you get, and encourage dialogue to make sure that you're on the right plan (server resources, etc.) We do not allow shell access for security reasons (and if you needed it, you probably could self-host)

    So please do rest assured when I and others tell you that what you see is what you get. No more, no less. I'd rather everybody get to use the best of NodeBB, instead of serving a special feature-reduced version for others.

    † I'm going to go out on limb here and say that we're probably the most qualified people to maintain NodeBB. Feel free to disagree 😉

  • You have a cool idea about NodeBB? Post it here.

    805 Topics
    5k Posts
    sameer aroraS

    No in this feature we wish to post comments / message to user profiles. everyone can do that. for example wishing a user happy birthday on there profile.

  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    serhatS

    11dad6df-40c2-48ce-8aa2-cf26919c7ab3-image.png

    I successfully installed NodeBB using docker-compose.

    Everything seems to be working as expected, but when the nodebb container starts up, NodeBB starts running. However, when I connect to bash and check its status using the CLI, it shows that NodeBB is not running, even though it actually is.

    When I try to stop it, I can't. And when I try to start it using the CLI, even though I initially installed it with MongoDB, it gives an error related to postgres.

    Note:
    Initially I've installed NodeBB with Postgres, then I removed the container and installed with Mongo.

    1c23091b-3ef0-46ac-96b5-6145ef19e65c-image.png

  • Focused discussion related to ActivityPub integration in NodeBB

    44 Topics
    509 Posts
    oplik0O

    @[email protected] it was actually because of @ in actor IDs - the codepath for choosing a webfinger lookup over just accepting the URL as the ID only checked for its presence, and the code for webfinger lookups was only meant to run for the acct: protocol.

    So yeah, not WP fault at all, just a combination of a bug and missing feature 🙂 Now both should be fixed.

  • Help Translate NodeBB
  • Search with other language

    1
    2 Votes
    1 Posts
    1k Views
    S

    I just realize we use reds

    It's good for English, I think.. But I need to support Chinese, and reds doesn't support it

    For instance: try to search this thread using http://community.nodebb.org/search/%E4%B8%96%E7%95%8C

    Any ideas to support search with other language?

  • Npm app setup could not read config

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    could-not-read-config

    That error is thrown in meta.js

    list: function (callback) { db.getObject('config', function (err, config) { if(err) { return callback(new Error('could-not-read-config')); }

    Which means something went wrong with the database. Is redis running?

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    1 Views
  • Steps following install

    18
    0 Votes
    18 Posts
    7k Views
    P

    I did a very quick wiki page on Administrator Functions. I realize this is really somewhere between user help and development. The value added might be in (1) explaining some of the features where its needed or helpful (I made a few NOTEs), and (2) linking out from that page to other more technical pages that are managed in ACP. Can't necessarily expect an Administrator to be a developer but also want to give them a heads up whats there and how its all connected.

    Very rough still - If you would prefer different formatting let me know.

    Totally missed this.

    favicon

    (github.com)

    thanks for doing this @KTys!

  • Seo

    10
    0 Votes
    10 Posts
    4k Views
    julianJ

    is NodeBB "rendering-and-writing" the "ajaxified" pages for the crawlers to read?

    @bentael -- no way, I made the decision early on not to do this because it is a drain on resources (how much, I did not test, as the alternatives were enticing enough)

    Every link on NodeBB is accessible by direct link, and if you try viewing the source, you'll see the page content in <noscript> tags. I have heard arguments for and against this approach, but as we are being crawled properly by Google, it seems to be working just fine 🙂

    Always open to suggestions for improvements, of course!

    This is also the approach that Discourse has taken, btw.

  • How do i install NodeBB

    15
    0 Votes
    15 Posts
    5k Views
    MatthewHawleyM

    @StuartH Well £ means nothing to me. All we use is $.

  • My site goes off

    12
    0 Votes
    12 Posts
    4k Views
    SteveS

    or run node app --setup again and configure it. In general you would need to run NodeBB via sudo to gain access to port 80, and if you have something else listening to port 80 (ex. apache) this will not work. I know that @OutlawedOffroad recently managed to figure this out! 🙂

    Here's the thread with my back and forth battle with this.. I'm on CentOS 6.4 so your miles may vary:
    http://try.nodebb.org/topic/282/might-as-well-add-another-cog-to-my-plan-im-on-cent-os-64

    Still a work in progress. We fixed the issue then uncovered additional issues.. Once we complete it all and everything is aces I'm going to ask server support for a rundown of what they did since a lot of trial and error. Hopefully populate that Wiki link that goes nowhere with some info.

  • Adding another social authentication method

    9
    0 Votes
    9 Posts
    6k Views
    nanoVaporN

    @julian Yes, first time publishing to npm, and everything gone right. It's in npm repo already 🙂

    And I tested using npm install on my nodebb directory.

  • Spanish translation finished

    1
    0 Votes
    1 Posts
    1k Views
    P

    I made a Spanish translation for NodeBB, i dont know how to uplaod it to my server to test it.

    If anyone want it, just ask.

    And if anybody can help me to install it to test it before release, please chat me or reply above.

  • Few questions before install

    4
    0 Votes
    4 Posts
    2k Views
    P

    Have a look at this pull request to add german language pack:
    https://github.com/designcreateplay/NodeBB/pull/607

    If you're interested, you could do it for spanish as well, that would be pretty cool 🙂

    And as I said on the other thread, DigitalOcean is supported, check out the guide 🙂

    I have the files to translate it. When i get i will upload

  • Asset base manager

    7
    1 Votes
    7 Posts
    2k Views
    P

    youtube plugin to the rescue!

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    10 Views
  • Showing a snippet of the content in a topic

    6
    0 Votes
    6 Posts
    2k Views
    T

    Okay 255. Let's be unique here...

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
  • Pagination now has a progress bar

    9
    2 Votes
    9 Posts
    3k Views
    T

    I did it, but didn't change a thing.

    Then, it magicaly appears yesterday.

    Thanks anyway ^_^

  • Topic plugin hooks or if first post

    4
    0 Votes
    4 Posts
    2k Views
    barisB

    Ahh looks like it's already there just doesn't return error 😛 I will add that now.

  • Can i thinktreat catalog as a tag

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    Hooray for forward-thinking 🙂

    Initially, we kicked around the idea of supporting multiple categories per topic (so, more like a "tagging" approach, as opposed to categories).

    In the end, we felt that having a "middle-ground" between statically defined categories and user-defined tags was not a proper compromise (since it ended up not being greater than the sum of its parts), so we stuck with static categories.

    A tagging plugin can be built, of course........

  • Google and indexing

    2
    0 Votes
    2 Posts
    2k Views
    P

    Error 400 (Bad Request)!!1

    favicon

    (www.google.ca)

    I just posted that question on SO to flamebait Jeff Atwood 😉 Just kidding

    Yes we figured it out, as per the link above, we are showing up on the discussions tab on Google now 🙂 Not sure if discourse has yet...

    https://www.google.ca/search?q="Welcome+to+meta.discourse.org"&tbm=dsc

    I don't think so..

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    31 Views
  • Onehundredfreebooks custom theme

    Moved
    1
    1 Votes
    1 Posts
    1k Views
    P

    Congratulations to http://community.onehundredfreebooks.com - our very first customer for our premium hosting platform (which just entered closed Beta).

    We created a custom theme for him as well! 🙂 We're pretty excited to see this forum grow~