|
|
|
@ -671,13 +671,13 @@ matrix_heisenbridge_systemd_wanted_services_list: |
|
|
|
|
|
# We don't enable bridges by default.
|
|
|
|
|
matrix_hookshot_enabled: false
|
|
|
|
|
|
|
|
|
|
matrix_hookshot_appservice_token: "{{ '%s' | format(matrix_synapse_macaroon_secret_key) | password_hash('sha512', 'hookshot.as.tok') | to_uuid }}"
|
|
|
|
|
matrix_hookshot_appservice_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'hookshot.as.tok') | to_uuid }}"
|
|
|
|
|
|
|
|
|
|
matrix_hookshot_homeserver_token: "{{ '%s' | format(matrix_synapse_macaroon_secret_key) | password_hash('sha512', 'hookshot.hs.tok') | to_uuid }}"
|
|
|
|
|
matrix_hookshot_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'hookshot.hs.tok') | to_uuid }}"
|
|
|
|
|
|
|
|
|
|
matrix_hookshot_systemd_wanted_services_list: |
|
|
|
|
|
{{
|
|
|
|
|
(['matrix-synapse.service'] if matrix_synapse_enabled else [])
|
|
|
|
|
(['matrix-' + matrix_homesever_implementation + '.service'])
|
|
|
|
|
+
|
|
|
|
|
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
|
|
|
|
|
}}
|
|
|
|
|