Are there instances that run modified versions of the base Lemmy software? For example, that use their own sorting algorithms, or provide users ways to block instances or specific users, etc?

Are there communities that talk about this kind of thing? Like a LemmyForInstanceOwners community? I don’t really want to trawl through GitHub for this sort of discussion.

  • CheshireSnake@iusearchlinux.fyi
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 months ago

    Not all instance owners may want all those features implemented. Not the same but kind of like how Beehaw doesn’t allow downvotes while other lemmy instances do.

    • PriorProject@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      11 months ago

      In the vast majority of cases, one can support variation in admin preferences by exposing a configuration parameter. Your downvote example is perfect because Beehaw doesn’t run a customized lemmy codebase. There is a checkbox exposed to lemmy admins that enables/disabled downvotes.

      Running a custom-codebase is generally the highest-hassle method of achieving some custom-config goal. The absence of communities around this approach isn’t an accident, the people who develop customizations generally try to work with the upstream unless the devs give them good reason not to.

      • CheshireSnake@iusearchlinux.fyi
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        You’re absolutely right, now that I think about it. My bad. But yeah, it makes more sense to upstream and make the features toggle-able.