this post was submitted on 13 Oct 2024
69 points (96.0% liked)

Fediverse

28059 readers
425 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 [email protected]!

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
 

What are the risks associated with this? With image uploading capabilities and the like I'm thinking there might be an issue with people posting highly illegal content. I used to run some smaller forums 15 years ago and that went fine, but it feels like the risks are higher today... I'm both thinking about one's own personal mental health in needing to moderate such content, and also whether it'll be a legal liability to run an instance if people post illegal content.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 days ago (1 children)

If you selfhost a single user instance do you still need to register? I get registering if you host a multiuser instance.

[–] [email protected] 2 points 4 days ago (1 children)

If it's open to public, yes. Even if they don't have an account if they can still see the offending content then yes.

However, I bet if you use nginx you could somehow block public access and require an account. Something like if not login page and not has a token then block

[–] [email protected] 2 points 2 days ago (1 children)

I'm looking into doing this on my single-user instance. I've already modified the code so it doesn't host images that get federated (it simply links to the URL on the original instance), but it would be good to lock things down a bit tighter.

[–] [email protected] 1 points 2 days ago

Now that they added image proxying I feel a lot better about it, but it's still risky since it gets piped through my server