Could lemmy be used as a private self hosted forum?

And could lemmy be used as a private forum were only registered users and whitelisted users can view, post and comment on the instance. This way you can have a private instance which only paid users of your group or club can join like many membership website forums have.

  • nutomicA
    link
    fedilink
    arrow-up
    17
    ·
    3 years ago

    Private communities are not implemented yet, but are on the roadmap.

    • Wala WalasOP
      link
      fedilink
      arrow-up
      4
      ·
      3 years ago

      Please share a github link to the private communities feature.

      But it is possible to have a private instance were the instance cannot have contact to the federation or only allow selected users from the federation to view the instance?

      • AgreeableLandscape
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        3 years ago

        But it is possible to have a private instance were the instance cannot have contact to the federation or only allow selected users from the federation to view the instance?

        Yes. Simply have the following in your configuration JSON file:

        # [other configuration stuff]
        federation: {
            enabled: false,
            # [other configuration stuff]
        
        • Wala WalasOP
          link
          fedilink
          arrow-up
          2
          ·
          3 years ago

          Is it possible to not have your instance federated but allow a whitelist of users to access the instsnce from outside the instance?

          • nutomicA
            link
            fedilink
            arrow-up
            1
            ·
            3 years ago

            You can allow/block access by instance, but not by user.