| commit | eabb4a294ef5ff21521ff4259793f14b9cd379bd | [log] [tgz] |
|---|---|---|
| author | gio <gio@v0.dodo.cloud> | Sat Apr 13 09:16:52 2024 +0400 |
| committer | gio <gio@v0.dodo.cloud> | Sat Apr 13 09:17:50 2024 +0400 |
| tree | 37900e92ec4163ffce6a350a13ade8b7c85e7d60 | |
| parent | 35982660303868b6f48ace10d553b8b98f0c52b2 [diff] |
matrix: explicitly define homeserver port in well-known config More details can be found at: https://matrix-org.github.io/synapse/latest/delegate.html Change-Id: I38f0e702398e11b74c89e9305c49a8024eb1df23
diff --git a/charts/matrix/templates/well-known.yaml b/charts/matrix/templates/well-known.yaml index 8370de5..33e4b94 100644 --- a/charts/matrix/templates/well-known.yaml +++ b/charts/matrix/templates/well-known.yaml
@@ -66,7 +66,7 @@ add_header Access-Control-Allow-Origin *; } location /.well-known/matrix/server { - return 200 '{"m.server": "https://{{ .Values.subdomain }}.{{ .Values.domain }}"}'; + return 200 '{"m.server": "{{ .Values.subdomain }}.{{ .Values.domain }}:443"}'; default_type application/json; add_header Access-Control-Allow-Origin *; }