Configuration jitsi + oidc sur element-web

matrix-server-notice
pigeonmoelleux 2025-07-12 15:59:08 +02:00 committed by Lzebulon
parent 6751c1780a
commit 6fc3b4dd06
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 7 additions and 3 deletions

View File

@ -20,10 +20,14 @@
feature_group_calls = true;
feature_element_call_video_rooms = true;
};
oidc_static_clients = {
"https://note.crans.org/o/" = {
client_id = "iLfIXR823xLKmLJvk0hJsIJNaozkExH4MllZldIH";
};
};
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
"jitsi" = {
"preferred_domain" = "jitsi.crans.org";
jitsi = {
preferred_domain = "jitsi.crans.org";
};
};
};