Sfoglia il codice sorgente

Related to 3daf14d69 and 60ab08014 which enable async media by default for mautrix-go bridges

pull/4572/head
jasonlaguidice 5 mesi fa
parent
commit
c45f495d2f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      group_vars/matrix_servers

+ 3
- 0
group_vars/matrix_servers Vedi File

@@ -2818,6 +2818,9 @@ matrix_steam_bridge_appservice_token: "{{ '%s' | format(matrix_homeserver_generi


matrix_steam_bridge_homeserver_address: "{{ matrix_addons_homeserver_client_api_url }}" matrix_steam_bridge_homeserver_address: "{{ matrix_addons_homeserver_client_api_url }}"
matrix_steam_bridge_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.hs.token', rounds=655555) | to_uuid }}" matrix_steam_bridge_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.hs.token', rounds=655555) | to_uuid }}"

matrix_steam_bridge_homeserver_async_media: "{{ matrix_homeserver_implementation in ['synapse'] }}"

matrix_steam_bridge_public_media_signing_key: "{{ ('%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.pub.key', rounds=655555) | to_uuid) if matrix_steam_bridge_public_media_enabled else '' }}" matrix_steam_bridge_public_media_signing_key: "{{ ('%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.pub.key', rounds=655555) | to_uuid) if matrix_steam_bridge_public_media_enabled else '' }}"


matrix_steam_bridge_provisioning_shared_secret: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.prov', rounds=655555) | to_uuid }}" matrix_steam_bridge_provisioning_shared_secret: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.prov', rounds=655555) | to_uuid }}"


Caricamento…
Annulla
Salva