Bladeren bron

mautrix signal - allow double puppet discovery

pull/1382/head
b 4 jaren geleden
bovenliggende
commit
8295129aaa
2 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. +3
    -0
      roles/matrix-bridge-mautrix-signal/defaults/main.yml
  2. +1
    -1
      roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 3
- 0
roles/matrix-bridge-mautrix-signal/defaults/main.yml Bestand weergeven

@@ -78,6 +78,9 @@ matrix_mautrix_signal_appservice_database: "{{
# Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth). # Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth).
matrix_mautrix_signal_login_shared_secret: '' matrix_mautrix_signal_login_shared_secret: ''


# Allow using double puppeting from any server with a valid client .well-known file.
matrix_mautrix_signal_double_puppet_allow_discovery: false

# Enable bridge relay bot functionality # Enable bridge relay bot functionality
matrix_mautrix_signal_relaybot_enabled: false matrix_mautrix_signal_relaybot_enabled: false




+ 1
- 1
roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2 Bestand weergeven

@@ -124,7 +124,7 @@ bridge:
# and is therefore prone to race conditions. # and is therefore prone to race conditions.
sync_direct_chat_list: false sync_direct_chat_list: false
# Allow using double puppeting from any server with a valid client .well-known file. # Allow using double puppeting from any server with a valid client .well-known file.
double_puppet_allow_discovery: false
double_puppet_allow_discovery: {{ matrix_mautrix_signal_double_puppet_allow_discovery }}
# Servers to allow double puppeting from, even if double_puppet_allow_discovery is false. # Servers to allow double puppeting from, even if double_puppet_allow_discovery is false.
double_puppet_server_map: {} double_puppet_server_map: {}
# Shared secret for https://github.com/devture/matrix-synapse-shared-secret-auth # Shared secret for https://github.com/devture/matrix-synapse-shared-secret-auth


Laden…
Annuleren
Opslaan