Co-Founder (NodeBB) | Husband 🤷‍♂️ and Dad 🙉 to three | Rock Climber 🧗‍♂️ | Foodie 🥙 | Conductor 🎵 | Saxophonist 🎷

✅ Small teams craft better code.
🇨🇦 Made in Canada
🗨️ Federating NodeBB with funding from NLNet ♥️🇪🇺

  • 0 Posts
  • 10 Comments
Joined 7 months ago
cake
Cake day: August 14th, 2025

help-circle





  • > @unfinishedprojects@piefed.zip said in NodeBB forum federation questions.: > > But it sounds like the federation is more so to bring traffic into the forum, rather then out. Did I understand that correctly?

    NodeBB is a two-way ActivityPub server, which means that it pushes content out to the wider fediverse, as well as allowing you to discover new content via followers and /world.

    So for your use-case, NodeBB is still a good way to push forum content into communities. You can even set up NodeBB so that your forum index doesn’t contain any local categories, but is actually made up of remote categories!

    For example, look at https://activitypub.space/, under the “Related Communities” section, contain a couple of sub-categories which are actually Lemmy and Piefed communities. So you are able to just post there if you have content to share :)


  • Hello! I’ll try my best to answer your questions :)

    1. I honestly don’t know what to do about this. I briefly played around with CloudFlare rules to get federation working, and settled on the configuration I talk about here: https://community.nodebb.org/post/105742 I later de-activated it and just set up anubis as well (although because anubis is protected by anubis, good luck getting an LLM to help you set it up LOL)
    2. The following indicator is a little wonky, you should just ignore it until I fix it :stuck_out_tongue: as long as your piefed account shows up in the page itself (/following), you’re ok.
    3. /world is a feed of content from the wider fediverse. It’s like a home timeline in Mastodon where it will show you content from the people you follow or content shared by your followers.
      • You should think of categories like Lemmy/Piefed communities. Instead of setting up a category to post to specific instances, you should post your content to that specific community itself (you can go to it via the /world page, by searching for its handle)
      • You can then cross-post that remote topic back to your forum. Cross-posting only works that way right now because there is no standardized way to federate cross-posts across instances, yet.

    The easiest way to integrate your forum into the fediverse is to set up some relays and use the FediBuzz relay to listen to some hashtags. You can then set up auto-categorization rules to bring those discussions into your categories. I recognize that this sounds overly complicated, I will publish some tutorials and guides about this soon so I have a better reference for it.

    Easiest way to integrate your forum into the threadiverse is to just start posting. Post to other categories on other instances… encourage people to add your categories (I guess?) and it’ll start showing up in peoples’ home feeds.

    I’m not exactly sure what people do on the threadiverse when they want to start a new community… lemmy-federate maybe, but NodeBB is not compatible with it yet.