Self-Hosting like it's 2025
11–20 of 240 posts
Re: Self-Hosting like it's 2025
#121. RHEL 9 with Developer Subscription. Installed dnf-automatic, set `reboot = when-changed`, so it's zero effort to reliably apply all updates with daily reboots. One or two minutes of downtime, not a big deal.
2. For services: podman with quadlets. It's RH-flavoured replacement for docker-compose. Not sure, if I like it, but I guess that's the "future", so I'm embracing it. Every service is a custom-built image with common parent to reduce space waste (by reusing base OS layer).
So far I want to run static http (nginx), vaultwarden, postfix and some webmail. May be more in the future.
This setup wastes a lot of disk space for image data, so expect to order few more gigabytes of disk to pay for modern tech.
Re: Self-Hosting like it's 2025
#13Last thing I need is Kubernetes at home
Re: Self-Hosting like it's 2025
#14The only thing that holds me back for self hosting is Postgres. Has anyone managed to get a rock solid Postgres setup self managed? Backups + tuning?
Bitnami PostgreSQL Helm chart - https://github.com/bitnami/charts/tree/main/bitnami/postgres...
Re: Self-Hosting like it's 2025
#15Re: Self-Hosting like it's 2025
#16Re: Self-Hosting like it's 2025
#17Last thing I need is Kubernetes at home
Re: Self-Hosting like it's 2025
#18Re: Self-Hosting like it's 2025
#19The only thing that holds me back for self hosting is Postgres. Has anyone managed to get a rock solid Postgres setup self managed? Backups + tuning?
Re: Self-Hosting like it's 2025
#20On an unrelated note, an article of how to rent a VPS in China would be interesting :)