this post was submitted on 16 Nov 2023
1 points (100.0% liked)

Homelab

371 readers
3 users here now

Rules

founded 11 months ago
MODERATORS
 

Today I finally got around to installing Docker on a Raspberry Pi 4. I created containers for Portainer, Mealie, and a subscription tracker that I forget the name of. I’ll probably also install containers for CoreDNS and Firefly 3 ( which looks really useful).

This got me wondering… what are some other prebuilt containers that might be interesting or useful in a homelab?

you are viewing a single comment's thread
view the rest of the comments
[–] Spooler32@alien.top 1 points 10 months ago

NextCloud, Plex, Minio (s3, backed by Linstor), NFS CSI driver, Linstor (DRBD), Pacemaker (HA NFS server, backed by Linstor).

Linstor controls the block layer and transport, as well as providing a FS-agnotic replication layer. NFS is used for HDD-backed file storage, and is extremely simple and reliable due to the stateful cluster that controls it. S3 is used by various applications, as it's easy as hell to implement clients for. S3 has an SSD and HDD tier, as well as an AWS-replicated tier. S3 is where my backups go (Velero).