Is there any benefit to host my own instance?

  • ipkpjersi@lemmy.one
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    As someone who likes having control over their data and especially backups, and someone who normally enjoys self-hosting things, I honestly might do it. I’m not sure if I’d want to host a lemmy instance or kbin instance though, since I know they all federate together anyway. I may also end up waiting until the software is more mature too before looking into it.

    • Matt@netmonkey.tech
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      That’s awesome! Running my own social media instances has become a hobby for me.

      Having my own Lemmy instance has felt fairly seamless versus using Lemmy.world, but there have been some kinks. For example, when attempting to subscribe to a new community, the server has to pull a bunch of data first. This takes several seconds, but the UI simply says “not found” – and then after several seconds, the UI updates with the community you want to follow. I figured this out by tailing the logs.

      Also, the installation was pretty damn easy, especially when compared to Mastodon.

      • ipkpjersi@lemmy.one
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        1 year ago

        I’d maybe be interested in trying out self-hosting Mastodon at some point too, good to hear that Lemmy was easy to install though. I’m not too worried since I have quite a bit of Linux experience, I figure it probably won’t be too bad to setup whatever social media instances I’m interested in checking out.

        • Matt@netmonkey.tech
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Yeah, if you’ve got a decent amount of Linux experience, I don’t think you’ll have any issues. Mastodon’s installation is well-documented and works. My only criticism is that it’s a bit long and you have to be careful not to miss anything.

          On the other hand, I recall installing Pixelfed back several months ago and having a difficult time. The documentation was lacking, and it required me to use Arch Linux, which I had never used. I was able to get it working, but eventually terminated the instance after a while because I was never using it.

          • ipkpjersi@lemmy.one
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            Oof, yeah, requiring someone to use Arch definitely seems like a steep requirement lol

              • azura@kbin.social
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                Wait. I’m looking at the Pixelfed installation guide right now and it doesn’t tell me to use Arch at all? Isn’t it just a PHP app?

                • Matt@netmonkey.tech
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  1 year ago

                  That’s awesome. This was several months ago when there was a link to some specific Arch Linux documentation that @dansup@mastodon.social mentioned was the most complete. Sounds like it’s been cleaned up.

                  Yeah, I think it is a PHP app.

                  • azura@kbin.social
                    link
                    fedilink
                    arrow-up
                    3
                    ·
                    1 year ago

                    mm. Might have been a getting started from the ground up kind of setup guide and the author might be most familiar with that. But happily it seems like there’s docker files in the main repo, including docker compose files, so that should make it quite easy to set up.

    • jcg@halubilo.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Personally, I went with Lemmy because it seems to be quite a bit further along in it’s development. It also doesn’t look like kbin’s developer is recruiting much outside help, if you look at the repos of the two projects on GitHub/Codeberg, Lemmy has tons of contributions from people while kbin is mostly just the one guy with a few commits here and there. Not to mention that Lemmy’s way less of a resource hog because it’s written in Rust whereas kbin is implemented in PHP. Also, as far as I know federation is still currently broken on kbin.

      • ipkpjersi@lemmy.one
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year ago

        The reason why I’d consider kbin is because I almost think I might prefer the interface, also I’m more of a PHP developer myself so that is tempting in and of itself too lol

        I may wait a little bit before trying out either one tbh and maybe I’ll give both of them a try.

    • UselesslyBrisk@infosec.pub
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      As someone that has spent the better part of the week mucking with it… the kbin build docs have multiple gaps in the documentation and are functionally broken unless you have some better understanding of the setup. I WAS able to get the system built, but could never get it online. Best i got was 500 errors where the UI was up but there was a break somewhere in Redis, Postgres, Nginx etc. All the logs were clean though. This was with the docker method and build from source method on both Ubuntu 22.04 and Debian 11 (which are what he specifically referenced)

      Lemmy was much easier to setup using the ansible method. I have an instance online. Though im still working out the federation thing and some other kinks. I figured it would just reach out to Activity pub and federate with everyone but now it seems I have to build a static list…If if search for an instance i know exists I get a

      404: couldnt_find_community

      So there are some gaps but it seems much more mature. For example you cant mark your instance private AND have federation enabled. If you do that and restart the instance will fail to come up, but theres no warning or error in the UI.

      I like the kbin dev better as people. But the lemmy code is definately more polished, even if the devs are turd sammiches.

      • ipkpjersi@lemmy.one
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Well that’s interesting, and somewhat like I expected but not really, I am surprised the setup process for kbin is that broken, although I guess it does make some sense since kbin is that much newer.

        • UselesslyBrisk@infosec.pub
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Yeah. I like the kbin dev as a person much better. And I can empathize with what he is going through. Its why i wanted to setup an instance and help spread the load. But I just couldnt get it working and didnt have the time to really dig in (I have a lot going on otherwise with work).

          He did announce he is onboarding a sysadmin/netadmin to handle the stability and scaling issues so he can focus on commits which is good. Ill keep an eye out for updates and maybe migrate then.