mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	Add support for custom ma1sd view sesion templates
This commit is contained in:
		| @@ -83,6 +83,17 @@ matrix_ma1sd_dns_overwrite_enabled: false | ||||
| matrix_ma1sd_dns_overwrite_homeserver_client_name: "{{ matrix_server_fqn_matrix }}" | ||||
| matrix_ma1sd_dns_overwrite_homeserver_client_value: "http://matrix-synapse:8008" | ||||
|  | ||||
| # Override the default session templates | ||||
| # To use this, fill in the template variables with the full desired template as a multi-line YAML variable | ||||
| # | ||||
| # More info: | ||||
| # https://github.com/ma1uta/ma1sd/blob/master/docs/threepids/session/session-views.md | ||||
| matrix_ma1sd_view_session_custom_templates_enabled: false | ||||
| # Defaults to: https://github.com/ma1uta/ma1sd/blob/master/src/main/resources/templates/session/tokenSubmitSuccess.html | ||||
| matrix_ma1sd_view_session_custom_onTokenSubmit_success_template: "" | ||||
| # Defaults to: https://github.com/ma1uta/ma1sd/blob/master/src/main/resources/templates/session/tokenSubmitFailure.html | ||||
| matrix_ma1sd_view_session_custom_onTokenSubmit_failure_template: "" | ||||
|  | ||||
| # Override the default email templates | ||||
| # To use this, fill in the template variables with the full desired template as a multi-line YAML variable | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user