Hacker News new | ask | show | jobs
by jacksgt 386 days ago
Which software are folks using to run self-hosted / on-premises S3? I'm looking to replace MinIO in my homelab and would like to keep a S3 management UI.
2 comments

Some that I've seen:

SeaweedFS: https://github.com/seaweedfs/seaweedfs (Apache 2.0)

Garage: https://git.deuxfleurs.fr/Deuxfleurs/garage (AGPL)

Zenko: https://github.com/scality/Zenko (Apache 2.0)

But which ones have a management UI?
None of those, if a quick search of "ui/gui/user experience" is of any indication.

Also looking for an alternative to MinIO since I also rely on the GUI for some things. But it feels like these things should probably be separate? Since they all expose a S3 compatible API interface, couldn't we have one GUI that can be used regardless of the backend?

It's great when building software and testing locally, e.g. in a docker setup.