Garage - An open-source distributed object storage service
garagehq.deuxfleurs.fr
external-link
An open-source distributed storage service you can self-host to fullfill many needs.

Note: I am not affiliated with this project in any way. I think it’s a very promising alternative to things like MinIO and deserves more attention.

I have been mostly happy with minio but the setup and update process are a bit painful so next time I find myself annoyed with it I might have to give this a shot.

@GBU_28@lemm.ee
link
fedilink
English
42M

Thoughts on this vs postgres blob storage? I know they aren’t the same thing.

@morbidcactus@lemmy.ca
link
fedilink
English
42M

I’m always personally wary of storing blobs in a database if for no other reason it’s going to totally be more expensive to store on a server rather than in some sort of blob storage.

adr1an
link
fedilink
English
92M

Buckets have a lot of features that postgres don’t. Like mounting via FUSE. And Garage in particular offers some integrations to apps, websited, and so on. I would go with this instead of having a column of byte data in a DB table. The pgsql solution might work in small and simple cases (e.g. storing the user’s avatar in a forum) but even so, if I could or had to choose, I wouldn’t do it.

@GBU_28@lemm.ee
link
fedilink
English
42M

Great points.

For isolated projects in the past I’ve had great success storing things in postgres,. (generally large documents that are relationally tied to other more traditional PG data, in a db driven project) Just saying size and recall have been pretty happy.

As you say the other features are distinguishing.

@Haui@discuss.tchncs.de
link
fedilink
English
52M

I‘m currently trying to bring up a rather complicated setup using garage. Garage on Homeserver behind firewall, vpn relay, peertube and other s3 compatible services on a vps. Garage works rather weill, the vpn is giving me a hard time though. Can recommend.

@Decronym@lemmy.decronym.xyz
bot account
link
fedilink
English
1
edit-2
1M

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
SCP Secure Copy encrypted file transfer tool, authenticates and transfers over SSH
SSH Secure Shell for remote terminal access
k8s Kubernetes container management package
nginx Popular HTTP server

4 acronyms in this thread; the most compressed thread commented on today has 20 acronyms.

[Thread #875 for this sub, first seen 17th Jul 2024, 21:55] [FAQ] [Full list] [Contact] [Source code]

@victor9@lemmy.ml
link
fedilink
English
42M

Has anyone compared it against seaweedfs?

Has anyone tried it? I am thinking about using it on some Raspberry Pi 5.

@gencha@lemm.ee
link
fedilink
English
-82M

So it compares to existing products, but it’s less mature? Why should anyone care?

Compared to MinIO, it has more storage backend flexibility, cross-region replication is easy, it is resilient to less-than-ideal network conditions between nodes. Did you bother reading the website?

I’m not sure why your immediate reaction to having more options is negative.

@jet@hackertalks.com
link
fedilink
English
212M

What’s the difference between this and minio?

@corsicanguppy@lemmy.ca
link
fedilink
English
32M

Minio didnt need a container rig crutch to lean on when I last looked at it.

Minio is definitely not designed to be self hosted on a small server by normal people but more for enterprise use where you have multiple servers and you’re paying hundreds of thousands of dollars for support

@farcaller@fstab.sh
link
fedilink
English
172M

I remember when minio just started and it was small and easy to run. Nowadays, it’s a full-blown enterprise product, though, full of features you’ll never care about in a homelab eating on your cpu and ram.

Garage is small and easy to run. I’ve been toying with it for several months and I’m more than happy with its simple API and tiny footprint. I even run my (static html) blog off it because it’s just easier to deploy it to a S3-compatible API.

@gencha@lemm.ee
link
fedilink
English
22M

S3 storage is simpler than local files? I think you need to elaborate

@farcaller@fstab.sh
link
fedilink
English
22M

S3 storage is simpler than running scp -r to a remote node, because you can copy files to S3 in a massively parallel way and scp is generally sequential. It’s very easy to protect the API too, as it’s just HTTP (and at it, it’s also significantly faster than WebDAV).

@gencha@lemm.ee
link
fedilink
English
-12M

S3 goes beyond the scope you describe. You disqualify yourself with such statements

@farcaller@fstab.sh
link
fedilink
English
22M

Clearly I mean Garage in here when I write “S3.” It is significantly easier and faster to run hugo deploy and let it talk to Garage, then to figure out where on a remote node the nginx k8s pod has its data PV mounted and scp files into it. Yes, I could automate that. Yes, I could pin the blog’s pod to a single node. Yes, I could use a stable host path for that and use rsync, and I could skip the whole kubernetes insanity for a static html blog.

But I somewhat enjoy poking the tech and yes, using Garage makes deploys faster and it provides me a stable well-known API endpoint for both data transfers and for serving the content, with very little maintenance required to make it work.

@gencha@lemm.ee
link
fedilink
English
12M

I don’t follow. S3 is an AWS service that these tools emulate locally by providing the same API. But I’m happy to accept that there’s just some misunderstanding 😃

@farcaller@fstab.sh
link
fedilink
English
22M

In the context of my comments here, any mention of “S3” means “S3-compatible” in the way that’s implemented by Garage. I hope that clarifies it for you.

@kudos@lemmy.ml
link
fedilink
English
12M

Nobody should be using SCP, use rsync.

It is simpler when you’re doing stuff on the web and/or need to scale.

@gencha@lemm.ee
link
fedilink
English
-22M

I disagree. Local files access is always superior. If you disagree, your target solution is likely poor to begin with

This is such a poor attempt at trolling. Don’t you have better things to do?

@gencha@lemm.ee
link
fedilink
English
-12M

Bro, I’m an AWS Cloud Solution Architect and I seriously don’t know what you’re talking about. And, no, when I waste time on Lemmy, then there is literally nothing better to do.

AWS made S3. People built software to integrate S3 as a storage backend. Other people didn’t want to do AWS, and built single-node imitations of the S3 service. Now you use those services and think that is S3, while it is only a crude replica of what S3 really is. At this point the S3 API is redundant and you could just as well store your assets close to your application. You have no real, global S3 delivery service anyway. What’s the point?

Most people misuse AWS S3. Using stuff like minio is even more misguided.

Minio now describes itself as “S3 & Kubernetes Native Object Storage for AI” - lol

Guess it’s time to look for alternatives if you’re not doing ML stuff

@farcaller@fstab.sh
link
fedilink
English
42M

Of course it does AI now!

But seriously, the easiest guide for minio setup meant using their operator. The garage guide was: spin up this single deploy and it works from there.

Create a post

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!

  • 1 user online
  • 279 users / day
  • 589 users / week
  • 1.34K users / month
  • 4.55K users / 6 months
  • 1 subscriber
  • 3.47K Posts
  • 69.3K Comments
  • Modlog