matrix.org (communication)
-
@girish said in matrix.org (communication):
We just integrated coturn into master branch yesterday. So, we are waiting for testing it a bit to get matrix published. Otherwise, the first complaint is going to be that voice doesn't work...
nice!
-
@girish said in matrix.org (communication):
This is almost working now - https://git.cloudron.io/cloudron/matrix-synapse-app/ (based off @msbt 's work)! I am testing out the federation bits, after that I will get this published.
I assumed federation support would be very tricky for cloudron but than I saw how you managed stuff like federation port and well.known Hope you have fun with the federationtester ^^ Are you using ma1sd or mxisd?
We "fixed" it with a nginx that proxy passes requests on any hostname with path /.well-known/ to matrix.domain.com/.well-known/
-
@subven Yes, I am not 100% sure if the configuration I have actually works (for federation) but in theory it should. For the
well-known
, we are looking into adding this to Cloudron itself (probably in the domains view). We can then do mail auto-discovery, mastodon etc. -
@girish said in matrix.org (communication):
@subven Yes, I am not 100% sure if the configuration I have actually works (for federation) but in theory it should. For the
well-known
, we are looking into adding this to Cloudron itself (probably in the domains view). We can then do mail auto-discovery, mastodon etc.Heads up for adding the well-known to the root domain! As you said, this would add autoconfig for mail as well which would be great. Not quite sure if this could be added as a configurable feature for Caldav for example, as users could use different Caldav server (Sogo, Nextcloud, etc.)