Enable public_media by default, add labels

This commit is contained in:
jasonlaguidice
2025-08-29 15:29:24 -07:00
parent 602f3f11cd
commit fdbee0428c
3 changed files with 40 additions and 5 deletions

View File

@@ -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