this post was submitted on 29 Apr 2025
16 points (94.4% liked)

Selfhosted

49222 readers
647 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I have been using MinIO for my self hosted S3 needs but I now have a need to break up my backing storage into SSD for images and other small files and HDD for videos. From what I can tell this is not possible with MinIO and I would rather not run two instances if I can help it. Are there other self hosted solutions where this is easy to do?

top 7 comments
sorted by: hot top controversial new old
[–] poVoq@slrpnk.net 7 points 2 months ago (1 children)
[–] RonnyZittledong@lemmy.world 3 points 2 months ago

I have been looking at Garage. Not sure if you can set certain buckets to different mount points or whatever but it does seem to be easier to setup and update which would make running two instances much less painful.

[–] catloaf@lemm.ee 5 points 2 months ago (1 children)

Looks like MinIO supports tiering. Does that not do what you want?

[–] RonnyZittledong@lemmy.world 2 points 2 months ago

Thanks, this looks like a possible solution. I will have to dive into it to see if it will work the way I need it to.

[–] 6eLuD@lemmy.today 2 points 2 months ago
[–] filister@lemmy.world 1 points 2 months ago

Why don't you do some bash scripting and route files to different buckets depending on their extensions or mime types? You can easily do that with rclone for example.

Good question, but I‘m afraid we‘re looking for a solution to a problem that S3 is not trying to solve. Blob storage solves problems such as redundancy and resiliency, effectively abstracting away the underlying storage.

That said, I would recommend hosting different instances ("clusters") of Garage S3 for that purpose. You could also use the storage type as the region name for more clarity (AFAIK a garage cluster works with a single region).

This would probably work well because Garage is so light on resources (unlike minio). I also have Garage running in a similar setup for around 2 years, with daily reads/writes… Never had an operational issue. Rock-solid stuff.