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

63 Topics 497 Posts
  • Unrecoverable NodeBB error after NPM install

    6
    2
    0 Votes
    6 Posts
    872 Views
    T
    That makes sense, and I support the idea. The error message points the blame to the API and not the DNS. Modifying the error message to check the DNS first definitely saves time on the troubleshooting end and on yours. Even if it's the exception the it's worth considering how much time it takes to check for each step during the process. Anyways thanks for the help. You can close this thread
  • NodeBB calendar plugin missing on ACP

    4
    0 Votes
    4 Posts
    372 Views
    T
    @girish Thank you for checking. I will look into other options in cloudron to do this.
  • NodeBB + ActivityPub

    4
    7 Votes
    4 Posts
    716 Views
    marcusquinnM
    @julian Brilliant! I am certain it is both destined and necessary for the future of free speech, decentralisation, and creator-owned content. Thank for your vision and taking on these things. It gives me hope
  • Error on installing a theme with NPM

    4
    1
    0 Votes
    4 Posts
    369 Views
    BrutalBirdieB
    Its right in there? ? Quote: cd /app/code /usr/local/bin/gosu cloudron:cloudron yarn add nodebb-theme-timuu I mean you even try to install the same theme as in in the docs Did you try it?
  • Unable to install plugin

    7
    0 Votes
    7 Posts
    999 Views
    girishG
    Looks like something changed recently. It installs just fine now: [image: 1683293729517-37d02b63-9000-44aa-ae56-6310bdfa70f4-image-resized.png]
  • No mongo or mongorestore tool installed?

    3
    1 Votes
    3 Posts
    440 Views
    mariogripM
    @girish Thank you
  • NodeBB database not authorised

    Solved
    3
    0 Votes
    3 Posts
    539 Views
    J
    @nebulon Thanks for letting me know. Getting to know the provided infrastructure more and more on
  • How much 'work' is it to support a nodebb install?

    Moved
    5
    0 Votes
    5 Posts
    959 Views
    J
    @nebulon said in How much 'work' is it to support a nodebb install?: We have a couple of plugins enabled Would you mind to tell?
  • NodeBB Calendar Plugin

    Solved nodebb calendar plugins acp
    6
    2
    0 Votes
    6 Posts
    1k Views
    L
    @girish Thanks for the help. The plugin does work fine but does not meet my expectations. I thought that, after installing the plugin, somewhere nodebb would have a page dedicated to events in a calendar. What happens is the events appear in a post OK, but there is not dedicated page where all the events happening appear. I mean that I still cannot see this: [image: 1665863081590-fzpnh6qmgr-resized.jpg] Also, though the notification was set to happen, no notification occured. This might perhaps be because the default setting for checking new events is a long period of time. I thought there might be a calendar icon or something to click here: [image: 1668298057699-brave_ggn5dfearq-resized.jpg]
  • Large number of guest pings since day 1

    7
    0 Votes
    7 Posts
    931 Views
    subvenS
    @sixfold_distract if you suppress the healthcheck, Cloudron thinks the app is not responding which can have negative side effects. Nothing to worry about just leave it like it is
  • When setting Email From Name in NodeBB app, app fails to start

    4
    1 Votes
    4 Posts
    650 Views
    girishG
    This is fixed in the latest package.
  • Cloudron's NodeBB theme + setting a default theme?

    2
    0 Votes
    2 Posts
    371 Views
    nebulonN
    We use the persona theme https://github.com/NodeBB/nodebb-theme-persona with its defaults as far as I can tell. That theme is already the default though.
  • How to rebuild NodeBB on Cloudron?

    Solved nodebb rebuild
    1
    1 Votes
    1 Posts
    201 Views
    No one has replied
  • Data export in Your Rights & Consent not working

    Solved
    6
    0 Votes
    6 Posts
    934 Views
    S
    @nebulon Confirm. After update to the new app package everything works brilliant. Thank you.
  • Strange problem after installing some plugins

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S
    @nebulon Many, many thanks. This solved my problem. What a beautiful day
  • How to rebuild node_modules

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    @smokeyfro I've just released a new app package which fixes yarn usage, can you see if this also fixed your problem? You may have to refresh your browser though.
  • 0 Votes
    9 Posts
    1k Views
    Q
    @girish looks like nodebb self healed. The 'broken' state it was in is not broken anymore. This is good news
  • Stop Forum Spam

    4
    3 Votes
    4 Posts
    813 Views
    jdaviescoatesJ
    @briankb-0 said in Stop Forum Spam: one for Discourse in development? In my (admittedly relatively limited) experience Discourse does a pretty good a preventing spam all by itself (e.g. newly reg'd users can't post links etc)
  • NodeBB Blog Comments Plugin Ghost.js Not Found

    3
    0 Votes
    3 Posts
    479 Views
    girishG
    And doing a curl does return the ghost.js file: $ curl -L https://forum.cloudron.space/plugins/nodebb-plugin-blog-comments/lib/ghost.js (function() { "use strict"; var articlePath = window.location.protocol + '//' + window.location.host + window.location.pathname; var pluginURL = nbb.url + '/plugins/nodebb-plugin-blog-comments', savedText, nodebbDiv, contentDiv, commentsDiv, commentsCounter, commentsAuthor, commentsCategory; var stylesheet = document.createElement("link"); stylesheet.setAttribute("rel", "stylesheet"); stylesheet.setAttribute("type", "text/css"); stylesheet.setAttribute("href", pluginURL + '/css/comments.css'); ... The version of the plugin installed is 0.8.6
  • Setting the image size and markdown plugin

    Solved
    4
    0 Votes
    4 Posts
    803 Views
    archosA
    @girish Hey, thanks for the answer. I finally uninstalled the image size plugin. In the settings as you wrote, everything is sufficient. I was looking the wrong way. I left the markdown support built in. I guess the less plugins the better. Thank you.