mirror of https://gitlab.crans.org/nounous/nixos
Configuration jitsi + oidc sur element-web
parent
6751c1780a
commit
6fc3b4dd06
|
|
@ -20,10 +20,14 @@
|
||||||
feature_group_calls = true;
|
feature_group_calls = true;
|
||||||
feature_element_call_video_rooms = 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
|
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
|
||||||
"jitsi" = {
|
jitsi = {
|
||||||
"preferred_domain" = "jitsi.crans.org";
|
preferred_domain = "jitsi.crans.org";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue