From 5f399effb9631b7502a38c126f57a7634870d7d3 Mon Sep 17 00:00:00 2001 From: jasonlaguidice <19523621+jasonlaguidice@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:42:21 -0700 Subject: [PATCH] Change default public_media path to omit `matrix.` from the path as it has been found that URLs generated by the bridge will only match {{ matrix_domain }} --- roles/custom/matrix-bridge-steam/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-steam/defaults/main.yml b/roles/custom/matrix-bridge-steam/defaults/main.yml index d8eea7c79..fd73ce66a 100644 --- a/roles/custom/matrix-bridge-steam/defaults/main.yml +++ b/roles/custom/matrix-bridge-steam/defaults/main.yml @@ -34,7 +34,7 @@ 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 -matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}" +matrix_steam_bridge_appservice_public_address: "https://{{ matrix_domain }}" # Public media configuration for external access to bridge media matrix_steam_bridge_public_media_enabled: true