this post was submitted on 13 Jun 2024
65 points (93.3% liked)

Fediverse

27729 readers
207 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Die4Ever@programming.dev 14 points 3 months ago* (last edited 3 months ago) (1 children)

That post complains about not being able to view/manage images hosted by your instance, but v0.19.4 already fixed that last week? So that kinda disproves them saying the Lemmy developers didn't want it to be possible. Also the post complains about the amount of storage used by caching images but that was also fixed/improved in v0.19.4

Their other complaint about not being able to view a list of users, there's an open issue for that, give it a thumbs up reaction if you think it should be prioritized (github lets you sort by them like upvotes) https://github.com/LemmyNet/lemmy-ui/issues/2450

[โ€“] SorteKanin@feddit.dk 6 points 3 months ago

Also the post complains about the amount of storage used by caching images but that was also fixed/improved in v0.19.4

You don't need 0.19.4 to avoid large storage costs. You can adjust your nginx setup to set a limit on the size of images allowed. For example, Feddit.dk only allows images up to 5MB. Anything larger than that will be linked to rather than stored locally.