@ -14,44 +14,44 @@ matrix_hookshot_container_url: 'matrix-hookshot'
matrix_hookshot_public_endpoint : /hookshot
matrix_hookshot_public_endpoint : /hookshot
# t here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
# T here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
matrix_hookshot_appservice_port : 9993
matrix_hookshot_appservice_port : 9993
matrix_hookshot_appservice_endpoint : "{{ matrix_hookshot_public_endpoint }}/_matrix/app"
matrix_hookshot_appservice_endpoint : "{{ matrix_hookshot_public_endpoint }}/_matrix/app"
# m etrics work only in conjunction with matrix_synapse_metrics_enabled etc
# M etrics work only in conjunction with matrix_synapse_metrics_enabled etc
matrix_hookshot_metrics_enabled : true
matrix_hookshot_metrics_enabled : true
# t here is no need to edit ports.
# T here is no need to edit ports.
# r ead the documentation to learn about using hookshot metrics with external Prometheus
# R ead the documentation to learn about using hookshot metrics with external Prometheus
# i f you still want something different, use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
# I f you still want something different, use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
matrix_hookshot_metrics_port : 9001
matrix_hookshot_metrics_port : 9001
matrix_hookshot_metrics_endpoint : "{{ matrix_hookshot_public_endpoint }}/metrics"
matrix_hookshot_metrics_endpoint : "{{ matrix_hookshot_public_endpoint }}/metrics"
# t here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
# T here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
matrix_hookshot_webhook_port : 9000
matrix_hookshot_webhook_port : 9000
matrix_hookshot_webhook_endpoint : "{{ matrix_hookshot_public_endpoint }}/webhooks"
matrix_hookshot_webhook_endpoint : "{{ matrix_hookshot_public_endpoint }}/webhooks"
# y ou need to create a GitHub app to enable this and fill in the empty variables below
# Y ou need to create a GitHub app to enable this and fill in the empty variables below
# https://half-shot.github.io/matrix-hookshot/setup/github.html
# https://half-shot.github.io/matrix-hookshot/setup/github.html
matrix_hookshot_github_enabled : false
matrix_hookshot_github_enabled : false
matrix_hookshot_github_appid : ''
matrix_hookshot_github_appid : ''
# s et this variable to the contents of the generated and downloaded GitHub private key:
# S et this variable to the contents of the generated and downloaded GitHub private key:
# matrix_hookshot_github_private_key: |
# matrix_hookshot_github_private_key: |
# -----BEGIN RSA PRIVATE KEY-----
# -----BEGIN RSA PRIVATE KEY-----
# 0123456789ABCDEF...
# 0123456789ABCDEF...
# -----END RSA PRIVATE KEY-----
# -----END RSA PRIVATE KEY-----
# a lternatively, leave it empty and do it manually or use matrix-aux instead, see docs/matrix-bridge-hookshot.md for info.
# A lternatively, leave it empty and do it manually or use matrix-aux instead, see docs/matrix-bridge-hookshot.md for info.
matrix_hookshot_github_private_key : ''
matrix_hookshot_github_private_key : ''
matrix_hookshot_github_private_key_file : 'private-key.pem'
matrix_hookshot_github_private_key_file : 'private-key.pem'
matrix_hookshot_github_secret : '' # "Webhook secret" on the GitHub App page
matrix_hookshot_github_secret : '' # "Webhook secret" on the GitHub App page
matrix_hookshot_github_oauth_enabled : false
matrix_hookshot_github_oauth_enabled : false
# y ou need to configure oauth settings only when you have enabled oauth (optional)
# Y ou need to configure oauth settings only when you have enabled oauth (optional)
matrix_hookshot_github_oauth_id : '' # "Client ID" on the GitHub App page
matrix_hookshot_github_oauth_id : '' # "Client ID" on the GitHub App page
matrix_hookshot_github_oauth_secret : '' # "Client Secret" on the GitHub App page
matrix_hookshot_github_oauth_secret : '' # "Client Secret" on the GitHub App page
# d efault value of matrix_hookshot_github_oauth_endpoint: "/hookshot/webhooks/oauth"
# D efault value of matrix_hookshot_github_oauth_endpoint: "/hookshot/webhooks/oauth"
matrix_hookshot_github_oauth_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/oauth"
matrix_hookshot_github_oauth_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/oauth"
matrix_hookshot_github_oauth_uri : "https://{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_github_oauth_endpoint }}"
matrix_hookshot_github_oauth_uri : "https://{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_github_oauth_endpoint }}"
# t hese are the default settings mentioned here and don't need to be modified: https://half-shot.github.io/matrix-hookshot/usage/room_configuration/github_repo.html#configuration
# T hese are the default settings mentioned here and don't need to be modified: https://half-shot.github.io/matrix-hookshot/usage/room_configuration/github_repo.html#configuration
matrix_hookshot_github_ignore_hooks : "{}"
matrix_hookshot_github_ignore_hooks : "{}"
matrix_hookshot_github_command_prefix : '!gh'
matrix_hookshot_github_command_prefix : '!gh'
matrix_hookshot_github_show_issue_room_link : false
matrix_hookshot_github_show_issue_room_link : false
@ -61,7 +61,7 @@ matrix_hookshot_github_excluding_labels: ''
matrix_hookshot_gitlab_enabled : true
matrix_hookshot_gitlab_enabled : true
# o ptionally add your instances, e.g.
# O ptionally add your instances, e.g.
# matrix_hookshot_gitlab_instances:
# matrix_hookshot_gitlab_instances:
# gitlab.com:
# gitlab.com:
# url: https://gitlab.com
# url: https://gitlab.com
@ -71,36 +71,36 @@ matrix_hookshot_gitlab_instances:
gitlab.com:
gitlab.com:
url : https://gitlab.com
url : https://gitlab.com
# t his will be the "Secret token" you have to enter into all GitLab instances for authentication
# T his will be the "Secret token" you have to enter into all GitLab instances for authentication
matrix_hookshot_gitlab_secret : ''
matrix_hookshot_gitlab_secret : ''
matrix_hookshot_jira_enabled : false
matrix_hookshot_jira_enabled : false
# g et the these values from https://half-shot.github.io/matrix-hookshot/setup/jira.html#jira-oauth
# G et the these values from https://half-shot.github.io/matrix-hookshot/setup/jira.html#jira-oauth
matrix_hookshot_jira_secret : ''
matrix_hookshot_jira_secret : ''
matrix_hookshot_jira_oauth_enabled : false
matrix_hookshot_jira_oauth_enabled : false
matrix_hookshot_jira_oauth_id : ''
matrix_hookshot_jira_oauth_id : ''
matrix_hookshot_jira_oauth_secret : ''
matrix_hookshot_jira_oauth_secret : ''
# d efault value of matrix_hookshot_jira_oauth_endpoint: "/hookshot/webhooks/jira/oauth"
# D efault value of matrix_hookshot_jira_oauth_endpoint: "/hookshot/webhooks/jira/oauth"
matrix_hookshot_jira_oauth_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/jira/oauth"
matrix_hookshot_jira_oauth_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/jira/oauth"
matrix_hookshot_jira_oauth_uri : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_jira_oauth_endpoint }}"
matrix_hookshot_jira_oauth_uri : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_jira_oauth_endpoint }}"
# n o need to change these
# N o need to change these
matrix_hookshot_generic_enabled : true
matrix_hookshot_generic_enabled : true
# d efault value of matrix_hookshot_generic_endpoint: "/hookshot/webhooks"
# D efault value of matrix_hookshot_generic_endpoint: "/hookshot/webhooks"
matrix_hookshot_generic_endpoint : "{{ matrix_hookshot_webhook_endpoint }}"
matrix_hookshot_generic_endpoint : "{{ matrix_hookshot_webhook_endpoint }}"
matrix_hookshot_generic_urlprefix : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_generic_endpoint }}"
matrix_hookshot_generic_urlprefix : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_generic_endpoint }}"
matrix_hookshot_generic_allow_js_transformation_functions : false
matrix_hookshot_generic_allow_js_transformation_functions : false
# i f you're also using matrix-appservice-webhooks, take care that these prefixes don't overlap
# I f you're also using matrix-appservice-webhooks, take care that these prefixes don't overlap
matrix_hookshot_generic_user_id_prefix : '_webhooks_'
matrix_hookshot_generic_user_id_prefix : '_webhooks_'
matrix_hookshot_figma_enabled : false
matrix_hookshot_figma_enabled : false
# d efault value of matrix_hookshot_figma_endpoint: "/hookshot/webhooks/figma/webhook"
# D efault value of matrix_hookshot_figma_endpoint: "/hookshot/webhooks/figma/webhook"
matrix_hookshot_figma_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/figma/webhook"
matrix_hookshot_figma_endpoint : "{{ matrix_hookshot_webhook_endpoint }}/figma/webhook"
matrix_hookshot_figma_publicUrl : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_figma_endpoint }}"
matrix_hookshot_figma_publicUrl : "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_figma_endpoint }}"
# t o bridge figma webhooks, you need to configure one of multiple instances like this:
# T o bridge figma webhooks, you need to configure one of multiple instances like this:
# matrix_hookshot_figma_instances:
# matrix_hookshot_figma_instances:
# your-instance:
# your-instance:
# teamId: your-team-id
# teamId: your-team-id
@ -108,10 +108,10 @@ matrix_hookshot_figma_publicUrl: "{{ matrix_server_fqn_matrix }}{{ matrix_hooksh
# passcode: your-webhook-passcode
# passcode: your-webhook-passcode
# t here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
# T here is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
matrix_hookshot_provisioning_port : 9002
matrix_hookshot_provisioning_port : 9002
matrix_hookshot_provisioning_secret : ''
matrix_hookshot_provisioning_secret : ''
# p rovisioning will be automatically enabled if dimension is enabled and you have provided a provisioning secret, unless you override it
# P rovisioning will be automatically enabled if dimension is enabled and you have provided a provisioning secret, unless you override it
matrix_hookshot_provisioning_enabled : false
matrix_hookshot_provisioning_enabled : false
matrix_hookshot_provisioning_endpoint : "{{ matrix_hookshot_public_endpoint }}/v1"
matrix_hookshot_provisioning_endpoint : "{{ matrix_hookshot_public_endpoint }}/v1"
@ -152,6 +152,7 @@ matrix_hookshot_systemd_wanted_services_list: []
# Above example will bind the metrics port in the container to port 9999 on localhost.
# Above example will bind the metrics port in the container to port 9999 on localhost.
matrix_hookshot_container_http_host_bind_ports : [ ]
matrix_hookshot_container_http_host_bind_ports : [ ]
# These tokens will be set automatically
matrix_hookshot_appservice_token : ''
matrix_hookshot_appservice_token : ''
matrix_hookshot_homeserver_token : ''
matrix_hookshot_homeserver_token : ''