I use Podman on my desktop, but only for that single container (I need Microsoft SQL Server for work). I know they are 99% compatible, including CLI syntax, but in that 1% cases things might break and thus https://selfhosting.sh/ is recommending to stick to Docker for newbies, because almost all tutorials are written for Docker. I don’t know, I might try with Podman, however I don’t really need a steeper learning curve if whatever setup guide for some service that I’m using is not compatible with Podman.

steel_for_humans
Ok, I will keep that in mind. I’m just wary of what you said earlier:
You can fuck up both Ubuntu and Debian’s upgrades by adding a lot of 3rd-party repos because
aptdoesn’t safeguard against external repos interfering with the core repos’ dependency graph.
You’re not the first person to tell me not to add too many external repositories on Debian for the same reason.
Maybe I don’t need the new features :)
So the trick is to keep the OS minimal, install only Docker from its repo and install anything else in Docker containers.
Why from Docker’s repo and not from Debian’s? I just did a quick apt search docker and I see docker.io and docker-cli.
So, theoretically, I could run Proxmox on the VPS if it’s running Debian? I read that Proxmox requires a lot of RAM and VPSes are too expensive in that regard. But I might run Proxmox at home, I have a beefy PC with 64GB of RAM, except it doesn’t turn on right now (something died, either the PSU or the motherboard, I still need to have it diagnosed).
One thing I read about is that Ubuntu provides unattended updates, so it can automatically update packages and restart the server (that seems a bit too far ;) ). It’s probably possible on Debian but not out of the box.
posted in Selfhosted
Selfhosting as a Linux newbie - Ubuntu Server LTS or Debian 13?
I use Debian as my daily driver, but I’m still a newbie. I would like to selfhost a few apps, initially on a VPS, but I will probably move to a local PC once I diagnose what is broken with my old computer.
The guides at https://selfhosting.sh/ always recommend Ubuntu Server LTS for newbies, but Ubuntu seems to have bad PR and I already run Debian on my home PC. On one hand, I am a newbie and I guess Ubuntu might be easier to set up and maintain. Though, I don’t HOW exactly? On the other hand, if I have Debian on my home PC and on my server, they are the same system, so I’d be learning the same system at two places and with two usage scenarios. But it might be easier to make mistakes on Debian..?
What is your opinion/recommendation?
EDIT: thank you everyone! My gut feeling was Debian and your responses were overwhelmingly in favor of Debian, so Debian it is :)