Skip to content
  • Categories
  • Recent
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB-ActivityPub Bridge Test Instance

  1. Home
  2. Categories
  3. General Discussion
  4. AP Test (community.nodebb.org)
  5. Updates to the world page

Updates to the world page

Scheduled Pinned Locked Moved AP Test (community.nodebb.org)
nodebbactivitypnodebb
33 Posts 7 Posters 45 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • julian@community.nodebb.orgJ This user is from outside of this forum
    julian@community.nodebb.orgJ This user is from outside of this forum
    julian@community.nodebb.org
    wrote last edited by
    #17

    I just realized that while we now have the ability to browse and follow remote communities, we don't have a page listing communities ordered by popularity or recency... time to add to my ever expanding list 😩

    1 Reply Last reply
    1
    0
    • System shared this topic
    • projectmoon@forum.agnos.isP This user is from outside of this forum
      projectmoon@forum.agnos.isP This user is from outside of this forum
      projectmoon@forum.agnos.is
      wrote last edited by
      #18

      Is it also possible to add remote communities to the main forum list? Or merge them into existing local categories?

      1 Reply Last reply
      1
      0
      • julian@community.nodebb.orgJ This user is from outside of this forum
        julian@community.nodebb.orgJ This user is from outside of this forum
        julian@community.nodebb.org
        wrote last edited by
        #19

        Right now you're able to add remote categories to your world page. It's possible that we could allow admins to add remote categories to the forum index, although that'd be something we add later on.

        1 Reply Last reply
        1
        0
        • julian@community.nodebb.orgJ julian@community.nodebb.org

          tl;dr — you can now find remote categories and see your tracked/watched categories in /world.

          A new alpha version of NodeBB was tagged today: v4.3.0-alpha.3. The biggest change is to the /world route, which up until now showed a list of topics from outside of the local NodeBB instance.

          New to this alpha release:

          1. A quick search widget was added, allowing you to directly search for remote categories. There is no need to navigate to to the search page to discover new categories.
          2. Your list of tracked and watched categories will show at the top of the page.
            • "Tracking" and "Watching" categories—both local and remote—is how content discovery happens in NodeBB. Tracked categories will have new content show up in the "unread" page, while watched categories take that a step further and notify you when new content is posted.
            • Tracking and watching a category will tell NodeBB to subscribe to that remote community for updates

          At this time we're continuing to look for stability issues with the remote category integration. We'll be working on QoL fixes as we move into the beta phase this/next week.

          60bd030a-7626-4629-9ac4-8ddd2bd34f3f-image.png

          0a11627f-65cc-477b-8c33-49f1ea6de53f-image.png

          projectmoon@forum.agnos.isP This user is from outside of this forum
          projectmoon@forum.agnos.isP This user is from outside of this forum
          projectmoon@forum.agnos.is
          wrote last edited by
          #20

          I'm seeing issues with loading remote categories. I can't load the NodeBB bug reports category at all, and for the ActivityPub category, I can find it in my world category search, but I get a 404 when trying to load it. Also can't load general-discussion@community.nodebb.org for example.

          It seems the NodeBB development board is the only one really federating for me. Any way I can solve this?

          I am running beta2 of 4.3.0.

          1 Reply Last reply
          1
          0
          • julian@community.nodebb.orgJ This user is from outside of this forum
            julian@community.nodebb.orgJ This user is from outside of this forum
            julian@community.nodebb.org
            wrote last edited by
            #21

            @projectmoon@forum.agnos.is hmm... could be a bug in the user migration code path.

            Can you run your forum in dev mode (./nodebb dev) and try to load some of the categories here in your forum, and let me know if you see any errors in the console?

            1 Reply Last reply
            1
            0
            • projectmoon@forum.agnos.isP This user is from outside of this forum
              projectmoon@forum.agnos.isP This user is from outside of this forum
              projectmoon@forum.agnos.is
              wrote last edited by
              #22

              @julian@community.nodebb.org could not run it in dev mode directly because of docker compose, but did set NODE_ENV to development and got verbose logs. Only thing that shows up is:

              2025-05-03T19:35:59.553Z [4567/53] - warn: Route requested but not found: /category/activitypub@community.nodebb.org
              
              1 Reply Last reply
              1
              0
              • projectmoon@forum.agnos.isP This user is from outside of this forum
                projectmoon@forum.agnos.isP This user is from outside of this forum
                projectmoon@forum.agnos.is
                wrote last edited by
                #23

                So, this URL does work: https://forum.agnos.is/category/nodebb-development@community.nodebb.org

                Maybe it has something to do with the activitypub category being a sub-category of nodebb development?

                1 Reply Last reply
                1
                0
                • julian@community.nodebb.orgJ This user is from outside of this forum
                  julian@community.nodebb.orgJ This user is from outside of this forum
                  julian@community.nodebb.org
                  wrote last edited by
                  #24

                  @projectmoon@forum.agnos.is no, that didn't matter. There is no concept of nested categories in ActivityPub yet.

                  But the issue seems legitimate, I can't access the ActivityPub category from a test Mastodon server either.

                  1 Reply Last reply
                  1
                  0
                  • projectmoon@forum.agnos.isP This user is from outside of this forum
                    projectmoon@forum.agnos.isP This user is from outside of this forum
                    projectmoon@forum.agnos.is
                    wrote last edited by
                    #25

                    @julian@community.nodebb.org I was able to access it from a Lemmy instance. So it is federating, at least partly. But interesting to know that Mastodon has issues with it...

                    One thing that might be helpful is that NodeBB gives an invalid ID error when trying to follow the category via the sync function in admin settings. Stack trace shows it's the error being thrown when trying to follow (activitypub.js line 43).

                    1 Reply Last reply
                    1
                    0
                    • julian@community.nodebb.orgJ This user is from outside of this forum
                      julian@community.nodebb.orgJ This user is from outside of this forum
                      julian@community.nodebb.org
                      wrote last edited by
                      #26

                      @projectmoon@forum.agnos.is thanks, can you try again? For whatever reason the handle-to-cid association was lost, and I'm not sure why. I've manually restored it now.

                      1 Reply Last reply
                      1
                      0
                      • projectmoon@forum.agnos.isP This user is from outside of this forum
                        projectmoon@forum.agnos.isP This user is from outside of this forum
                        projectmoon@forum.agnos.is
                        wrote last edited by
                        #27

                        Yep, shows up now on my end. Maybe check other categories too?

                        1 Reply Last reply
                        1
                        0
                        • julian@community.nodebb.orgJ This user is from outside of this forum
                          julian@community.nodebb.orgJ This user is from outside of this forum
                          julian@community.nodebb.org
                          wrote last edited by
                          #28

                          Were there other categories breaking?

                          1 Reply Last reply
                          1
                          0
                          • projectmoon@forum.agnos.isP This user is from outside of this forum
                            projectmoon@forum.agnos.isP This user is from outside of this forum
                            projectmoon@forum.agnos.is
                            wrote last edited by
                            #29

                            @julian@community.nodebb.org Yes, maybe? https://forum.agnos.is/category/bug-reports@community.nodebb.org for example. Maybe it's not federated? Since I don't see anything about what fediverse handle to use like in the ActivityPub forum.

                            1 Reply Last reply
                            1
                            0
                            • julian@community.nodebb.orgJ This user is from outside of this forum
                              julian@community.nodebb.orgJ This user is from outside of this forum
                              julian@community.nodebb.org
                              wrote last edited by
                              #30

                              That's correct, that category wasn't federating, but it is now 👍

                              1 Reply Last reply
                              1
                              0
                              • projectmoon@forum.agnos.isP This user is from outside of this forum
                                projectmoon@forum.agnos.isP This user is from outside of this forum
                                projectmoon@forum.agnos.is
                                wrote last edited by
                                #31

                                @julian@community.nodebb.org Cool, I can now load it. Another question: I have a bunch of lemmy communities (and also a few "null" entries) stuck on "pending" in the category synchronization settings. Pressing remote/delete doesn't do anything. Is there an easy way to get rid of them by editing the database?

                                Also, are there plans to merge the federation synchronization and new remote category following stuff together into one cohesive set of functionality?

                                1 Reply Last reply
                                1
                                0
                                • julian@community.nodebb.orgJ This user is from outside of this forum
                                  julian@community.nodebb.orgJ This user is from outside of this forum
                                  julian@community.nodebb.org
                                  wrote last edited by
                                  #32

                                  @projectmoon@forum.agnos.is said in Updates to the world page:
                                  >
                                  >
                                  > Also, are there plans to merge the federation synchronization and new remote category following stuff together into one cohesive set of functionality?

                                  Yes... the remote category functionality supercedes the category sync functionality in some ways, but there is still a use case for it.

                                  Most likely I will need to develop proper support for cross-posting (at least locally), and that would work well with the remote category functionality, so that topics are cross-posted to the synchronized category, instead of moved.

                                  1 Reply Last reply
                                  1
                                  0
                                  • projectmoon@forum.agnos.isP This user is from outside of this forum
                                    projectmoon@forum.agnos.isP This user is from outside of this forum
                                    projectmoon@forum.agnos.is
                                    wrote last edited by
                                    #33

                                    @julian@community.nodebb.org It would be good for outgoing posts if cross posting is used for synced categories. But it doesn't solve the problem of incoming posts. For that, it would make sense to still slot incoming posts based on the sync setup. But there is still the problem of Lemmy not accepting follows from category actors.

                                    1 Reply Last reply
                                    1
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Login or register to search.
                                    Powered by NodeBB Contributors
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Popular