this post was submitted on 25 May 2025
227 points (98.7% liked)

Selfhosted

60076 readers
914 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tuckerm@feddit.online 35 points 1 year ago* (last edited 1 year ago) (1 children)

When Redis messed with their licensing terms a while ago, I thought to myself, "which project that I rely on will be next?" And I kept thinking it was going to be Minio.

So I switched from Minio to Garage a few months ago and it has worked great. I used the AWS cli to start copying everything over one evening, and when I woke up the next day, it was done. My S3 use is just one giant bucket for my music collection in Funkwhale, so I only had the one command to run. After updating the S3 urls in Funkwhale's configuration, everything was good to go.

This has all made me start paying closer to attention to what kind of organization is behind the various open source projects that I use. Garage is made by a web development shop in France -- they might even be a coop, or I might be thinking of someone else. I could be wrong about that last part. But they're definitely not a VC-backed operation like Minio.

Advantage of MinIO was for me the UI. Set custom bucket policies for Mastodon or Outline? No problem

Adding new users and bind them to one bucket? Easy via UI, same for creating buckets.

I don't know if Garage supports vHost access or only pathstyle. I need both. Another thing was generating a public access link, it was just a view clicks.

Even SSO was easy via UI. I never needed the CLI once. It just worked and was integrated. No third party tools needed.