this post was submitted on 02 Feb 2024
127 points (93.8% liked)

Selfhosted

39159 readers
385 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 1 year ago
MODERATORS
 

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

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 7 months ago

Debian + Docker.

[–] [email protected] 6 points 7 months ago

Host is Proxmox, with Ubuntu LTS VMs.

[–] [email protected] 6 points 7 months ago* (last edited 7 months 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] 6 points 7 months ago (1 children)

Proxmox VE with Alpine Linux guests

[–] [email protected] 4 points 7 months ago (3 children)

lxcs are just great. love alpine on proxmox.

load more comments (3 replies)
[–] [email protected] 6 points 7 months 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] 6 points 7 months ago (6 children)

Windows Server 2016.

Nah just joking, Ubuntu Server 23.10

load more comments (6 replies)
[–] [email protected] 6 points 7 months ago (2 children)

Ubuntu server, I want to switch to debian but I don't know if it'll be worth it

load more comments (2 replies)
[–] [email protected] 5 points 7 months ago

arch + docker for the services

[–] [email protected] 5 points 7 months ago

ArchlinuxARM, however it does not matter, given that everything I actually run, runs within Docker

[–] [email protected] 5 points 7 months ago

Freebsd, but it would be openbsd if it had a better filesystem.

[–] [email protected] 5 points 7 months ago

Nixos, brothers and sisters, show yourself 🥸

[–] [email protected] 5 points 7 months ago
[–] [email protected] 5 points 7 months ago

TrueNAS Core as main OS and a few jails for the services I run on the machine.

[–] [email protected] 5 points 7 months ago (1 children)
load more comments (1 replies)
[–] [email protected] 5 points 7 months ago

TrueNAS Scale

[–] [email protected] 4 points 7 months ago

Arch is the best

[–] [email protected] 4 points 7 months ago

Yunohost (Debian)

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

Unraid for NAS stuff

Proxmox for Smart home crap

[–] [email protected] 4 points 7 months ago

FreeBSD as main OS with jails and one bhyve vm for docker stuff. And ubuntu server on a dell optiplex micro for jellyfin with hardware transcoding

[–] [email protected] 4 points 7 months 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] 4 points 7 months ago

slackware, freebsd, netbsd

[–] [email protected] 4 points 7 months ago
[–] [email protected] 4 points 7 months ago

Right now Debian, but I'll migrate to NixOS pretty soon since it's already running on all of my machines except this server.

[–] [email protected] 4 points 7 months 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 7 months ago (2 children)

FreeBSD & 9Front. BSD for my media server and 9front for my web server.

load more comments (2 replies)
[–] [email protected] 4 points 7 months ago (1 children)
load more comments (1 replies)
[–] padge 4 points 7 months ago (1 children)

OpenMediaVault (Debian), it's the perfect amount of tinkering and simplicity for my first nas/homeserver

load more comments (1 replies)
[–] [email protected] 4 points 7 months ago

Currently Unraid, haven't tried anything else lol

[–] [email protected] 4 points 7 months 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] 4 points 7 months ago

Proxmox w/Debian, TrueNAS Scale, and Home Assistant VMs w/(usually Alpine) Docker containers in some VMs

[–] [email protected] 4 points 7 months ago

Currently Ubuntu server 22.04

Previous was ESXi

Next one will be Proxmox

[–] [email protected] 3 points 7 months ago

Debian with Yunohost.

[–] [email protected] 3 points 7 months ago* (last edited 7 months 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] 3 points 7 months 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] 3 points 7 months 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] 3 points 7 months 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] 3 points 7 months ago

Ubuntu, but I'm very strongly considering switching out to Debian or Rocky. Ubuntu has a lot of really unnecessary cruft that I think I'd be better off without.

I use Fedora on my laptop now, so going the RHEL/Rocky/Alma route for my servers is really tempting. Especially as I'm also considering switching to Podman.

load more comments
view more: ‹ prev next ›