瀏覽代碼

Update docs/configuring-playbook-jitsi.md: tidy up the section for setting up a Gravatar service

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3934/head
Suguru Hirahara 1 年之前
父節點
當前提交
ffd315ce24
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 5 行新增3 行删除
  1. +5
    -3
      docs/configuring-playbook-jitsi.md

+ 5
- 3
docs/configuring-playbook-jitsi.md 查看文件

@@ -133,15 +133,17 @@ jitsi_prosody_max_participants: 4 # example value


### Enable Gravatar (optional) ### Enable Gravatar (optional)


In the default Jisti Meet configuration, gravatar.com is enabled as an avatar service. This results in third party request leaking data to gravatar. Since Element clients already send the url of configured Matrix avatars to Jitsi, we disabled gravatar.
In the default Jisti Meet configuration, `gravatar.com` is enabled as an avatar service.


To enable Gravatar, add the following configuration to your `vars.yml` file:
Since Element clients (Element Web, Element X Android, etc.) send the URL of configured Matrix avatars to the Jitsi instance, our default configuration has disabled the Gravatar service.

To enable the Gravatar service, add the following configuration to your `vars.yml` file:


```yaml ```yaml
jitsi_disable_gravatar: false jitsi_disable_gravatar: false
``` ```


⚠️ **Warning**: This leaks information to a third party, namely the Gravatar-Service (unless configured otherwise: gravatar.com). Besides metadata, this includes the Matrix user_id and possibly the room identifier (via `referrer` header).
⚠️ **Warning**: This will result in third party request leaking data to the Gravatar Service (`gravatar.com`, unless configured otherwise). Besides metadata, the Matrix user_id and possibly the room ID (via `referrer` header) will be also sent to the third party.


### Fine tune Jitsi (optional) ### Fine tune Jitsi (optional)




Loading…
取消
儲存