2021-01-24 07:41:11 +01:00
|
|
|
---
|
2024-05-25 15:14:26 +02:00
|
|
|
matrix_dendrite_client_api_url_endpoint_public: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}://{{ matrix_dendrite_hostname }}/_matrix/client/versions"
|
|
|
|
matrix_dendrite_federation_api_url_endpoint_public: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}://{{ matrix_dendrite_hostname }}:{{ matrix_federation_public_port }}/_matrix/federation/v1/version"
|
2021-01-24 07:41:11 +01:00
|
|
|
|
2022-07-18 11:28:39 +02:00
|
|
|
matrix_dendrite_media_store_parent_path: "{{ matrix_dendrite_media_store_path | dirname }}"
|
2022-07-18 10:22:05 +02:00
|
|
|
matrix_dendrite_media_store_directory_name: "{{ matrix_dendrite_media_store_path | basename }}"
|
2021-01-24 07:41:11 +01:00
|
|
|
|
2022-07-18 10:22:05 +02:00
|
|
|
matrix_dendrite_signing_key_file_name: "{{ matrix_dendrite_signing_key | basename }}"
|