Took out web client location from matrix.sh it breaks SSO

This commit is contained in:
root 2024-11-04 17:10:22 +00:00
parent 4c7c7c8212
commit d3368da5a5

View File

@ -64,7 +64,7 @@ sed -i 's!args:!!g' /federated/apps/matrix/data/matrix/homeserver.yaml
# Insert our Postgres and LDAP config
cat >> /federated/apps/matrix/data/matrix/homeserver.yaml <<EOF
web_client_location: https://element.$DOMAIN/
#web_client_location: https://element.$DOMAIN/
public_baseurl: https://matrix.$DOMAIN:443/
serve_server_wellknown: true
turn_uris: [ "turn:turn.$DOMAIN?transport=udp", "turn:turn.$DOMAIN?transport=tcp" ]