|
|
|
@@ -104,9 +104,18 @@ matrix_mautrix_discord_bridge_login_shared_secret_map: "{{ matrix_mautrix_discor |
|
|
|
matrix_mautrix_discord_bridge_login_shared_secret_map_auto: {} |
|
|
|
matrix_mautrix_discord_bridge_login_shared_secret_map_custom: {} |
|
|
|
|
|
|
|
|
|
|
|
# Servers to always allow double puppeting from |
|
|
|
matrix_mautrix_discord_bridge_double_puppet_server_map: |
|
|
|
"{{ matrix_mautrix_discord_homeserver_domain : matrix_mautrix_discord_homeserver_address }}" |
|
|
|
matrix_mautrix_discord_bridge_double_puppet_server_map: "{{ matrix_mautrix_discord_bridge_double_puppet_server_map_default | combine(matrix_mautrix_discord_bridge_double_puppet_server_map_auto) | combine(matrix_mautrix_discord_bridge_double_puppet_server_map_custom) }}" |
|
|
|
matrix_mautrix_discord_bridge_double_puppet_server_map_default: |- |
|
|
|
{{ |
|
|
|
{} |
|
|
|
| combine({ |
|
|
|
matrix_beeper_linkedin_homeserver_domain: matrix_beeper_linkedin_homeserver_address |
|
|
|
}) |
|
|
|
}} |
|
|
|
matrix_mautrix_discord_bridge_double_puppet_server_map_auto: {} |
|
|
|
matrix_mautrix_discord_bridge_double_puppet_server_map_custom: {} |
|
|
|
|
|
|
|
# Default mautrix-discord configuration template which covers the generic use case. |
|
|
|
# You can customize it by controlling the various variables inside it. |
|
|
|
|