Posted on

There is a fork of the Minio Console UI that is bringing back the recently removed features! I haven't given it a try but might be the next bits I setup in my homelab to give it a spin. The lack of SSO in Minio's "new" UI has been annoying.

Filed under: homelab minio

Posted on Liked https://www.servethehome.com/gigabyte-r113-c10-review-a-1u-amd-epyc-4000-series-server/

This looks interesting for when I replace my existing homelab cluster. It would be nice for NVME hotswap drives though.


Posted on

Something went wrong on a homelab server and Docker stopped cleaning up old overlays.

Running docker system prune -a -f (via) seemed to fix it.

Total reclaimed space: 149GB :tada:


Posted on

I ran into a problem with my homelab Minio cluster where a single node was able to corrupt the ls of a bucket. With that node turned off ls showed the latest files, with the node running ls wouldn't list any files added in the last month. Writes were fine in either case, other than not being ls-able. A manual heal on the cluster seemed to fix it fine enough.

Filed under: minio homelab