From 602f3f11cd2985b9485e95504f403f5bd0a2e17d Mon Sep 17 00:00:00 2001 From: jasonlaguidice <19523621+jasonlaguidice@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:20:06 -0700 Subject: [PATCH] Fix appservice port --- roles/custom/matrix-bridge-steam/templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-steam/templates/config.yaml.j2 b/roles/custom/matrix-bridge-steam/templates/config.yaml.j2 index 1dc335d28..48c0cda19 100644 --- a/roles/custom/matrix-bridge-steam/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-steam/templates/config.yaml.j2 @@ -209,7 +209,7 @@ appservice: # The hostname and port where this appservice should listen. # For Docker, you generally have to change the hostname to 0.0.0.0. hostname: 0.0.0.0 - port: 4231 + port: {{ matrix_steam_bridge_appservice_port }} # The unique ID of this appservice. id: steam