Everyone (and their mother) have been trying to convince me that I should use one of my less loaded servers to be a Fediverse node. However, all Fediverse software packages I checked only support being installed on complicated systemd + Docker machines. My servers don’t have either of those, because neither systemd nor Docker even exist on OpenBSD and illumos.

I know that it would be possible to manually install (e.g.) Lemmy, assuming that I won’t ever need official support, but I wonder why the world outside a limited subset of the Linux ecosystem is - at most - an afterthought for Fediverse developers.

How can I help to change that?

  • PeterPoopshit@lemmy.ml
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 year ago

    Ugh, I wanted to make a few sublemmys but if it’s that much work, forget it. One thing that’s lacking around here are the shitposting subreddit equivalents. r/Copypasta, r/shittyaskreddit, r/okbuddyretard, that kind of thing.

    • vrojak@feddit.de
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 year ago

      Exactly, bring in the shitposting and porn subs and Lemmy will flourish.

      • king_dead@beehaw.org
        link
        fedilink
        English
        arrow-up
        11
        ·
        1 year ago

        If i can get it working I’d love to get an NSFW Lemmyverse set up. I miss my kink subreddits

      • nachtigall@feddit.de
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 year ago

        Porn is kinda difficult. There are probably few people who want to moderate and more importantly be liable for pornographic content hosted on their servers. Many Hoster also explicitly forbid adult content.

        Not impossible but someone would have to do it ^^

        I could also totally see something like naughtyverse.xxx as domain name.

          • nachtigall@feddit.de
            link
            fedilink
            English
            arrow-up
            6
            ·
            1 year ago

            Right. Lemmy would need at least an option for admins to not show content from certain instances in the All feed. And overall more sophisticated tools for moderating remote content (e.g. side wide mods that aren’t as powerful as admins but still can remove federated posts)

    • rhabarba@feddit.deOP
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 year ago

      As far as I understand, you can make a new community (“sublemmy”) on any server, it will be federated.

      • sexy_peach@feddit.de
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        You can only create a community on your own server, but you could just make another account and then appoint your account on the foreign server as mod :)

  • Mersampa@beehaw.org
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    1 year ago

    80/20 rule.

    When you are creating something like Lemmy, where you want wide uptake, you need to pander to the masses.

    The /r/selfhosted surveys show around half of self-hosters mostly or exclusively use docker. A significant portion of the rest can use docker if needed.

    If you’re in the 20% that isn’t covered by the most common setup, then it can be frustrating. But supporting that 20% takes as much effort as supporting the other 80% (see 80/20 rule), and when things are new it’s just not where the effort should be focused.

    So you have all those servers, but why can’t you install debian or ubuntu server on one of them?

    You could also get a $2/month VPS and run it on that. Beehaw is run on something similar (though apparently $12 a month, but a lot more users).

    • rhabarba@feddit.deOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      So you have all those servers, but why can’t you install debian or ubuntu server on one of them?

      I could. Personal opinion: Linux is frustrating to use for me, and I prefer my servers to bring me joy.

      • Mersampa@beehaw.org
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        1 year ago

        You don’t have to host a node if you don’t want to.

        But if you do, you may find it’s surprisingly easy to set one up with very little technical knowledge. Docker has benefits in containerizing, yes, but it also makes things easy (which is why it’s so popular).

        In most cases you just install Linux, run through the docker install process (many VPS providers can do these first two parts for you), download a pre-made docker-compose.yml file from whichever service you are trying to run, then run “docker compose up -d” and it just works.

        Running more services on the same machine, adding a reverse proxy, etc, require a bit more work. But once you have those set up it’s simple to integrate further services running in docker.

        But let me reiterate my first point - just because others are asking you to do something, doesn’t mean you have to do it :)

        • rhabarba@feddit.deOP
          link
          fedilink
          English
          arrow-up
          7
          ·
          1 year ago

          This question is not as easy to answer as it seems.

          Eleven years ago - that was before systemd - I was still using Linux on one of my desktops (Fedora) and my only server at the time (Debian). Independently of each other, both systems refused to start after an upgrade, so I had to replace them; on the desktop I ended up with Windows for a long time (in the meantime I’ve switched to macOS), on the server a FreeBSD worked first. From FreeBSD I later migrated to OpenBSD and illumos, all three systems have their own merits and solve problems that the other systems have.

          As to the “OpenBSD vs. Linux” question, I’ll be brief:

          • OpenBSD just works. No need to be careful during installation, no surprising problems with the init system after an upgrade.
          • OpenBSD’s man pages are exemplary, Linux could take a leaf out of its book.
          • OpenBSD largely adheres to standards. The GNU tools do not always do so. This is a pity, especially with the C compiler.
          • Because the OpenBSD team maintains a complete system and not just a part of it, OpenBSD does not look like a patchwork, but is self-contained, which also has positive effects on security. OpenBSD itself advertises its good security statistics, not entirely irrelevant for servers.
          • sysupgrade is a great tool that has no equal.

          I think this list could be continued.

          • strudel6242@beehaw.org
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            Thanks for your answer, being fairly out of the loop on all of this it’s quite interesting to hear. I’ve also experienced a number of upgrade pains. I’m quite diligent with storing important data external to the OS, but it still sucks when the only real option is to nuke the drive and install again.

            • rhabarba@feddit.deOP
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              I never had this problem with FreeBSD, OpenBSD or illumos (OmniOS). Upgrade pains are especially awful if you actually use your server for something useful.

          • @tux0r @strudel6242 I don’t wanna be that person, but ‘btw i use arch’ and I think you might like Arch Linux (or Gentoo if you aren’t keen on systemd, the only difference being with Gentoo you compile most stuff yourself, whereas with Arch you only compile some stuff yourself) But both Distros have minimal overhead, aren’t junk (like Ubuntu) and have very broad and active support for a lot of stuff. Especially with the AUR, there is almost nothing I can’t get on Arch

            • rhabarba@feddit.deOP
              link
              fedilink
              English
              arrow-up
              5
              ·
              edit-2
              1 year ago

              I even had a Gentoo installation before I bought a MacBook. (I had a variety of laptops at some point.) However, I also broke Gentoo - by updating the kernel. Apparently my configuration was insufficient somewhere, anyway it didn’t boot up anymore.

              I like Gentoo, but it still carries some shortcomings of the Linux ecosystem. On top of that, the necessary compiling of (almost) the whole system takes more productivity than expected.

  • anji@lemmy.anji.nl
    link
    fedilink
    arrow-up
    11
    ·
    1 year ago

    I have set up my Mastodon and Lemmy instances on my VPS using YunoHost.

    On the plus side, it makes setting up server software ridiculously easy. It took me about an hour with each app.

    The downside is the packages are community-supported, and often run a version or two behind the official release. For example I’m still on Lemmy 0.16.7. Still, I think it’s a great option if you want a more hands-off experience.

  • ubergeek77@lemmy.ubergeek77.chat
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    I wonder why the world outside a limited subset of the Linux ecosystem is - at most - an afterthought for Fediverse developers.

    I hate to break this to you, but OpenBSD is an antiquated OS masquerading as a modern one, and the OpenBSD’s lack of willingness to support modern standards results in the difficulty you’re having.

    OpenBSD feels like it’s been duct taped together for decades. Anything “new” seems to just be, “sorry, not possible.” The OpenBSD kernel doesn’t support WiFi 5GHz. The OpenBSD kernel doesn’t support even the minimum subset of isolation features in order for Docker to function properly. Why? Because OpenBSD refuses to add these features to their kernel. There are very likely other syscalls and basic features any given open source project needs, even if it’s not being run in Docker, that simply do not exist under OpenBSD due to the very limited kernel it provides.

    You’re upset because open source projects don’t support a platform that is old and developer-hostile. Turn your frustrations on OpenBSD - these projects would gladly support OpenBSD if they could.

    • rhabarba@feddit.deOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I hate to break this to you, but OpenBSD is an antiquated OS masquerading as a modern one, and OpenBSD’s lack of willingness to support modern standards results in the difficulty you’re having.

      Ok, let us assume for a moment that “modern” is the same thing as “great”: why do people still use Linux’s terminal, which emulates an actual 70s line printer, although there have been superior input capabilities since the 80s?

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

        That’s irrelevant to this discussion. I was talking about OpenBSD’s lack of kernel features and driver support.

        As for the Linux vs OpenBSD terminal comment, I feel like you’re grasping. What does OpenBSD’s terminal do better? We have had augmentations on top of the Linux terminal for years, adding things like auto complete and syntax suggestions that the 80’s could never have dreamed of.

        • rhabarba@feddit.deOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          What does OpenBSD’s terminal do better?

          Nothing (well, depending on whether you like the ksh), and I never said it was. The point is that a terminal is not modern either, it’s actually the exact opposite of modern, yet you’re happy with it.

          I was talking about OpenBSD’s lack of kernel features and driver support.

          OpenBSD has more reliable WiFi on a ThinkPad than Linux has ever had - at least for me. It seems that “lack” is a highly subjective term.

  • Rentlar@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Not that I wouldn’t want a Lemmy server to be easier to host and set up, but perhaps the difficulty is one of the things keeping troll and bot servers out in addition to good and common sense moderation.

    • rhabarba@feddit.deOP
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Ah, Honk looks pretty nice, and it’s even being developed by an OpenBSD developer! I’ll see what I can do with it … :-)

  • pAULIE42o@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    The ever-changing landscape of new software.

    I took a look at the manual [Lemmy] installation and it doesn’t seem to terrible… a few scripts and you can get updates, even…

    I’m with you, tho; while I run a few services on Docker, ansible and the like - I prefer to spin things up in a normal filesystem that I can look at, touch and see operating.

    We’re continuing to move away from the norm… UGH.

    • pAULIE42o
    • . . . . . . . . . . .
    • /s
  • darkfoe@lemmy.one
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Not sure about other companies, but at the few I’ve been developing for lately it was just way easier to setup a nice pipeline and developer environment with standard Linux systems + docker, so path of least resistance.

    If you could troubleshoot your way through and write up a guide I’m sure any of the projects would take a PR. My guess is just a lack of devs experienced in the area or that they have limited time to even investigate the possibility.

    • rhabarba@feddit.deOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I did! And indeed, it looks like a very straightforward solution. :-) Currently experimenting with it.

  • zergling_man@lemmy.perthchat.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    haha PKGBUILD go brrrrr Install everything native, use system package manager, life’s good. Surely openbsd has something similar, scanning AUR may be useful to you to filch PKGBUILDs.

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

      BSD isn’t Linux though, a lot of these packages are entire systems that need many packages and are only supported in one main configuration. Otherwise instead of making social networking software you’re catering to a hundred different environments. There’s no real reason to run BSD for this stuff besides being a diehard tinkerer.

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

          It’s more than that, open source is by default a thankless job to begin with. Even if everything goes perfect now you’re the unpaid maintainer of a program everyone uses and you have to beg for donations or sponsorship. So with those limited resources what would you rather do, chase down a bug that only happens on big-endian PowerPC Unix to satisfy one noisy user, or release an image/container that, if someone can run at all, contains your entire app in isolation so you can focus on features that most people are asking for?

  • grant 🍞@toast.ooo
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Docker is used by a ton of projects and makes installation very easy in most cases

    I’d highly recommend moving to a different distro that has docker

  • deadcade@lemmy.deadca.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Most of these projects are FOSS, so you have two options. Either ask the devs for OpenBSD support (but try installing everything on OpenBSD to see what goes wrong). Or try modifying the program yourself to add OpenBSD support.

    Developers of these projects often target Linux, since it is by far the most used server kernel/OS. *BSD is not nearly as common.

    The only way to potentially change that industry wide is to have enough people stubbornly use *BSD and help implement *BSD support for Linux specific tools they use.

    Official support is often only provided with a docker setup as it standardizes bundled libraries and other needed blobs. This makes it easier to support many Linux distros.

  • codus@leby.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    The vast majority of servers run Linux and the simplest way to deploy services is with containers. Unix and Windows are much less supported and even running outside containers is fading away.

    If you are interested, it may be simpler to spin up a small Linux VM.