Ver a proveniência
Replace another.com with example.net
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara
há 1 ano
ascendente
cometimento
b392b544da
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
7 ficheiros alterados com
7 adições e
7 eliminações
-
docs/configuring-playbook-bot-baibot.md
-
docs/configuring-playbook-federation.md
-
docs/configuring-playbook-synapse-simple-antispam.md
-
roles/custom/matrix-bot-baibot/defaults/main.yml
-
roles/custom/matrix-bot-chatgpt/defaults/main.yml
-
roles/custom/matrix-bot-honoroit/defaults/main.yml
-
roles/custom/matrix-bot-postmoogle/defaults/main.yml
|
|
|
@@ -89,7 +89,7 @@ If `matrix_admin` is already configured in your `vars.yml` configuration, you ca |
|
|
|
# |
|
|
|
# matrix_bot_baibot_config_access_admin_patterns: |
|
|
|
# - "@*:example.com" |
|
|
|
# - "@admin:another.com" |
|
|
|
# - "@admin:example.net" |
|
|
|
# |
|
|
|
# .. unless you've made yourself an admin of all bots/bridges like this: |
|
|
|
# |
|
|
|
|
|
|
|
@@ -11,7 +11,7 @@ To make your server only federate with servers of your choosing, add the followi |
|
|
|
```yaml |
|
|
|
matrix_synapse_federation_domain_whitelist: |
|
|
|
- example.com |
|
|
|
- another.com |
|
|
|
- example.net |
|
|
|
``` |
|
|
|
|
|
|
|
If you wish to disable federation, you can do that with an empty list (`[]`), or better yet by completely disabling federation (see below). |
|
|
|
|
|
|
|
@@ -14,5 +14,5 @@ matrix_synapse_ext_spam_checker_synapse_simple_antispam_enabled: true |
|
|
|
|
|
|
|
matrix_synapse_ext_spam_checker_synapse_simple_antispam_config_blocked_homeservers: |
|
|
|
- example.com |
|
|
|
- another.com |
|
|
|
- example.net |
|
|
|
``` |
|
|
|
@@ -93,7 +93,7 @@ matrix_bot_baibot_config_command_prefix: "!bai" |
|
|
|
# Example: |
|
|
|
# matrix_bot_baibot_config_access_admin_patterns: |
|
|
|
# - "@*:example.com" |
|
|
|
# - "@admin:another.com" |
|
|
|
# - "@admin:example.net" |
|
|
|
matrix_bot_baibot_config_access_admin_patterns: "{{ [matrix_admin] if matrix_admin else [] }}" |
|
|
|
|
|
|
|
# Controls the `persistence.data_dir_path` configuration setting. |
|
|
|
|
|
|
|
@@ -90,7 +90,7 @@ matrix_bot_chatgpt_matrix_rich_text: true # MATRIX_RICH_TEXT=true |
|
|
|
# - @someone:example.com |
|
|
|
# - @another:example.com |
|
|
|
# - @bot.*:example.com |
|
|
|
# - @*:another.com |
|
|
|
# - @*:example.net |
|
|
|
# matrix_bot_chatgpt_admins: "{{ [matrix_admin] if matrix_admin else [] }}" |
|
|
|
|
|
|
|
# Additional environment variables to pass to the chatgpt container |
|
|
|
|
|
|
|
@@ -168,7 +168,7 @@ matrix_bot_honoroit_redmine_done_status_id: '' # done status ID (e.g. 3) |
|
|
|
# - @someone:example.com |
|
|
|
# - @another:example.com |
|
|
|
# - @bot.*:example.com |
|
|
|
# - @*:another.com |
|
|
|
# - @*:example.net |
|
|
|
matrix_bot_honoroit_allowedusers: |
|
|
|
- "@*:*" |
|
|
|
|
|
|
|
|
|
|
|
@@ -103,7 +103,7 @@ matrix_bot_postmoogle_relay_password: '' |
|
|
|
# - '@someone:example.com' |
|
|
|
# - '@another:example.com' |
|
|
|
# - '@bot.*:example.com' |
|
|
|
# - '@*:another.com' |
|
|
|
# - '@*:example.net' |
|
|
|
matrix_bot_postmoogle_admins: "{{ [matrix_admin] if matrix_admin else [] }}" |
|
|
|
|
|
|
|
# Sentry DSN. Deprecated, use matrix_bot_postmoogle_monitoring_sentry_dsn |
|
|
|
|