this post was submitted on 23 Jul 2025
18 points (100.0% liked)

PieFed Meta

1376 readers
79 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

Hello everyone,

I'm keen on starting a PieFed instance to maybe replace our Lemmy instance one day. One thing I wasn't able to figure out was the various ways to store images. With Lemmy, images and thumbnails take up a large portion of whatever storage you have, so using Object Storage (like Cloudflair R2, Backblaze B2, Amazon S3) is the way to go to save money.

Is that possible with PieFed yet?

Thanks.

top 2 comments
sorted by: hot top controversial new old
[โ€“] wjs018@piefed.wjs018.xyz 13 points 1 week ago (1 children)

Yep! Absolutely. Here is the relevant portion of the docs.

I am using R2 for my instance and I set up those environment variables in my .env file before building the docker container for the first time, and everything just worked. The specifics of different S3 providers can vary a bit. There is a special set of instructions for using Wasabi S3 for example (I think this was contributed by Jerry of feddit.online).

Ah, right under my nose. Thanks! This inspires me to take another look when I have some time.