mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	Add additional changes for Dimension to work
This commit is contained in:
		| @@ -1,15 +1,22 @@ | ||||
| matrix_dimension_enabled: false | ||||
|  | ||||
| # You are required to specify an access token for Dimension to work. | ||||
| # For information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens | ||||
| matrix_dimension_access_token: CHANGEME | ||||
| matrix_dimension_access_token: "" | ||||
|  | ||||
| # Users in form: ['@user1:domain.com', '@user2:domain.com'] | ||||
| matrix_dimension_admin: [] | ||||
| matrix_dimension_admins: [] | ||||
|  | ||||
| matrix_dimension_base_path: "{{ matrix_base_data_path }}/dimension" | ||||
|  | ||||
| matrix_dimension_docker_image: "turt2live/matrix-dimension:latest" | ||||
|  | ||||
| # The user and group id correspond to the node user in the `turt2live/matrix-dimension` image. | ||||
| matrix_dimension_user_uid: 1000 | ||||
| matrix_dimension_user_gid: 1000 | ||||
|  | ||||
| matrix_dimension_container_expose_port: false | ||||
|  | ||||
| matrix_dimension_integrations_ui_url: "https://{{ matrix_server_fqn_dimension }}/riot" | ||||
| matrix_dimension_integrations_rest_url: "https://{{ matrix_server_fqn_dimension }}/api/v1/scalar" | ||||
| matrix_dimension_integrations_widgets_urls: ["https://{{ matrix_server_fqn_dimension }}/widgets"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user