Help setting up matrix
-
@dantheman I moved your post to separate post.
Can you tell me what tell us what trouble you are facing in step 2? Or are the instructions itself unclear?
-
@girish
Well the instructions are most of the times clear for me, as I have multiple apps working through your well documented app explanations.
But with this one i can't get through the test where you can test if you're federation is setup correctly.I must say that i already setup and installed the app a while ago and is very active at the moment. We can use almost everything, for example stun/turn is working for calls and adding new users is also no problem.
The only thing is that i/we can't use are stickers or add any stickerpacks.
error from desktop app Windows 10:
error from android app:
I must say that dns is proxied through Cloudflare.. but I don't think that's the problem?...
I would very much appreciate it, if there's a way, you could setup this M server thing for me. As i am very uncomfortable to do any wicked cli stuff and maybe break my install of the working active app.
-
@dantheman I just tried signing up at https://element.t2host.io/#/register (to give it a try) and received a message that "Registration has been disabled on this homeserver." Perhaps it is just down at the moment?
-
@scooke thanks trying this out for me..
I don't think actually that I needed to login somewhere else rather then only at Matrix installed at my domain on Cloudron and that works perfectly
I think in my case it has to do something with the setting pointed out in step 2 in this explanation..
https://docs.cloudron.io/apps/synapse/Cause when i try to verify my setup with....
$ curl https://example.com/.well-known/matrix/serverI get an error like:
curl: (6) Could not resolve host: example.comWhere "example.com" is my domain pointed to my install of Matrix in Cloudron...
-
@dantheman said in Help setting up matrix:
I would very much appreciate it, if there's a way, you could setup this M server thing for me. As i am very uncomfortable to do any wicked cli stuff and maybe break my install of the working active app.
I can help set this up. Can you email us on support@cloudron.io with the server details ?
-
-
So @DanTheMan had already completed the well-known setup.
The two missing pieces were:
-
There was no app on example.com. We just created a redirect of an existing app to example.com
-
Cloudflare was enabled on the synapse server app. Disabling that made it work. With Cloudflare proxying enabled, we got some strange 405 errors.
Does anyone have experience with Cloudflare+Synapse? Maybe we have to disable bots/captchas or something?
-
-
@girish said in Help setting up matrix:
was enabled on the synapse server app.
Hi i have problems with synapse federation as well. I always getting this....
$ curl https://example.com/.well-known/matrix/server
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>mkdir -p /home/yellowtent/boxdata/well-known/example.com/matrix
and echo is set rightdoes anyone has a hint for me ow to solve this?
-
@sebgg give this a read - i had the same problem and installing the element app and then deleting it might have fixed the ssl issue that might have caused the federation to fail.
https://forum.cloudron.io/topic/3974/help-making-federation-work/4?_=1610652549494
BTW, make sure to install matrix first, then element.