Browse Source

Update docs/configuring-playbook-jitsi.md: move the note to the section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3934/head
Suguru Hirahara 1 year ago
parent
commit
f503c1d520
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      docs/configuring-playbook-jitsi.md

+ 6
- 2
docs/configuring-playbook-jitsi.md View File

@@ -68,8 +68,6 @@ jitsi_prosody_auth_internal_accounts:

**Note**: as Jitsi account removal function is not integrated into the playbook, these accounts will not be able to be removed from the Prosody server automatically, even if they are removed from your `vars.yml` file subsequently.

**Note**: if you get an error like `Error: Account creation/modification not supported.`, it's likely that you had previously installed Jitsi without auth/guest support. In such a case, you should look into [Rebuilding your Jitsi installation](#rebuilding-your-jitsi-installation).

#### Authenticate using Matrix OpenID (Auth-Type `matrix`)

⚠️ **Warning**: probably this breaks the Jitsi instance in federated rooms and does not allow sharing conference links with guests.
@@ -329,6 +327,12 @@ ansible-playbook -i inventory/hosts --limit jitsi_jvb_servers jitsi_jvb.yml --ta

## Troubleshooting

### `Error: Account creation/modification not supported`

If you get an error like `Error: Account creation/modification not supported` with authentication enabled, it's likely that you had previously installed Jitsi without auth/guest support.

In this case, you should consider to rebuild your Jitsi installation.

### Rebuilding your Jitsi installation

**If you ever run into any trouble** or **if you change configuration (`jitsi_*` variables) too much**, we urge you to rebuild your Jitsi setup.


Loading…
Cancel
Save