Ajout public_baseurl et serve_server_wellknown

This commit is contained in:
Navas 2024-12-06 14:03:33 +01:00
parent a4aa078049
commit ee368886b2

View file

@ -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 %}