• laxe@lemmy.ml
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      1 year ago

      I expect this to evolve like email did. It used to be very easy to host your own mail server but due to spam the large providers started using whitelists and nowadays it’s almost impossible to have a self hosted mail server that is approved by the others.

      Similarly, I expect that hosting your own Lemmy instance will be impossible in the future. We should enjoy it while we can.

    • Catsrules@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Is their a way to lock it down so only you can use it? I was thinking about hosting my own. But i was worried that others might start visiting it.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        You can disable registration so nobody can make an account.

        If you don’t want anyone browsing your server, you could also whitelist your home IP and block access to the rest of the Lemmy API (that doesn’t involve federation).

          • Skull giver@popplesburger.hilciferous.nl
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            The default for federation is on these days (though your server will only federate with communities any user on your server has accessed, which is none by default). As these posts appear on your server, anyone will be able to see what content is being federated on the global timeline. That said, my server is receiving various communities I don’t believe I’m subscribed to, including ones that I’ve never even heard of. I’m not sure where those are coming from.

            You can change the federation mode as instance admin; you can switch between blacklist (current default), whitelist (old default), or no federation at all (internal server only, maybe useful within companies?). Note that going whitelist-only will have an impact on the comments you’ll be able to see on your server.

            • platypus_plumba@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Hey, I see you have experience with Lemmy and I don’t see any place to ask this type of questions.

              I was checking a community in an instance and realized that there were no federated posts. Are federated posts only visible from the ALL view? I was hoping for community browsing to also have a federated experience to enhance content. For example, if I want to browse the Gaming community of an instance, why shouldn’t I see gaming communities from other instances?

              I understand this type of federation would require more interaction than instance to instance federation, but still, would be amazing to see more content when checking communities.

              • Skull giver@popplesburger.hilciferous.nl
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                1 year ago

                For technical questions regarding the Lemmy software itself, you can check out c/lemmy_support@lemmy.ml or whatever support community your own server provides. I’m no authority on Lemmy by any means, I just set up a server of my own and did some digging troubleshooting the issues I ran into.

                Browsing a community should work just fine as long as federation is enabled: the all/local/subscribed selection only matters when browsing for communities or on the combined post listings like the homepage. There are, however, a number of technical problems or policy reasons why content doesn’t spread itself completely across the network.

                For one, your server (sh.itjust.works) has been defederated from some sites (Beehaw, Pawb, probably smaller servers too) due to moderation concerns, either because of the open policies or because of disagreements over what constitutes as acceptable behaviour. Servers like lemmygrad.ml have been banned from many if not most Lemmy instances not necessarily because of a lack of moderators, but because what the mods over there consider acceptable is considered unacceptable by the mods of other servers.

                When defederation between two servers happens, both servers start having their own view of what’s in a community; sh.itjust.works/c/example@beehaw.org and beehaw.org/c/example each start having separate posts and separate comments, as if there’s some kind of network problem.

                As for the network problem: Kbin had some pretty severe overload issues when waves of Reddit users joined the Fediverse, and they had to put up stricter Cloudflare load balancing for a while. Part of the Cloudflare solution is to add CAPTCHAs for random web pages, which federating web services obviously can’t solve. As a result, these types of downtime mean that posts don’t get synchronized for a while.

                It’s also possible that you’re not seeing certain posts because servers are overloaded. Lemmy.world and Fedia have rapidly added more hardware to compensate for the load, and servers like Lemmy.ml that didn’t respond as fast have had serious downtime issues. When a server is unreliable, posts and comments don’t exchange well; it’s not just your frontend that’s showing error messages. Lemmy.world is currently running beta software with some fixes applied and that seems to have stabilized the platform significantly according to the comments on their instance.

                Missing content due to technical issues should be retried automatically, unless the retry system has been explicitly disabled by the server admin (I think lemmy.world did this, which means failed federation coming from .world may not appear). It can take a few minutes or hours, but the content should appear eventually.

                Mismatches caused by defederation should start resolving themselves once federation is enabled again (for instance, after enough moderators are appointed to control the massive influx of Reddit refugees. The communities should start syncing up again and posts will be visible on both sides once more. Recent posts should start appearing on both sides, older posts will remain on one instance alone because syncing everything would quickly overload the servers.

                Lastly, it’s possible for a server to ban a user from another server, which will also cause desynchronisation. This basically hides a problematic user from an instance without affecting the user on their home server in any way; it’s a solution to the fact that every server has their own rules and moderator opinions. If @satanlover666@example.com gets banned from sh.itjust.works, they can still post on all other servers. That means their comments and posts would show up on lemmy.ml/c/memes and beehaw.org/c/memes@lemmy.ml, but not sh.itjust.works/c/memes@lemmy.ml. Of course, when their home server bans them, that changes things.

                These issues weren’t present in the earlier stages of Lemmy/Kbin development, when there were only a few hundred posts to deal with. I remember joining Lemmy last month and not seeing any posts with more than six or seven upvotes because there just weren’t that many servers online. The network needs time to stabilize, the Lemmy software needs to get better, and the system needs more moderation tools.

                Mastodon suffered from the same problems, and defederation happened a lot more often until “silencing” (not featuring posts from particular servers but still allowing users to explicitly subscribe to other servers) became a feature. Many Mastodon servers even blocked the larger instances like mastodon.social because the moderation workload from these servers was just too much to handle, but most of them stopped doing that.

                There are Mastodon servers almost everyone defederates (for example, servers featuring various forms of illegal pornography and extreme violence on their front page, or the alt-right/anarchist extremist servers that call out for violence) and Lemmy isn’t any different. I doubt lemmygrad and explodingheads will ever federate with most servers.

                If you don’t like defederation, you can run your own server, or pick another one that isn’t defederated yet. However, every platform is free to choose who they do or do not accept, and if you or your server are ruled to be too problematic, you can still be blocked. I doubt any servers will defederate you for simply interacting with servers they’ve blocked, but if you repeat the problematic sentiments those servers are blocked for on other servers, expect to be banned.

                I’m sure Lemmy/Kbin/etc will figure this stuff out in a while. The servers, tooling, and communities just need some time to adjust.

      • driving_crooner@lemmy.eco.br
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Not idea, try asking in the “self hosting” community. The instance im in was created by the mods of the r/brasil subreddit and its works great (for me) because is not as popular as the bigger ones and is hosted locally in Brazil.

    • Buelldozer@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      1 year ago

      Is there a solid how to / walk through for setting one of those up? Lemmy world is flailing hard and I want to jump to my own instance.