mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
clarify that Redis is required, standardadise on Hookshot with an upper-case first letter for consistency
This commit is contained in:
parent
e5d34002fd
commit
e55d769465
@ -31,7 +31,9 @@ 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"
|
||||||
|
|
||||||
# Controls whether the experimental end-to-bridge encryption support is enabled.
|
# Controls whether the experimental end-to-bridge encryption support is enabled.
|
||||||
# This requires that support is also enabled in the homeserver, see the hookshot docs.
|
# This requires that:
|
||||||
|
# - support to also be enabled in the homeserver, see the documentation of Hookshot.
|
||||||
|
# - Hookshot to be pointed at a Redis instance via the `matrix_hookshot_queue_*` variables.
|
||||||
matrix_hookshot_experimental_encryption_enabled: false
|
matrix_hookshot_experimental_encryption_enabled: false
|
||||||
|
|
||||||
# Controls whether metrics are enabled in the bridge configuration.
|
# Controls whether metrics are enabled in the bridge configuration.
|
||||||
@ -45,7 +47,7 @@ matrix_hookshot_metrics_enabled: false
|
|||||||
matrix_hookshot_metrics_proxying_enabled: false
|
matrix_hookshot_metrics_proxying_enabled: false
|
||||||
|
|
||||||
# There is no need to edit ports.
|
# There is no need to edit ports.
|
||||||
# Read the documentation to learn about using hookshot metrics with external Prometheus
|
# Read the documentation to learn about using Hookshot metrics with external Prometheus
|
||||||
# If you still want something different, use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
|
# If 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user