Add public_address to mautrix-discord

Related to https://github.com/mautrix/discord/issues/95
This commit is contained in:
Slavi Pantaleev
2024-01-08 18:16:02 +02:00
parent e48adcb91d
commit b6916d3adc
4 changed files with 17 additions and 10 deletions

View File

@ -795,6 +795,8 @@ matrix_mautrix_discord_systemd_required_services_list: |
matrix_mautrix_discord_appservice_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'maudisc.as.tok', rounds=655555) | to_uuid }}"
matrix_mautrix_discord_homeserver_public_address: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}://{{ matrix_server_fqn_matrix }}"
matrix_mautrix_discord_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'maudisc.hs.tok', rounds=655555) | to_uuid }}"
matrix_mautrix_discord_login_shared_secret: "{{ matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret if matrix_synapse_ext_password_provider_shared_secret_auth_enabled else '' }}"