add jwt to .well-known

This commit is contained in:
Ellie 2026-04-07 00:14:42 -07:00
parent be737f2503
commit 53ae5d1d25

View file

@ -158,7 +158,7 @@
locations."= /.well-known/matrix/client".extraConfig = ''
default_type application/json;
add_header Access-Control-Allow-Origin *;
return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"}}';'';
return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"},"org.matrix.msc4143.rtc_foci":[{"type":"livekit","livekit_service_url":"https://lk-jwt.ellie.town"}]}';'';
locations."= /.well-known/element/call.json".extraConfig = ''
default_type application/json;