• kev@lemmy.kevhomeit.trade
    link
    fedilink
    arrow-up
    3
    arrow-down
    18
    ·
    1 year ago

    If you are the only one using it , and you don’t federate with a instance like that then that its not going to happen.

    • gabe [he/him]@literature.cafe
      link
      fedilink
      arrow-up
      37
      arrow-down
      1
      ·
      1 year ago

      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.

    • Jamie@jamie.moe
      link
      fedilink
      arrow-up
      14
      ·
      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 {} \;

      • AntBas@eslemmy.es
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        You need to use shred instead of rm. If you use rm the data still lives on your drive until it gets overwritten

        • Jamie@jamie.moe
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          I made dedicated posts about it and corrected the mistake there, I missed this comment. Thanks for pointing it out.

      • Björn Tantau@swg-empire.de
        link
        fedilink
        arrow-up
        6
        ·
        1 year ago

        Thanks, haven’t been on my instance for a few weeks and I come back to this shit show. Bye bye memes of the last two (just to be sure) days. I wonder how I can even prevent that shit from happening again.