fix: improve invite-only instructions (#205)

Signed-off-by: Chris Hultin <chrishultin@google.com>
pull/207/head^2
Christopher Hultin 5 months ago committed by GitHub
parent faacea206d
commit c66284d744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -370,7 +370,13 @@ services:
### Making Your Instance Invite-only
Enable invite-only mode by setting `invite_only` in `Revolt.toml` to `true`.
Add the following section to your `Revolt.toml` file:
```toml
[api.registration]
# Whether an invite should be required for registration
# See https://github.com/revoltchat/self-hosted#making-your-instance-invite-only
invite_only = true
```
Create an invite:

Loading…
Cancel
Save