mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			654 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			654 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 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"
 | |
| 
 | |
| matrix_dendrite_media_store_parent_path: "{{ matrix_dendrite_media_store_path | dirname }}"
 | |
| matrix_dendrite_media_store_directory_name: "{{ matrix_dendrite_media_store_path | basename }}"
 | |
| 
 | |
| matrix_dendrite_signing_key_file_name: "{{ matrix_dendrite_signing_key | basename }}"
 |