I know the issue has been answered before, but does anyone know if there exists some kind of work-around until the actual disable-image-upload is implemented in Lemmy?
1 point
1 point
*
Found it: https://lemmy.dbzer0.com/post/17357923/9209304
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)
Additional: On https://github.com/LemmyNet/lemmy/blob/main/docker/nginx.conf, there is an option “client_max_body_size” that you can set to 0.