Add livekit documentation when on a unfederated instance #1440

Open
opened 2026-02-22 21:49:45 +00:00 by dmonfa · 0 comments

Hey,

I recently installed continuwuity on a server with federation disabled. Using https://continuwuity.org/calls/livekit.html I encountered an issue because the lk-jwt-service could not call the openid endpoint as it's technically part of the federation api.

My workaround was to set the following in continuwuity.toml:

allow_federation = true
forbidden_remote_server_names = [".*"]

I think it could be nice to add a warning in the documentation when trying to setup livekit on an unfederated server

Hey, I recently installed continuwuity on a server with federation disabled. Using https://continuwuity.org/calls/livekit.html I encountered an issue because the lk-jwt-service could not call the openid endpoint as it's technically part of the federation api. My workaround was to set the following in `continuwuity.toml`: ``` allow_federation = true forbidden_remote_server_names = [".*"] ``` I think it could be nice to add a warning in the documentation when trying to setup livekit on an unfederated server
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity#1440
No description provided.