mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-21 15:43:25 +00:00
Add default appservice public address - set public_media to false by default for testing
This commit is contained in:
@@ -35,7 +35,7 @@ matrix_steam_bridge_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
|
|||||||
|
|
||||||
# A public address that external services can use to reach this appservice
|
# A public address that external services can use to reach this appservice
|
||||||
# TODO: This is probably necessary for public media?
|
# TODO: This is probably necessary for public media?
|
||||||
matrix_steam_bridge_appservice_public_address: ''
|
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"
|
||||||
|
|
||||||
# Displayname template for Steam users
|
# Displayname template for Steam users
|
||||||
# {{ .DisplayName }} is replaced with the display name of the Steam user
|
# {{ .DisplayName }} is replaced with the display name of the Steam user
|
||||||
|
@@ -284,7 +284,7 @@ provisioning:
|
|||||||
public_media:
|
public_media:
|
||||||
# Should public media be enabled at all?
|
# Should public media be enabled at all?
|
||||||
# The public_address field under the appservice section MUST be set when enabling public media.
|
# The public_address field under the appservice section MUST be set when enabling public media.
|
||||||
enabled: true
|
enabled: false
|
||||||
# A key for signing public media URLs.
|
# A key for signing public media URLs.
|
||||||
# If set to "generate", a random key will be generated.
|
# If set to "generate", a random key will be generated.
|
||||||
signing_key: "generate"
|
signing_key: "generate"
|
||||||
|
Reference in New Issue
Block a user