Publish Preferred Domain for Jitsi Integration with Element
-
Ever since the update to Cloudron 7.0 element apps (element-desktop, element-web, and element-android) have stopped respecting the choice of our own jitsi server. I suspect that this might be related to the new ability to publish .well-known information in cloudron even though cloudron does not host the website on which our main domain is published. I would like to add in the relevant needed information in the cloudron .well-known/matrix/client, specifically as outlined here: https://github.com/vector-im/element-web/blob/develop/docs/jitsi.md. But I cannot for the life of me figure out from where Cloudron is publishing the .well-known urls for the matrix server. Does anyone know where I need to be going to do this?
-
@eganonoa OK, I have added this for our next release - https://docs.cloudron.io/domains/#well-known-locations
You can set the jitsi location and cloudron will respond accordingly as per the wiki:
$ curl https://cloudron.space/.well-known/matrix/client {"m.homeserver":{"base_url":"https://synapse.cloudron.space:443"},"im.vector.riot.jitsi":{"preferredDomain":"jitsi.cloudron.space"}}