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


NodeBB

45 Topics 375 Posts
  • NodeBB - Package Updates

    Pinned
    0 Votes
    99 Posts
    2k Views

    [2.5.2]

    Update NodeBB to 3.4.3 Full changelog change priv to topics:read (cddac03) #12035, filter tids in mark all read (77d6d0a) properly wrap promise to callback-style function (#12030) (aff19a6) #12009, check if suggested/current versions are valid (7ca37bd)
  • 0 Votes
    6 Posts
    41 Views

    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

    0 Votes
    4 Posts
    22 Views

    @girish Thank you for checking. I will look into other options in cloudron to do this.

  • NodeBB + ActivityPub

    6 Votes
    4 Posts
    97 Views

    @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

    0 Votes
    4 Posts
    39 Views

    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

    0 Votes
    7 Posts
    59 Views

    Looks like something changed recently. It installs just fine now:

    image.png

  • No mongo or mongorestore tool installed?

    1 Votes
    3 Posts
    55 Views

    @girish Thank you 🙂

  • NodeBB database not authorised

    Solved
    0 Votes
    3 Posts
    56 Views

    @nebulon Thanks for letting me know. Getting to know the provided infrastructure more and more on 🙂

  • 0 Votes
    5 Posts
    218 Views

    @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
    0 Votes
    6 Posts
    169 Views

    @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:

    alt text

    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:

    brave_GGN5dfEARQ.jpg

  • Large number of guest pings since day 1

    0 Votes
    7 Posts
    111 Views

    @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 🙂

  • 1 Votes
    4 Posts
    76 Views

    This is fixed in the latest package.

  • 0 Votes
    2 Posts
    65 Views

    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
    1 Votes
    1 Posts
    67 Views
    No one has replied
  • Data export in Your Rights & Consent not working

    Solved
    0 Votes
    6 Posts
    173 Views

    @nebulon Confirm. After update to the new app package everything works brilliant.

    Thank you.

  • Strange problem after installing some plugins

    Solved
    0 Votes
    13 Posts
    319 Views

    @nebulon Many, many thanks. This solved my problem.
    What a beautiful day 😀

  • How to rebuild node_modules

    Unsolved
    0 Votes
    7 Posts
    227 Views

    @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
    353 Views

    @girish looks like nodebb self healed. The 'broken' state it was in is not broken anymore. This is good news 🙂

  • Stop Forum Spam

    3 Votes
    4 Posts
    193 Views

    @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)

  • 0 Votes
    3 Posts
    112 Views

    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