Edit: wow, this is a never ending comment section!

  • @[email protected]
    link
    fedilink
    English
    17
    edit-2
    8 months ago

    Proxmox (debian) on the hosts, and Debian for all the VMs and Containers.

    Just nice and easy to use, supported by basically everything, and a minimal install uses like 30MB of RAM.

    I also have an OSX VM because that’s literally the only way you can test a website in Safari (fu Apple).

    • @billygoatA
      link
      English
      38 months ago

      Love proxmox. Been using it for nearly a decade and while it has its pain points it has been rock solid for me for the past 4 years.

      • @[email protected]
        link
        fedilink
        English
        58 months ago

        It’s more that like 60% of my web traffic is Safari so I want to make sure it works for those people.

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          8 months ago

          thats unexpected, what are you doing thats being used by a majority of apple users?

          • lemmyvore
            link
            fedilink
            English
            2
            edit-2
            8 months ago

            Perhaps a website for an iOS or Mac app? 😊

    • 2xsaiko
      link
      fedilink
      English
      28 months ago

      You don’t need Safari unless it’s for Apple Pay integration or something. WebKit is open source. Use Epiphany or some other browser that uses it.

    • @[email protected]
      link
      fedilink
      English
      58 months ago

      I just heard of NixOS for the first time because of this thread. Looked up some videos on it, and my jaw hit the fucking floor.

      • 2xsaiko
        link
        fedilink
        English
        138 months ago

        Declarative configuration of services and the rest of the entire system, and everything that brings with it.

        • Want to test some new service, or make changes to an existing one, but don’t know if you want to keep it? Sure, just temporarily switch to the new configuration, you can always switch back to the old one and everything will be back as it was.
        • Have multiple servers and want to share configuration between them? Absolutely, just import the same file from both. I have a git repo storing configurations for 10 machines and a huge part of it is shared configuration.
        • Want to use one service’s endpoint (such as a socket path) in another? Sure, just use the socket path configuration option for the first service in the configuration for the second, such as here. This works since everything is a single tree of options which all the service configuration files are then generated from, so interpolate stuff as you wish.
        • Checks for configuration correctness during build of the system (NixOS options are type checked during evaluation, and then during the actual system build there’s more checks, like nginx config has to succeed nginx -t, otherwise the system build fails and you can’t switch to it)
        • Want to spin up a VM to test changes before putting it on the actual target? There’s a builtin command (nixos-rebuild build-vm) that makes a script that starts a QEMU VM with your configuration running in it. It’s as fast as building the real system, so a couple seconds if you’re making small changes.
        • Setting up services is also often as easy as putting services.foo.enable = true; in your configuration. And, if you remove that line, the service is gone, so you’re never left with “the random package or file you installed once to test something and has been forgotten about”. That’s the biggest thing it has over any kind of imperative solution IMO.

        I feel like even if I want to distro hop again and end up putting something else on my desktop, NixOS is going to stay on my servers indefinitely. It’s pretty much a perfect fit for servers.

      • baduhai
        link
        fedilink
        English
        58 months ago

        It isn’t, it’s just different. I use NixOS because of stupid easy rollbacks, which is great for experimenting in production, and its declarative nature, which is great in a server setting.

      • Litanys
        link
        fedilink
        English
        1
        edit-2
        8 months ago

        Everything is declared, from packages to configuration, and then I can put it in a git repo locked to versions. If something breaks on updates, you have free rollbacks. Which means you can’t screw up too much. Also it has almost all the software.

    • bzLem0n
      link
      fedilink
      English
      38 months ago

      Same here. I came for the integrated ZFS support and stayed for the declarative config.

  • @[email protected]
    link
    fedilink
    English
    8
    edit-2
    8 months ago

    Ubuntu LTS, with all my services in Docker containers.

    I know Ubuntu gets a lot of (deserved) hate for some of the shit Canonical pulls, but for now, I like Ubuntu and it works for me.

    When I rebuilt my server at the beginning of the month, I was gonna jump to Debian, but my god the Debian website is obtuse. After looking at the site and trying to determine what to download to get Debian with non-free (I’m unfortunately working with an NVIDIA card), I decided to go with Ubuntu. I needed a smooth rebuild process and with Ubuntu I know exactly what I’ll get when I download the LTS server.

    Edit: grammar

    • lemmyvore
      link
      fedilink
      English
      28 months ago

      It’s always best to use whatever distro you’re most comfortable with. Especially if you’re going to install stuff in containers/VMs so the repos of the base distro don’t even matter that much.

  • poVoq
    link
    fedilink
    English
    78 months ago

    Depends on what you want to do with it. But for most things Debian or Fedora (Server edition) work fine.

  • @[email protected]
    link
    fedilink
    English
    78 months ago

    OpenMediaVault

    Good OOTB customizations, works on Pi, and easy to extend with plugins (Docker/Portainer is pretty much all I needed).