@Tadano @cassidyclown @mint @ne @neet @ryo Meanwhile I’ve finally got mediaproxy to work. Turns out no changes to code are necessary, but the syntax wasn’t documented anywhere, so I was stuck with broken images when trying to get it working, until I took a closer look now.
This config should work and allow your instance to proxy media from Tor instances, making images and other stuff work without configuration on user’s side.
config :pleroma, :media_proxy, enabled: true, redirect_on_failure: false, proxy_opts: [ http: [ proxy: "http://127.0.0.1:8118" ] ]