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.

  • slazer2au
    link
    English
    23 days ago

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

    • Scrubbles
      link
      fedilink
      English
      23 days ago

      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

      • abff08f4813c
        link
        fedilink
        222 hours ago

        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.

        • Scrubbles
          link
          fedilink
          English
          119 hours 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