this post was submitted on 14 Sep 2022
7 points (100.0% liked)

Lemmy Support

4634 readers
13 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Hi everyone, we want to set up a cdn in order to avoid hosting the images in our instance

you are viewing a single comment's thread
view the rest of the comments
[–] acabjones@lemmygrad.ml 1 points 2 years ago

You want images not on local app server disk; do you want to host the files yourself (I.e. on VM disk)? Or are you open to a managed service like s3? What disk consumption are we at? Number of files? What kind of request volume and data throughout are we talking? How fast are those things growing?

Depending on your hosting, S3 may well be less expensive, and it will def be simpler.

If you're forced to DIY you could look at seaweedfs, which is an HA horizontally scalable blob storage cluster which exposes an S3 compatible interface.

Either way, someing like Pictrs might be nice over some kind of S3.