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?

  • Spooler32@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    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).