Interesting, when I tried a while back it broke all images (not visible on the website due to service worker caching but visible if you put any pictrs url into postman or something)
nick
joined 2 years ago
I wrote a patch for Lemmy a week or so ago if you want to skip the caching: https://github.com/LemmyNet/lemmy/pull/3897
I think deleting images from the pictrs storage can corrupt the pictrs sled db so I would not advise it, you should go via the purge endpoint on the pictrs API.
Just a note that my PR there doesn't disable pictrs for your own instance's users. It just disables the caching of remote content.
The Lemmy instance I'm speaking from right now is running in my k8s cluster.
Honestly that cake looks really tasty
True, you're correct. I'm just not sure how you did it without corrupting the sled db. Maybe I'm just unlucky