7 ms·
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.
by jacksgt 1y 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.
- KronisLV 1y agoSome that I've seen: SeaweedFS: https://github.com/seaweedfs/seaweedfs https://github.com/seaweedfs/seaweedfs (Apache 2.0) Garage: https://git.deuxfleurs.fr/Deuxfleurs/garage https://git.deuxfleurs.fr/Deuxfleurs/garage (AGPL) Zenko: https://github.com/scality/Zenko https://github.com/scality/Zenko (Apache 2.0)
- remram 1y agoBut which ones have a management UI?
- diggan 1y agoNone 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?
- stuaxo 1y agoIt's great when building software and testing locally, e.g. in a docker setup.