this post was submitted on 02 Feb 2024
129 points (93.9% liked)

Selfhosted

46685 readers
490 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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

(page 3) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

I see so much Debian and no Alpine?

[–] [email protected] 2 points 1 year ago

hypervisor: proxmox

vms: rhel 9.2

[–] [email protected] 11 points 1 year ago (1 children)

NixOS, I find the config very easy and quick

load more comments (1 replies)
[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

I've got a homemade NAS running unRAID and my arr suite/Jellyfin/qbittorrent, and an orangepi running the orangepiOS (flavor of Ubuntu I think?) Which handles home assistant and associated containers .

[–] [email protected] 1 points 1 year ago

XCP-ng hypervisor main box for my VMs, mostly Ubuntu Server but some Alma Linux VMs too. TrueNAS Core for my NAS box.

Might start switching my VMs from Ubuntu Server to Debian soon, we'll see.

[–] [email protected] 2 points 1 year ago

Fedora Server

[–] [email protected] 4 points 1 year ago

slackware, freebsd, netbsd

[–] [email protected] 21 points 1 year ago (1 children)

Three HP ProLiant servers running ProxMox cluster. Each box has a VM for Portaiber, as well as mismatch of VMs running Home Assistant OS, OpenWRT, Ubuntu, Windows and Debian, along with a Windows file server that connectes to four cheap NAS running Ubuntu LTS with a combined 20 mismatched hard drives by iSCSI and borgs them together with Storage Spaces.

It's a fucking mess, if I'm honest.

load more comments (1 replies)
[–] [email protected] 25 points 1 year ago* (last edited 1 year ago) (2 children)
load more comments (2 replies)
[–] [email protected] 7 points 1 year ago

I too proxy my moxies, but run various OSes within them (via VMs or containers).

[–] [email protected] 2 points 1 year ago

I have several servers I’ve acquired over the years setup in a proxmox cluster

[–] [email protected] 3 points 1 year ago

Ubuntu LTS because that's what I was most comfortable with at the time, now I'd really like to switch over to Debian but I'm not sure I can be bothered until I really have to, everything is working well at the moment. It's running in Proxmox.

[–] [email protected] 4 points 1 year ago

I am running Ubuntu server and I am... satisfied with it. It does what it should, no problems, nothing to worry about, stable AF (as any mature distro?). But lately I am thinking about switching to fedora server (I need to reset my system one way or another, because my space on the hard drive for the system ran out of space (it was a small drive)). I am using fedora on my work machine and I really like it, so I thought I could give fedora on my server a try.

[–] [email protected] 3 points 1 year ago

One with Arch that runs gameservers for my friends, and another that runs Proxmox filled with either Arch or Debian in the containers depending on what it is in them.

[–] [email protected] 19 points 1 year ago

Debian.

Stable, well documented, easy to install. I do not need anything else right now.

[–] [email protected] 1 points 1 year ago
[–] [email protected] 4 points 1 year ago

Ubuntu normal release running Docker containers.

Had various issues with Debian Bookworm, not being able to install the “server” meta package on one server which left me without all the basics but “apt” and issues with lost IPv6 connections that made me switch to Ubuntu

[–] [email protected] 4 points 1 year ago (1 children)
load more comments (1 replies)
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Proxmox with latest Debian i guess, but all virtual machines are on Ubuntu 23.10. It's just the easiest to install things on, and have a semi-recent kernel, even though I would never use it on the desktop.

I actually wanted to run arch in the vms but I couldn't find any image with the latest arch. The latest I found was with kernel 6.3.

[–] [email protected] 6 points 1 year ago

I went for a much simpler approach lately as I downscaled my hardware for efficiency.

I run NixOS on the bare metal. It gives the system management a declarative approach, just like kubernetes would. On top of that, I run libvirt as a hypervisor. In other scenarios I'd use tinyvmm and cloud-hypervisor, but I found qemu way better for the variety of homelab workloads and libvirt is pretty straightforward.

Some vms have pci passthrough, e.g. my routeros vm gets a bunch of NICs directly, some have various funny network topology. Libvirt used to be a pain in that regard, but it's actually fine with NixOS because you manage both sides of the networking stack in declarative configuration.

I run NixOS on the vms too (now for the sake of easy upgrades), and I have a bit of a split between running services natively (systemd is very good about “containerizing” things nowadays) and using docker (mostly because of laziness, e.g. Elastiflow was easier to deploy this way). Finally, I have a single dokerized Ubuntu that's more like a VM (as in, I never had a dockerfile for it, it's fully stateful) running the matter home automaton bits because I gave up on properly containing the matter python stack and went for an easy way out.

Now, a word about alternatives.

I used to run Ubuntu. No more. Upgrading the OS is always a huge pain even if everything is in docker. I want my OS to be managed in a config file and be able to easily roll back to the previous state. I used to run k3s, but even though it is much thinner than k8s, it is still very much ram hungry and I just don’t want to pay for that. Besides, complex networking is often non-trivial due to how its networking works, and multus is a world of pain. I used to run different hypervisors for the VMs (kubevirt, tinyvmm, a bunch others). I went way back to libvirt mostly because it’s straightforward in tuning very specific qemu bits I cared for in the homelab. I have some cpu overprovisioning, so I want to make my quotas set up extremely precisely, sacrificing the right workloads.

[–] [email protected] 8 points 1 year ago (1 children)

Proxmox with Debian LXC containers. The most natural transition from Raspberry Pi OS which is a Debian flavor

load more comments (1 replies)
[–] [email protected] 9 points 1 year ago (4 children)

Ubuntu 22.04 server. It works well enough for my purposes and until it doesn't I don't see a reason to switch distros.

load more comments (4 replies)
[–] [email protected] 18 points 1 year ago
[–] [email protected] 1 points 1 year ago

Fedora core os (FCOS) vms on XCP-NG with trueNas for persistent storage. With FCOS, vms configurations can stay version controlled and deployed using open Tofu (terraform) and butane/ignition.

[–] [email protected] 4 points 1 year ago

My 3 hosts all run Proxmox. Publicly available services run in VMs, usually running Ubuntu. Private services are usually Docker containers connected directly to my TailScale network running directly on the host.

[–] [email protected] 19 points 1 year ago

Debian. It is rock solid. If software doesn't support Debian, chances are it supports something Debian based. You never have to worry about an update breaking your computer. It is the perfect "it just works" distro for a server.

[–] [email protected] 3 points 1 year ago

Proxmox on physical servers hosting a variety of vanilla Debian installations. I have a physical router running pfsense as well as two HP miniservers running OpenMediaVault.

[–] [email protected] 1 points 1 year ago

OpenMediaVault

[–] [email protected] 3 points 1 year ago

I have 4 home servers. 1 running pfsense, 1 running truenas, 1 running proxmox, and 1 is a cloud key gen2 for unifi that I got for free

[–] [email protected] 0 points 1 year ago

I tried to use fedora server or was it cloud? Idk but I tried fedora as a server and wanted to set up a VM but got confused. Storage pools scared me away. Will try to learn it when I have the time

[–] [email protected] 1 points 1 year ago

Rocky & RHEL

[–] [email protected] 8 points 1 year ago

TrueNAS formerly known as FreeNAS

[–] [email protected] 13 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

This is the correct response

[–] [email protected] 0 points 1 year ago

Boxes that physically live in my home are mostly Manjaro. They’re also not externally accessible from the internet.

Anything in the cloud I standardize on Debian. Two distros and consistency makes maintenance much easier.

Anything in a container runs whatever it was built on because porting a docker compose file from, say, Alpine to anything else is just not worth the time and energy.

[–] [email protected] 1 points 1 year ago

3-Node ESXi cluster with 10 Debian VMs, 3 Windows VMs, and one FreeBSD VM

[–] [email protected] 23 points 1 year ago
[–] [email protected] 5 points 1 year ago
load more comments
view more: ‹ prev next ›