mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-27 03:18:31 +01:00
Remove some "generate" values from various mautrix bridges
We do not let bridges update config files, so generation cannot happen. We don't want the bridge to manage the config file anyway.
This commit is contained in:
parent
8ab4315484
commit
beeb8a7933
@ -57,6 +57,8 @@ matrix_mautrix_discord_homeserver_token: ''
|
|||||||
|
|
||||||
matrix_mautrix_discord_appservice_bot_username: discordbot
|
matrix_mautrix_discord_appservice_bot_username: discordbot
|
||||||
|
|
||||||
|
matrix_mautrix_discord_provisioning_shared_secret: disable
|
||||||
|
|
||||||
# Minimum severity of journal log messages.
|
# Minimum severity of journal log messages.
|
||||||
# Options: debug, info, warn, error, fatal
|
# Options: debug, info, warn, error, fatal
|
||||||
matrix_mautrix_discord_logging_level: 'warn'
|
matrix_mautrix_discord_logging_level: 'warn'
|
||||||
|
@ -277,7 +277,7 @@ bridge:
|
|||||||
prefix: /_matrix/provision
|
prefix: /_matrix/provision
|
||||||
# Shared secret for authentication. If set to "generate", a random secret will be generated,
|
# Shared secret for authentication. If set to "generate", a random secret will be generated,
|
||||||
# or if set to "disable", the provisioning API will be disabled.
|
# or if set to "disable", the provisioning API will be disabled.
|
||||||
shared_secret: generate
|
shared_secret: {{ matrix_mautrix_discord_provisioning_shared_secret | to_json }}
|
||||||
|
|
||||||
# Permissions for using the bridge.
|
# Permissions for using the bridge.
|
||||||
# Permitted values:
|
# Permitted values:
|
||||||
|
@ -156,6 +156,8 @@ matrix_mautrix_meta_instagram_meta_mode: instagram
|
|||||||
# When in `instagram` mode (see `matrix_mautrix_meta_instagram_meta_mode`), should the bridge connect to WhatsApp servers for encrypted chats?
|
# When in `instagram` mode (see `matrix_mautrix_meta_instagram_meta_mode`), should the bridge connect to WhatsApp servers for encrypted chats?
|
||||||
matrix_mautrix_meta_instagram_meta_ig_e2ee: false
|
matrix_mautrix_meta_instagram_meta_ig_e2ee: false
|
||||||
|
|
||||||
|
matrix_mautrix_meta_instagram_provisioning_shared_secret: disable
|
||||||
|
|
||||||
# Whether or not metrics endpoint should be enabled.
|
# Whether or not metrics endpoint should be enabled.
|
||||||
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
||||||
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_meta_instagram_metrics_proxying_enabled`.
|
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_meta_instagram_metrics_proxying_enabled`.
|
||||||
|
@ -263,7 +263,7 @@ provisioning:
|
|||||||
prefix: /_matrix/provision
|
prefix: /_matrix/provision
|
||||||
# Shared secret for authentication. If set to "generate" or null, a random secret will be generated,
|
# Shared secret for authentication. If set to "generate" or null, a random secret will be generated,
|
||||||
# or if set to "disable", the provisioning API will be disabled.
|
# or if set to "disable", the provisioning API will be disabled.
|
||||||
shared_secret: disable
|
shared_secret: {{ matrix_mautrix_meta_instagram_provisioning_shared_secret | to_json }}
|
||||||
# Whether to allow provisioning API requests to be authed using Matrix access tokens.
|
# Whether to allow provisioning API requests to be authed using Matrix access tokens.
|
||||||
# This follows the same rules as double puppeting to determine which server to contact to check the token,
|
# This follows the same rules as double puppeting to determine which server to contact to check the token,
|
||||||
# which means that by default, it only works for users on the same server as the bridge.
|
# which means that by default, it only works for users on the same server as the bridge.
|
||||||
|
@ -156,6 +156,8 @@ matrix_mautrix_meta_messenger_meta_mode: messenger
|
|||||||
# When in `instagram` mode (see `matrix_mautrix_meta_messenger_meta_mode`), should the bridge connect to WhatsApp servers for encrypted chats?
|
# When in `instagram` mode (see `matrix_mautrix_meta_messenger_meta_mode`), should the bridge connect to WhatsApp servers for encrypted chats?
|
||||||
matrix_mautrix_meta_messenger_meta_ig_e2ee: false
|
matrix_mautrix_meta_messenger_meta_ig_e2ee: false
|
||||||
|
|
||||||
|
matrix_mautrix_meta_messenger_provisioning_shared_secret: disable
|
||||||
|
|
||||||
# Whether or not metrics endpoint should be enabled.
|
# Whether or not metrics endpoint should be enabled.
|
||||||
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
||||||
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_meta_messenger_metrics_proxying_enabled`.
|
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_meta_messenger_metrics_proxying_enabled`.
|
||||||
|
@ -263,7 +263,7 @@ provisioning:
|
|||||||
prefix: /_matrix/provision
|
prefix: /_matrix/provision
|
||||||
# Shared secret for authentication. If set to "generate" or null, a random secret will be generated,
|
# Shared secret for authentication. If set to "generate" or null, a random secret will be generated,
|
||||||
# or if set to "disable", the provisioning API will be disabled.
|
# or if set to "disable", the provisioning API will be disabled.
|
||||||
shared_secret: disable
|
shared_secret: {{ matrix_mautrix_meta_messenger_provisioning_shared_secret | to_json }}
|
||||||
# Whether to allow provisioning API requests to be authed using Matrix access tokens.
|
# Whether to allow provisioning API requests to be authed using Matrix access tokens.
|
||||||
# This follows the same rules as double puppeting to determine which server to contact to check the token,
|
# This follows the same rules as double puppeting to determine which server to contact to check the token,
|
||||||
# which means that by default, it only works for users on the same server as the bridge.
|
# which means that by default, it only works for users on the same server as the bridge.
|
||||||
|
@ -136,6 +136,8 @@ matrix_mautrix_telegram_systemd_wanted_services_list: []
|
|||||||
matrix_mautrix_telegram_appservice_token: ''
|
matrix_mautrix_telegram_appservice_token: ''
|
||||||
matrix_mautrix_telegram_homeserver_token: ''
|
matrix_mautrix_telegram_homeserver_token: ''
|
||||||
|
|
||||||
|
matrix_mautrix_telegram_provisioning_shared_secret: disable
|
||||||
|
|
||||||
# Whether or not metrics endpoint should be enabled.
|
# Whether or not metrics endpoint should be enabled.
|
||||||
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
# Enabling them is usually enough for a local (in-container) Prometheus to consume them.
|
||||||
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_telegram_metrics_proxying_enabled`.
|
# If metrics need to be consumed by another (external) Prometheus server, consider exposing them via `matrix_mautrix_telegram_metrics_proxying_enabled`.
|
||||||
|
@ -71,7 +71,7 @@ appservice:
|
|||||||
prefix: /_matrix/provision/v1
|
prefix: /_matrix/provision/v1
|
||||||
# The shared secret to authorize users of the API.
|
# The shared secret to authorize users of the API.
|
||||||
# Set to "generate" to generate and save a new token.
|
# Set to "generate" to generate and save a new token.
|
||||||
shared_secret: generate
|
shared_secret: {{ matrix_mautrix_telegram_provisioning_shared_secret | to_json }}
|
||||||
|
|
||||||
# The unique ID of this appservice.
|
# The unique ID of this appservice.
|
||||||
id: telegram
|
id: telegram
|
||||||
|
@ -384,7 +384,7 @@ direct_media:
|
|||||||
allow_proxy: true
|
allow_proxy: true
|
||||||
# Matrix server signing key to make the federation tester pass, same format as synapse's .signing.key file.
|
# Matrix server signing key to make the federation tester pass, same format as synapse's .signing.key file.
|
||||||
# This key is also used to sign the mxc:// URIs to ensure only the bridge can generate them.
|
# This key is also used to sign the mxc:// URIs to ensure only the bridge can generate them.
|
||||||
server_key: generate
|
server_key: ""
|
||||||
|
|
||||||
# Settings for backfilling messages.
|
# Settings for backfilling messages.
|
||||||
# Note that the exact way settings are applied depends on the network connector.
|
# Note that the exact way settings are applied depends on the network connector.
|
||||||
|
Loading…
Reference in New Issue
Block a user