Self-Hosting like it's 2025
kiranet.org
Self-Hosting like it's 2025
1–10 of 240 posts
Re: Self-Hosting like it's 2025
#2Re: Self-Hosting like it's 2025
#3Otherwise good article. If you want to go rootless (which you should!), Podman is the way to go; but Docker works rootless too, with some modifications [1]. I have found Docker rootless to be reliable and robust on both Debian and Ubuntu. It also solves permissions problems because your rootless user owns files inside and outside the container, whereas with rootful setups all files outside the container are owned by root, which can be a pain.
Also, you don't need Watchtower. Automatic `docker compose pull` can be setup using standard crontab, see [2].
[1]: https://du.nkel.dev/blog/2023-12-12_mastodon-docker-rootless...
[2]: https://du.nkel.dev/blog/2023-12-12_mastodon-docker-rootless...
Re: Self-Hosting like it's 2025
#4Re: Self-Hosting like it's 2025
#5Re: Self-Hosting like it's 2025
#6Nah, that doesn't look fun. Self-hosting in 2025 should look like Yunohost or Sandstorm.
Re: Self-Hosting like it's 2025
#7I tried portainer once, it looked nice and had a lot of features... for which I had no use. I always found `docker compose` much easier to use, it is often just an alias and a tab away, where for portainer I would have to open a browser tab and sometimes even touch my mouse! Otherwise good article. If you want to go rootless (which you should!), Podman is the way to go; but Docker works rootless too, with some modifi…
Re: Self-Hosting like it's 2025
#8While it's not nearly as powerful as say DataDog, it provides the core essentials of CPU, memory, disk, network, temperature and even GPU monitoring (via agent only).