Hey guys simple question: Do you use self hosting solutions like CasaOS or Yunohost? Why or why don’t you?

This is more of a out of curiousity question since I am currently experimenting with different setups. ATM I prefer self hosting solutions because of the easiness of adding services.

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    Well, managing servers is part of my job. So stuff like what you mention doesn’t really make it easier for me and it adds unnecessary overhead.

  • dan@upvote.au
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I usually use Debian with a docker-compose.yml file for most things. If there’s a Debian package for some software, I prefer that over using Docker.

    Having said that, I’ve just built a new home server and am using Unraid on it. Its Docker UI is pretty nice.

  • Moonrise2473@feddit.it
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    No, maybe use them as a toy for app discovery, but otherwise when those projects get eventually abandoned, then it’s a mess to move out

    Plus they always try to hide how stuff works behind the scenes so that day that upgrade script has a bug and fails, it’s hard to revert to a working stage.

    It’s like trying to get in the classic car business without any mechanical knowledge.

    That 1950s Ford was working great when you bought it, but if you have no idea how it works, you need to pay hundreds to fix it. Except here it’s difficult to find someone that can drop in and fix your automated self hosted setup, even for money

    • cichy1173@szmer.info
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Plus they always try to hide how stuff works behind the scenes so that day that upgrade script has a bug and fails, it’s hard to revert to a working stage.

      Yunohost is creating backups for apps that are being updated. If update fails, it automatically reverts. Yes, it works, I checked.

      those projects get eventually abandoned,

      Yunohost is here for years now, and it does not look like it will be abondoned any time soon.

  • Gooey0210@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    Nixos, i’m using nixos

    It will take anyone time to learn how to use it. But this thing is marvelous

    It’s not a “self hosting solution”, but it’s an is where you already have all the stuff you need It’s like an is which is docker, and you just write everything in a docker-compose

  • Aux@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    9 months ago

    I only use industrial solutions: Kubernetes, Ansible and Docker. My infrastructure is like my source code: versioned in git, maintainable, testable and repeatable.