I just set up my instance and all images uploaded via filepicker or profile ava upload appear broken right after uploads (preview for ava img is fine b4 saving)
They do store fine on /var/lib/akkoma/uploads
(Which the FE panel also points to!)
Uploading emoji via fe panel works fine (folder 755 and files 644 with owner 113 and group 65543)
I just set this instance up.
Why is a freshly setup Akkoma having so much trouble ?
PS:
I just saw
" Pleroma.Upload.Filter.Exiftool.StripMetadata
Strip specified metadata from image uploads"
Hi I came to this forum because I have that problem with broken images in the frontend as well. When I upload something it says, the upload failed, but the files are actually put into /var/lib/akkoma/uploads/ and as mentioned before, in the UI there are ābroken imageā placeholders. I made an OTP installation on Debian and using Nginx as reverse proxy. Iām not bad at Nginx configuration, but also not deep in the topic. Images are uploaded without seperate media host.
Would you mind to share details? Iām sure thereās only a small detail wrong in my nginx config that breaks it. BTW when I right-click a broken image and open it in a new tab then the URL is like:
https://<DOMAIN>/<DOMAIN>/media/filename.jpg
Iāve spent already quite a few hours and cannot solve this and would be very happy and thankful if you could help.