this post was submitted on 14 Oct 2025
395 points (99.3% liked)

Fediverse

37407 readers
216 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MrQuallzin@lemmy.world 15 points 4 days ago (1 children)

For anyone else who was thinking of starting an instance, local storage is still a no-go right now

S3-Compatible Storage Required Currently, Loops requires an S3-compatible filesystem (like AWS S3, MinIO, or DigitalOcean Spaces) for avatar and video storage. Support for local storage is on the way but is not yet implemented. Please ensure you have S3 credentials ready before proceeding.

[–] smiletolerantly@awful.systems 19 points 4 days ago (3 children)

To be fair, you can simply selfhost MinIO.

[–] avidamoeba@lemmy.ca 9 points 4 days ago

Yeah, I wouldn't bother implementing local storage if I could easily roll a local S3 in the docker-compose.yaml.

[–] LedgeDrop@lemmy.zip 5 points 4 days ago (1 children)

Cloudflare provides 10 GB of free (forever) S3 compatible storage too.

[–] smiletolerantly@awful.systems 12 points 4 days ago (1 children)

Yeah but why would I make myself dependent on Cloudflare.

[–] MrQuallzin@lemmy.world 1 points 4 days ago (1 children)

Good to know, thank you! I haven't touched S3 storage yet in my self hosting journey

[–] corsicanguppy@lemmy.ca 3 points 4 days ago

It's an exciting world of file-to-object-to-file thunking. I'm surprised when it all works.