소스 검색

added docs for bridge permissions

pull/686/head
Sabine 5 년 전
부모
커밋
cea2faa1b3
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +6
    -3
      docs/configuring-playbook-bridge-mautrix-signal.md

+ 6
- 3
docs/configuring-playbook-bridge-mautrix-signal.md 파일 보기

@@ -19,10 +19,13 @@ bridge:
in [the example config in mautrix-signal](https://github.com/tulir/mautrix-signal/blob/master/mautrix_signal/example-config.yaml).
For instance, use
```yaml
matrix_mautrix_signal_configuration_permissions:
"YOUR_DOMAIN": user
matrix_mautrix_signal_configuration_permissions: |
{
'{{ matrix_domain }}': 'user'
}
```
to allow all users registered to `YOUR_DOMAIN` access to the bridge (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).
to allow all users registered to the current host's matrix domain access to the bridge, or hard-code whatever you like.
(See [this issue](https://github.com/ansible/ansible/issues/17324#issuecomment-449642731) on how to use variable names as dictionary keys.)


## Set up Double Puppeting


불러오는 중...
취소
저장