this post was submitted on 13 Jun 2023
1 points (100.0% liked)

Lemmy Support

4926 readers
8 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

Hey everyone, new instance admin here after following the Ansible setup.

I'm curious about how to switch from block storage for images to object storage - it's marked as possible in the documentation but I'm not sure how to do so when the application is dockerized (as it is on a standard install.)

Any other instance admins have advice?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 2 years ago

I mounted an S3 bucket to my VPS using s3fs, and set that as the folder for pict-rs. I haven't noticed any issues with this method yet.

It might also be possible to do using docker storage drivers, but I haven't looked into that.

[โ€“] [email protected] 1 points 2 years ago

You figure it out yet? I'm going to be doing the same soon :)