I want to set up a collaborative writing/socializing platform for my friend group using something like Calckey/Misskey, and just want to know if this is possible.

The non Fediverse options all look very lacking, and are meant for corporate/business environments anyway. It really feels like there’s not many good and modern options for this sort of thing, but maybe there’s better alternatives. Who knows, I’m really new to this scene.

  • Brendan McKenzie
    link
    fedilink
    English
    371 year ago

    Absolutely. Each server can be entirely standalone, you can just disable federation.

    • ShinOP
      link
      fedilink
      English
      121 year ago

      Holy cow, that’s sweet! I’ll definitely give it a try then.

    • HeartyBeast
      link
      fedilink
      31 year ago

      As I understand it, disabling federation stops you seeing other people’s content. It doesn’t stop others from seeing yours. Though how they would fibd yours is a different matter.

      • @ninjan@lemmy.mildgrim.com
        link
        fedilink
        41 year ago

        No not really. If you run federation and block an instance then all you do is not consume their pushes through ActivityPub. They can still consume your pushes. But if you turn of federation then you disable the whole of ActivityPub and you don’t push anything. Remember that ActivityPub is primarily push based, i.e. your instance pushes new posts out to all federated instances instead of pulling new posts in.

        • HeartyBeast
          link
          fedilink
          21 year ago

          Thanks for that. I think I was getting confused between turning off all federation and defederating with an instance.

          Setting all that aside, I would caution that even turning off federation isn’t enough to necessarily make it truly private. People could still discover it through random portscanning or whatever.

          • @ninjan@lemmy.mildgrim.com
            link
            fedilink
            31 year ago

            Yeah running solo you still need a hostname if anyone else is to reasonably use it, without resorting to vpns, private dns and/or other complexity.

            And the default deployment of Lemmy is still publicly viewable without login so you’re still posting everything for the world to see. Security by obscurity is no security at all. As has been said a million times. Same naturally goes for privacy.

      • AnonymousLlama
        link
        fedilink
        31 year ago

        This is a strange one. I assumed people wanting this type of service would want to view all the content from the fediverse but not push to the fediverse

        E.g. start your own instance of kbin and connect with everyone but turn off your own federation so no one sees your posts.

        Wonder if that scenario has been catered to?