- Nextcloud + OnlyOffice
- *arr media management series (Lidarr, Sonarr, etc)
- Gitea
- Vaultwarden
- PiHole
- Jellyfin
- Wiki-js
- Lemmy
- Prometheus/Grafana/Loki
Currently all containerised running on a debian VM on a Rockylinux Qemu/KVM hypervisor. Initially I was using rocky+podman but inevitably hit something I wanted to run that just straight up needed docker and was too much effort to try and get working. 🤷
Hardware is an circa 2012 gaming machine with a few ZFS raids for all of my Linux ISOs. It lives an extremely tortured existence and longs for the sweet release of death.
Toying with the idea of migrating it all to on-prem virtualised kubernetes cluster using helm charts to manage the stacks and using NFS mounts for persistent storage because I hate myself (and to upskill I guess)
What about you?
Everything is running on a Synology NAS. Media lives on a 16TB raid array of HDD, and the containers themselves on a RAID 1 of two NVMe SSDs. This helps with spinning down the HDD when not in use and overall power consumption is very reasonable.
On the host:
Then everything in Docker containers, deployed via compose stacks from Git and Portainer, very easy to update! Also using Watchtower to automatically updates containers that are using the “latest” tag.