diff --git a/templates/homeserver.yaml b/templates/homeserver.yaml index ef77243..57cdea0 100644 --- a/templates/homeserver.yaml +++ b/templates/homeserver.yaml @@ -30,6 +30,11 @@ signing_key_path: "/data/{{ docker_synapse_server_name }}.signing.key" trusted_key_servers: - server_name: "matrix.org" +# nécessaire pour fournir /.well-known/matrix/client +public_baseurl: "https://{{ docker_synapse_server_name }}" +# nécessaire pour fournir /.well-known/matrix/server +serve_server_wellknown: true + {% if docker_synapse_oidc_enabled is true %} oidc_providers: - idp_id: {{ docker_synapse_oidc_idp_id }} @@ -88,5 +93,3 @@ turn_shared_secret: "{{ docker_synapse_turn_shared_secret }}" turn_user_lifetime: 86400000 turn_allow_guests: True {% endif %} - -