mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-11-15 22:47:28 +01:00
Enable public_media by default, add labels
This commit is contained in:
@@ -34,9 +34,16 @@ matrix_steam_bridge_appservice_port: "8080"
|
||||
matrix_steam_bridge_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
|
||||
|
||||
# A public address that external services can use to reach this appservice
|
||||
# TODO: This is probably necessary for public media?
|
||||
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"
|
||||
|
||||
# Public media configuration for external access to bridge media
|
||||
matrix_steam_bridge_public_media_enabled: true
|
||||
# A key for signing public media URLs. If set to "generate", a random key will be generated.
|
||||
matrix_steam_bridge_public_media_signing_key: "generate"
|
||||
# Number of seconds that public media URLs are valid for. If set to 0, URLs will never expire.
|
||||
matrix_steam_bridge_public_media_expiry: 0
|
||||
matrix_steam_bridge_public_media_hash_length: 32
|
||||
|
||||
# Displayname template for Steam users
|
||||
# {{ .DisplayName }} is replaced with the display name of the Steam user
|
||||
# {{ .Username }} is replaced with the username of the Steam user
|
||||
|
||||
Reference in New Issue
Block a user