mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Edit user identifier example: example.com → {{ matrix_domain }}
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
02e0c2c3e0
commit
95ab7fabd0
@ -93,7 +93,7 @@ If `matrix_admin` is already configured in your `vars.yml` configuration, you ca
|
|||||||
#
|
#
|
||||||
# .. unless you've made yourself an admin of all bots/bridges like this:
|
# .. unless you've made yourself an admin of all bots/bridges like this:
|
||||||
#
|
#
|
||||||
# matrix_admin: '@yourAdminAccount:example.com'
|
# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}'
|
||||||
```
|
```
|
||||||
|
|
||||||
### 👥 Initial users configuration
|
### 👥 Initial users configuration
|
||||||
|
@ -39,11 +39,11 @@ matrix_bot_postmoogle_password: PASSWORD_FOR_THE_BOT
|
|||||||
# Uncomment to add one or more admins to this bridge:
|
# Uncomment to add one or more admins to this bridge:
|
||||||
#
|
#
|
||||||
# matrix_bot_postmoogle_admins:
|
# matrix_bot_postmoogle_admins:
|
||||||
# - '@yourAdminAccount:example.com'
|
# - '@yourAdminAccount:{{ matrix_domain }}'
|
||||||
#
|
#
|
||||||
# .. unless you've made yourself an admin of all bots/bridges like this:
|
# .. unless you've made yourself an admin of all bots/bridges like this:
|
||||||
#
|
#
|
||||||
# matrix_admin: '@yourAdminAccount:example.com'
|
# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}'
|
||||||
```
|
```
|
||||||
|
|
||||||
### DNS
|
### DNS
|
||||||
|
@ -213,7 +213,7 @@ client_api:
|
|||||||
threshold: {{ matrix_dendrite_client_api_rate_limiting_threshold | to_json }}
|
threshold: {{ matrix_dendrite_client_api_rate_limiting_threshold | to_json }}
|
||||||
cooloff_ms: {{ matrix_dendrite_client_api_rate_limiting_cooloff_ms | to_json }}
|
cooloff_ms: {{ matrix_dendrite_client_api_rate_limiting_cooloff_ms | to_json }}
|
||||||
exempt_user_ids:
|
exempt_user_ids:
|
||||||
# - "@user:example.com"
|
# - "@user:{{ matrix_domain }}"
|
||||||
|
|
||||||
# Configuration for the Federation API.
|
# Configuration for the Federation API.
|
||||||
federation_api:
|
federation_api:
|
||||||
|
Loading…
Reference in New Issue
Block a user