mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Make hookshot hardcoded public URLs dynamic
This commit is contained in:
		| @@ -47,6 +47,13 @@ gitlab: | ||||
|   webhook: | ||||
|     secret: {{ matrix_hookshot_gitlab_secret|to_json }} | ||||
| {% endif %} | ||||
| {% if matrix_hookshot_figma_enabled %} | ||||
| figma: | ||||
|   # (Optional) Configure this to enable Figma support | ||||
|   # | ||||
|   publicUrl: {{ matrix_hookshot_figma_publicUrl }} | ||||
|   instances: {{ matrix_hookshot_figma_instances }} | ||||
| {% endif %} | ||||
| {% if matrix_hookshot_jira_enabled %} | ||||
| jira: | ||||
|   # (Optional) Configure this to enable Jira support | ||||
| @@ -69,13 +76,6 @@ generic: | ||||
|   allowJsTransformationFunctions: {{ matrix_hookshot_generic_allow_js_transformation_functions }} | ||||
|   userIdPrefix: {{ matrix_hookshot_generic_user_id_prefix|to_json }} | ||||
| {% endif %} | ||||
| {% if matrix_hookshot_figma_enabled %} | ||||
| figma: | ||||
|   # (Optional) Configure this to enable Figma support | ||||
|   # | ||||
|   publicUrl: {{ matrix_hookshot_figma_publicUrl }} | ||||
|   instances: {{ matrix_hookshot_figma_instances }} | ||||
| {% endif %} | ||||
| {% if matrix_hookshot_provisioning_enabled %} | ||||
| provisioning: | ||||
|   # (Optional) Provisioning API for integration managers | ||||
|   | ||||
		Reference in New Issue
	
	Block a user