• What happens if someone decides to subscribe to a seemingly innocent community that later becomes a target for such content to be posted? Because that’s precisely what happened here.

      I mean this very kindly, but seeing that you seem to operate your own instance this very serious misunderstanding of the risks involved with hosting a lemmy instance has me deeply concerned.

      • Who is that someone? The only one in my instance its me and no one else. My instance only download what its post , commented and upvoted on the instances I subscribed. My instance does not download what others are subscribed on other instances. For example if I am only subscribed to the Lemmy.ml instance I only get what others post on that instance , and if a user from lemmy.ml instance subscribe to a nefarious instance doesn’t mean my instance will get all those nefarious post because I am not federated with that nefarious instance.

    •  Jamie   ( @Jamie@jamie.moe ) 
      link
      fedilink
      22
      edit-2
      1 year ago

      Someone could potentially decide to post something like that in a memes community to cause trouble, which would be worrying for a self-hoster like me. My instance isn’t subscribed to anything remotely sketchy, so it sounds like I’m unaffected here, but it could happen.

      Ignore the previous, that’s literally what they did. I went in and manually purged it from the command line by removing every image from the last 24 hours. For other lemmy admins wanting to do the same (assuming a standard docker setup): sudo find /srv/lemmy/example.com/volumes/pictrs/files -type f -ctime -1 -exec shred {} \;