Просмотр исходного кода

Merge pull request #1203 from hardye/jitsi-auth-fix

Restore authentication for Jitsi Meet
pull/1204/head
Slavi Pantaleev 4 лет назад
committed by GitHub
Родитель
Сommit
cc5a8ee1a9
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      docs/configuring-playbook-jitsi.md
  2. +1
    -1
      roles/matrix-jitsi/templates/jicofo/env.j2

+ 1
- 1
docs/configuring-playbook-jitsi.md Просмотреть файл

@@ -129,7 +129,7 @@ Until this gets integrated into the playbook, we need to register new users / me
Please SSH into your matrix host machine and execute the following command targeting the `matrix-jitsi-prosody` container:

```bash
docker exec matrix-jitsi-prosody prosodyctl --config /config/prosody.cfg.lua register <USERNAME> matrix-jitsi-web <PASSWORD>
docker exec matrix-jitsi-prosody prosodyctl --config /config/prosody.cfg.lua register <USERNAME> meet.jitsi <PASSWORD>
```

Run this command for each user you would like to create, replacing `<USERNAME>` and `<PASSWORD>` accordingly. After you've finished, please exit the host.


+ 1
- 1
roles/matrix-jitsi/templates/jicofo/env.j2 Просмотреть файл

@@ -1,7 +1,7 @@
AUTH_TYPE={{ matrix_jitsi_auth_type }}
BRIDGE_AVG_PARTICIPANT_STRESS
BRIDGE_STRESS_THRESHOLD
ENABLE_AUTH
ENABLE_AUTH={{ 1 if matrix_jitsi_enable_auth else 0 }}
ENABLE_AUTO_OWNER
ENABLE_CODEC_VP8
ENABLE_CODEC_VP9


Загрузка…
Отмена
Сохранить