this post was submitted on 02 Oct 2025
51 points (98.1% liked)
Fediverse
37770 readers
196 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very smart to pause and weigh things. There was a lot more to it than I thought when I started mine.
My suggestion is to start a personal instance first. Get the feel for it, see how you like it. Maybe create one community on there that you're passionate about and advertise that it's there to the fediverse (since they won't know about it until you tell them about it). Then judge your risk level and see how much you're willing to do. For me, I host a bunch of swifties, it's well within my risk tolerance. I approve everyone that comes in, and most have to ask to join. (Fight the urge to just create a ton of communities. You'll just end up with dozens of empty communities, there's no way you have the effort to kickstart a lot of communities. Pick one, maybe two, and really advocate for them. Shameless plug them, there's no harm in that here).
None of this is meant to scare you off, obviously I still host and I'm glad for it. My Swiftie Community has over 1,000 subscribers now! I'm very happy to host our little niche community, but I also have learned a lot on the way.
I am not sure OP is asking about hosting a Lemmy instance though. They mention non-Lemmy fediverse software.
However I think you misunderstood how proxying works:
It is actually pretty much the oposite of what you describe. The image proxy in Lemmy is a user privacy feature, but it comes with the downside that the server does indeed download and temporarily stores all media that are requested through it.
It's halfway between us. Without proxying images are pushed into my server and I end up hosting them indefinitely, requiring me to manually review and remove something if it's removed on another server. (Moderation actions like that from what I understand are still not federated, although maybe that has changed in one of the last updates).
The proxy feature is a privacy feature, but for us admins it also works from a liability standpoint. If proxying is set to
ProxyAllImages, it will send the image URL down to pict-rs. From there, pictr's will cache the image based on time that you set. So yes, it's stored temporarily in Pict-rs for quick retrieval, but then I time out after a day also, so if something was banned I hosted it for max a day before it was purged. It removes me manually needing to manually trace back to events that happened a month ago and wiping it from my S3. If my S3 was searched you'd find images from today, and a bunch of images of Taylor Swift.So you're not wrong, but it switches it from "Image is pushed to my server and there indefinitely" to "Image is requested from someone on my server (very few of us) and is there at most a day"
We dont proxy on lemmy.ca yet, but I assumed thumbnails would still be stored in pictrs like usual? I thought it was just the actual image links that got proxied, and thumbnails were still dumped in like usual.
We turned on cloudflare's CSAM scanner and remove anything it flags for us.
They are but there's an environment vatiable to set how long it stays in cache. Cloudflare actually just ended their csam auto submission, at least the auto reporting. Does it still at least flag it?
Yeah it emails us and pops up a thing in the ui where we can mark it as resolved
oh that's good to hear, I've never had anything pop up on mine, I'm sorry something has for yours. While I have you, do you have a script or anything you use for removing the flagged item?
We just delete them from minio (our object storage)