My main concerns is illegal content being posted, shared. Any advice?

I am probably not going to do it due to this, so don’t spend too much time replying 😊

  • jasonweiser@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    I ran mine for a bit and it’s a resource hog, fragile, and images are a constant problem because the cache just keeps growing and growing so either you keep a limited timeframe of user images or you pay for storage elsewhere.

    I was the only user so I didn’t have to deal with moderation, but what finally spooked me was the possibility of someone posting something illegal and it propagating over to my server. That was why I stopped hosting my Lemmy server, too.

    • Da Oeuf@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      AFAIK If you host GotoSocial it links out to the instances where content is hosted, rather than downloading it as a copy. I have a single-user instance on a tiny VPS and it uses hardly any resources. I think part of the reason for that is the above. You have to use a client application with it because there is no web interface, which I think is partly why it is so lightweight.

      Might be worth looking at if you’re concerned about accidentally hosting things you don’t want.

  • ugjka@lemmy.ugjka.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    I run Mastodon in single user mode (only myself) and lemmy with registrations disabled. Also don’t use image proxy-ing with pictrs on lemmy if u concerned about illegal images

      • ugjka@lemmy.ugjka.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 days ago

        erm, to interact with the fediverse? and to have a place on my website for people to see what I’m up to?

        • Karna@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 days ago

          Is it a docker based solution? If yes, can you please let me know if you faced any specific challenge in setting it up?

          • ugjka@lemmy.ugjka.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 hours ago

            The default docker compose file from the tutorial on Lemmy’s website tries to set up the whole thing with Postgresql 18 image but I got some error with that, i fixed it by using Postgresql 16 image. I forgot what the error message was, but there were people on GitHub complaining about the same errors but one of the devs kept closing them as “support” issue and told everyone to solve it on forums or matrix but people where clueless the as well when i googled around.