Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

NodeBB

65 Topics 553 Posts
  • NodeBB - Package Updates

    Pinned Locked
    189
    0 Votes
    189 Posts
    180k Views
    Package UpdatesP
    [2.31.6] Update NodeBB to 4.14.6 Full Changelog tx.compile so arguments can't break out of the translation token (1205d0b) dont leak ip in api/v3 replies and summary (fadb4e3) escape uid in buildAvatar (f2615ed) closes #14533, json.stringify and escape breadcrumbs structured data (433c768)
  • CSRF-Invalid error Cannot Login after upgrade to package 2.31.5

    8
    1 Votes
    8 Posts
    68 Views
    A
    @Joseph , you make a good point and I have follow up on this topic at https://community.nodebb.org/topic/19410/csrf-invalid-login-issue-with-nodebb-4.14.5/ That said, one suggestion received from there is to "check your redis config and make sure it has an eviction policy set to something like volatile-lru" ... for this, it seems I need to come back and ask a question here because I don't seem able to find my redis.conf file in the usual places like /etc/redis.conf or /etc/redis/redis.conf, so I come back here to ask if maybe the folks who "package" up NodeBB for Cloudron can clue me into where I can find redis.conf in the NodeBB package for Cloudron. Thanks in advance!
  • 3 Votes
    3 Posts
    343 Views
    sqlikS
    That's just how life goes - either a dry spell or a lot of good things all at once Yeah, I posted it on the NodeBB forum too - maybe someone will find it useful
  • Issue Starting NodeBB on Cloudron After Server Restart

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    Z
    @joseph said in Issue Starting NodeBB on Cloudron After Server Restart: /app/pkg/start.sh Thank you very much. I followed this guide, then adjusted the plugins to the corresponding versions and copied the appropriate package.json. The issue has been resolved
  • classify health check as bot page view

    Solved
    11
    1
    2 Votes
    11 Posts
    4k Views
    BrutalBirdieB
    @baris Ahhhhh so you are https://github.com/barisusakli That explains a lot. I was thinking, who is this first time poster and how does he know this Welcome to the Cloudrom Forum! And since you are who you are and you are reading this right now Could you give https://forum.cloudron.io/topic/13687/have-chats-been-turned-of-on-purpose a read? Pretty please
  • Unable to install yarn packages

    Solved
    3
    1
    0 Votes
    3 Posts
    629 Views
    hpz24H
    Yes, works, perfectly! Thx
  • Installing plugins in NodeBB

    Moved
    5
    1 Votes
    5 Posts
    2k Views
    J
    I think there is no id field in package.json , just a name field https://github.com/oknet8020/nodebb-plugin-custom-registration/blob/main/package.json#L3C1-L3C40 . name field has no space and no capitals afaik
  • Changing PWA icon

    Solved
    4
    1 Votes
    4 Posts
    2k Views
    andreasduerenA
    @Joseph Nevermind, just reuploaded and cleared the cache one more time and that did the trick. Must have been some caching issue.
  • Curious why NodeBB instead of Discourse?

    Solved discourse nodebb
    10
    3 Votes
    10 Posts
    8k Views
    marcusquinnM
    I much prefer NodeBB, just feels faster and lighter. That being said, I couldn't work out how to make a private forum with it, which I can see some use for, but Discourse seems to have more documented in that area. So it might be that your decision will be based more on specific features you want. But if it's UI/UX, then I'd say go NodeBB, and be very thankful how damn easy Cloudron makes it to have all these options!
  • Running into a email brick wall

    3
    2
    1 Votes
    3 Posts
    2k Views
    girishG
    @2TonWaffle Glad you found the problem. But also, if the app is in control of email, the diagnostics of Cloudron Email is not really relevant (for example, test email etc).
  • is NodeBB free for self-hosters?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    girishG
    yes, the code is at https://github.com/NodeBB/NodeBB which also has the license.
  • Email From Name keeps being reset.

    Solved
    4
    1
    1 Votes
    4 Posts
    2k Views
    girishG
    @corsacca this is actually a platform wide feature which we introduced in 7.2 - https://blog.cloudron.io/cloudron-7-2-released/ . We have the docs for this at https://docs.cloudron.io/apps/#email . I have adjusted the text there a bit.
  • 2 factor hardwarekey doesn't work

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    RazielKanosR
    Yeah, i am poking them already in their forums
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • How much memory is available to forum.cloudron.io?

    4
    2 Votes
    4 Posts
    2k Views
    robiR
    It's also not always about the number of users as it is plugins and search and any maintenance scripts that can use more memory.
  • Unable to uninstall yarn packages

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    saikarthikS
    I was able to fix this by deactivating all the plugins after the yarn remove from above and then restarting. So I guess its an upstream issue.
  • This topic is deleted!

    Solved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Is restarting the app through Cloudron the same as Rebuild and Restart?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    nebulonN
    Restarting the app via Cloudron will essentially re-run this start script https://git.cloudron.io/cloudron/nodebb-app/-/blob/master/start.sh?ref_type=heads It does a bit more than what the internal rebuild does, so rebuilding and restarting from within nodebb if it asks for is preferred. Also it will put a nicer placeholder page with the forum style instead of the generic Cloudron one.
  • I cant login invalid csrf token

    2
    0 Votes
    2 Posts
    589 Views
    girishG
    @L3oN Have you already tried to refresh and try to login again ? This forum is NodeBB too and we haven't seen this issue. Have you installed any plugins ?
  • NodeBB: how to update a template file?

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    girishG
    @saikarthik ah ok, thanks. I guess you have to ask upstream why it's this way.