Skip to content

NodeBB Development

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

2.7k Topics 17.4k 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 😉

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

    Yes, this is a bug in the v4 code. Will fix soon.

  • Focused discussion related to ActivityPub integration in NodeBB

    57 Topics
    726 Posts
    silverpill@mitra.socialS

    @tallship @julian

    >Here you go bro: Socialhome post w/inline images.

    It is a Note. I think this is a good example of a post which is best viewed on the original site.

  • Help Translate NodeBB
  • Simple gamification plugin

    11
    4 Votes
    11 Posts
    2k Views
    arrankaA

    when update?

  • Filter "join community"

    2
    0 Votes
    2 Posts
    246 Views
    barisB

    filter:register.check should do what you want, it gets fired when the user tries to register.

  • 0 Votes
    1 Posts
    259 Views
    LazL

    As the title says, I'm trying to make it so only admins/mods can upload or adjust the cover images for people's profiles. I've looked around the various hooks and what not, but I'm at a loss of how to achieve this.

    I was originally thinking I could edit the function of the upload/edit buttons and check if the person has the required permissions; but I cannot seem to find where their functionality is actually defined.

  • Using The Build Hook on Tpl Files That Are Inside Folders

    Solved
    5
    0 Votes
    5 Posts
    596 Views
    LazL

    Beautiful. Thanks a bunch!

  • Display fullname in topic

    Moved
    6
    1 Votes
    6 Posts
    745 Views
    snahedisS

    Yes, now it works ! Thanks @baris 🙂

  • Proposal change reputation icon

    2
    1 Votes
    2 Posts
    1k Views
    arrankaA

    I leave my icons

    I hope no one is offended

    alt textalt text

  • 0 Votes
    3 Posts
    409 Views
    A

    @baris Great ! Many thanks ! Exactly what I needed and it works (of course... 😉 ).

  • NodeBB PWA

    32
    1 Votes
    32 Posts
    11k Views
    julianJ

    Try putting it in public/src/ folder.

    Keep in mind you really shouldn't be putting stuff in these folders that aren't tracked by NodeBB, but I can't stop you either 😄

  • Override template from plugin

    7
    0 Votes
    7 Posts
    795 Views
    A

    @PitaJ Ok ! I do it now.

  • Setting up Nodebb for CI/CD pipeline

    3
    0 Votes
    3 Posts
    542 Views
    YeePY

    @PitaJ OR it can read from environment variables?

    (Which is what is discussed in the link I gave above)

  • NodeBB Offline help

    8
    0 Votes
    8 Posts
    823 Views
    julianJ

    If you deleted the line in the Persona theme, just run ./nodebb build tpl && ./nodebb restart, and that should be it.

  • Restricting Write API Access

    3
    0 Votes
    3 Posts
    456 Views
    LazL

    If it were a bot, I could assign it a token from the ACP. I am creating a third party application that interfaces with NodeBB. It needs to be able to inherently create new user accounts, and then also login as them (which is where logging in via a token would come into play). I suppose it would be possible to create an account via a socket connection directly, but I imagine I could have uses to some of the write API methods anyways.

    Is it possible to programmatically create user tokens for the Write API? If that's the case, I could use a socket to create the account, and then generate a JWT token specifically for that user rather than hacking something into the application itself. That would leave the only hurdle being logging in, but at that point I could just store encrypted login credentials in a config file, and login to the API using https://github.com/NicolasSiver/nodebb-plugin-ns-login

  • 0 Votes
    5 Posts
    935 Views
    LazL

    That's probably the approach I'll take. I was just wondering if there was some inbuilt functionality, but it's not much work to do, so thanks. Have a nice day!

  • Running backup while NodeBB is running

    4
    0 Votes
    4 Posts
    1k Views
    ?

    Test it on a separate instance of NodeBB?

  • how to enable third-part login?

    2
    0 Votes
    2 Posts
    341 Views
    julianJ

    Depends what third-party login you want to enable. Check plugins for some common options (Facebook, Google, etc.)

  • Is there any plugin for AMP pages?

    1
    1 Votes
    1 Posts
    277 Views
    A

    I want to add AMP pages for nodebb pages,is there is any plugin for that?

  • Plugin usage metrics

    3
    5 Votes
    3 Posts
    640 Views
    gotwfG

    Awesome.

    Thanks bunches for this. 👍

  • 1 Votes
    1 Posts
    1k Views
    K

    Hello,

    I'd like to export a list of the users and their emails from a specific group. Is there a way to do this? And if not, is there a way to export all users, but add more fields to the list besides username and email address?

    Thank you

  • 0 Votes
    4 Posts
    849 Views
    julianJ

    Hi @mikewa, we don't have a plugin that allows NodeBB to act as the OAuth2 provider, but I'm interested in creating one if you're interested.

    Reach out to us at [email protected] and I'll be happy to discuss further 🙂

    We did have one in the past, although it is likely not working anymore.

  • How do you unit test plugins?

    3
    0 Votes
    3 Posts
    489 Views
    asdrubalivanA

    I see! Thank you so much for your response!