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?
Is it possible to hook up pixelfed to work with? since it is part of fediverse there should be something
deleted by creator
Did you look at the
pict-rs
filesystem command? I haven’t tried it but from the pict-rs docs it looks like it does exactly what you want.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.
Hmm. Hooking fs willy nilly might present some unexpected challenges.