mirror of https://gitlab.crans.org/nounous/nixos
Configuration jitsi + oidc sur element-web
parent
43c387b918
commit
92bdb430c8
|
@ -20,6 +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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
jitsi = {
|
||||||
|
preferred_domain = "jitsi.crans.org";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue