I’m on the edge of hosting my own lemmy instance but I have a problem of the theoretically infinitely ballooning space requirements.
Are there any options for not saving all the federated images locally? I’d settle for a jank solution such as wiping it via cron or similar.
Thank you
You must log in or # to comment.
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
)