Matrix.org Rooms from my Server?
-
@toto-s Sent you a mail from support but the federation is not setup for your domain. Can you review the post installation again at https://cloudron.io/documentation/apps/synapse/#post-installation ? Let me know if something is not clear and I can clarify or fixup the docs. The main things is that the below command should work as a first step. For you domain, it doesn't work because there is nothing installed there.
~$ curl https://domain.com/.well-known/matrix/server curl: (6) Could not resolve host: domain.com
-
@girish sadly no I still have this error when I try to explore group
Riot failed to get the public room list. No key for mydomain.tld with ids in ['ed25519:a_tHTB'] (min_validity 1592294601615)
and when I try to join I still have the same error too
so I don't think it is related to the memory
BTW: I forgot to mention, Cloudron is behind a firewall in a DMZ zone but my provider seams enjoying blocking port,
which port matrix/riot need ? -
@JOduMonT said in Matrix.org Rooms from my Server?:
Riot failed to get the public room list. No key for mydomain.tld with ids in ['ed25519:a_tHTB'] (min_validity 1592294601615)
This is most likely to do with federation not setup properly. Can you send me a mail to support@cloudron.io with your domain name and I can tell you what is going wrong.
-
@msbt said in Matrix.org Rooms from my Server?:
the default federation port is 8448, but on cloudron it is different, you can try 8008 and check if that's working
We switched the federation port to 443. (So it's both the client port and the federation port)
-
@girish said in Matrix.org Rooms from my Server?:
This is most likely to do with federation not setup properly. Can you send me a mail to support@cloudron.io with your domain name and I can tell you what is going wrong.
thank for you help and your explanation
so basically I have this issue because the .well-known dir is not present, but also because my root domain (https://mydomain.tld) don't point to my cloudflare server
-
I followed the post-install instructions, managed to list rooms,but can't join them :
this is my federation tester results : https://federationtester.matrix.org/#rmendes.net
Not sure what else I can do
This is what I see when trying to join a public room :
I have no idea what changed but I joined Cloudron room from searching it on the matrix server public rooms, also managed to join another linux room, but If i try to join the main matrix room on the matrix server I get this repeatedly :
If I try again, it keeps looping in this state :
I'm not sure it's related but on the Element log I can see this error, it's the only error that keeps repeating : Oct 08 16:01:27 [2020-10-08T14:01:27.135Z] "GET /config.chat.rmendes.net.json?cachebuster=1602165687021" Error (404): "Not found"
As if instead of looking for the config file where it is, it is pointing to a non existing place where there is obviously no config file ?
-
I'm confused even more now, I can join some rooms but not others, and I don't see any logical reason that some room on the same server (official matrix) can be joined and others not...
You don't see it on this screenshot but server connection seems to be unstable, sometimes I can display the chat of a joined remote room, sometimes I can display the user list but not the chat, in between I see a red message saying server connection has been lost..
it seems the lost connection is the remote one, nothing to do between cloudron matrix/element apps... -
I have spent a few hours trying to prove that there is a correlation between trying to join rooms and this error : Oct 08 17:53:46 [2020-10-08T15:53:46.844Z] "GET /config.chat.rmendes.net.json?cachebuster=1602172426790" Error (404): "Not found"
this config file is at the root of the Element app container, why is it run as if it was a subdomain location ?And I'm pretty sure with the timestamps that these errors are related to trying to join rooms.
The question is, why are some rooms join-able and not others ?
if you append this : #/room/#freenode_#indieweb:matrix.org to your Element app URL
you should not be able to join this room and you should see the error above in your error log.the only log item I'm seeing on matrix app side that raise question is :
Oct 08 15:22:37 /app/pkg/start.sh: line 82: 101 Killed gosu cloudron:cloudron python3 -m synapse.app.homeserver --config-path /app/data/configs/homeserver.yaml
-
@msbt I have upped the memory to 2GB and since, this error : Oct 08 15:22:37 /app/pkg/start.sh: line 82: 101 Killed gosu cloudron:cloudron python3 -m synapse.app.homeserver --config-path /app/data/configs/homeserver.yaml
is completely gone.
But I'm still stuck at the same : even joining little rooms does not work, or works "randomly" ?