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
    173 years ago

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

    • Wala WalasOP
      link
      43 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?

      • @AgreeableLandscapeM
        link
        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
          23 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
            13 years ago

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

      • DessalinesA
        link
        13 years ago

        You can search for it on the github issues.