Closed Routhinator closed 4 years ago
The helper that defines baseURL prepends the protocol:
baseURL
{{/* Synapse hostname prepended with https:// to form a complete URL */}} {{- define "matrix.baseUrl" -}}
However the bridge-discord prepends https:// hardcoded in the configmap:
https://
homeserverUrl: "https://{{ include "matrix.baseUrl" . }}"
Resulting config:
homeserverUrl: "https://https://matrix.routh.io"
I'm having issues getting this bridge to work at all.. this is the only thing I can see wrong..
The helper that defines
baseURL
prepends the protocol:However the bridge-discord prepends
https://
hardcoded in the configmap:Resulting config:
I'm having issues getting this bridge to work at all.. this is the only thing I can see wrong..