[nodebb-plugin-finder] The plugin that finds and manages other plugins (Deprecated)

NodeBB Plugins

Suggested Topics


  • 4 Votes
    7 Posts
    187 Views

    Very good. test ASAP 😉

  • 1 Votes
    2 Posts
    318 Views

    @Mark-Bevels

    So you want your static Gatsby site to be dynamic. Heh, you are not the only one to have given this some thought... 😜

    But... where's the "win" here?

    Security: Well, the moment you go dynamic you open the door much wider to crackers. Maybe some small win that your static content is "safe" and only comments system exposed.

    Narrow minded to only analyze a single vector though so lets take speed and performance. Well, a static article might load faster since now main potential bottleneck is backend db and script glue.

    On to stability: Maybe a bit more stable to only make comments dynamic?

    Maintenance: I question whether this pans out on the cost/benefit front because the moment you go dynamic you add a LOT to your stack. Admin that stuff takes time so you may as well leverage it for other stuff.

    So ye' needs to be rollin' up yer' sleeves and experiment to find where your sweet spot lies. I think I would be inclined to go with dynamic blog such as ghost (definitely not WP). Ditto on the wiki front.

    NodeBB is awesome sauce for sure but seems overkill for a blog comment system. Disqus sucks privacy & copyright wise but there are other 3rd party offerings w/less egregious terms, e.g. Muut and a couple others I don't recall off top of my head. Personally, I just do w/o comments. No interest/need in becoming an Internet Personality. I just toss some stuff "out there" for whatever it may be worth to whomever. Yeah, maybe missing some back and forth, contribs, etc. but when it comes to bloggin' I would rather spend my time writing than maintaining and sweating the next zero day exploit. Yeah, I am a freak.

    Be all that as it may....

    Perhaps these are the droids yer' looking for:

    Reflections on the Digital Sabbath

    Reflections on the Digital Sabbath

    What is the Digital Sabbath? The premise is simple: To go without digital media for a whole day as a form of rest. The challenge then, is to go without digit...

    favicon

    NodeBB Community (community.nodebb.org)

    Have fun!

  • 0 Votes
    1 Posts
    234 Views

    What the title says: which would be the simplest plugin to start learning from?

    What I'm trying to accomplish is to create a MongoDB collection where to store some information, then execute all CRUD operations.

    LE: this should've been posted in plugins category.

  • 1 Votes
    3 Posts
    1k Views

    @yariplus a post is related to the existing post if they are in the same category. Hope you could give me a solution 🙂

  • 0 Votes
    7 Posts
    3k Views

    Thanks, I do understand how i18n works for plugins. I should have asked if there is a way to do this without having to fork or modify the existing plugin. It seems like the answer is no.

    Personally, I think this is a lacking feature of NodeBB.