瀏覽代碼

Merge pull request #1908 from ThellraAK/patch-3

Update configuring-playbook-bridge-mautrix-facebook.md
pull/1910/head
Slavi Pantaleev 3 年之前
committed by GitHub
父節點
當前提交
66670dfb87
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 14 行新增2 行删除
  1. +14
    -2
      docs/configuring-playbook-bridge-mautrix-facebook.md

+ 14
- 2
docs/configuring-playbook-bridge-mautrix-facebook.md 查看文件

@@ -24,10 +24,22 @@ If you would like to be able to administrate the bridge from your account it can
matrix_mautrix_facebook_configuration_extension_yaml: |
bridge:
permissions:
'@YOUR_USERNAME:YOUR_DOMAIN': admin
'@YOUR_USERNAME:{{ matrix_domain }}': admin
```

You may wish to look at `roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2` to find other things you would like to configure.
Using both would look like

```yaml
matrix_mautrix_facebook_configuration_extension_yaml: |
bridge:
permissions:
'@YOUR_USERNAME:{{ matrix_domain }}': admin
encryption:
allow: true
default: true
```

You may wish to look at `roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2` and `roles/matrix-bridge-mautrix-facebook/defaults/main.yml` to find other things you would like to configure.


## Set up Double Puppeting


Loading…
取消
儲存