If you don't use pict-rs then Lemmy will not proxy images and just use original URLs. Also, in the new version that has not been released yet, you will be able to disable the proxy via config.
this post was submitted on 28 Mar 2024
17 points (94.7% liked)
Lemmy Support
4651 readers
2 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
Oh that's good to know. I figured it might behave like that but I don't see any mention in the docs about it. Thank you!
On 0.19.3, you can:
- Limit the file upload size for local users through nginx configuration
- Disable incoming federated images through Lemmy configuration: https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L49 (set this to
false
)