Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

Help setting up matrix

Scheduled Pinned Locked Moved Solved Matrix (Synapse/Element)
11 Posts 5 Posters 856 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DanTheManD Offline
    DanTheManD Offline
    DanTheMan
    wrote on last edited by
    #1

    Hello everyone,

    I am using Matrix for almost a year now. Really enjoying it and was looking for this a long time.

    But still I have the same trouble trying to add sticker(s) or a sticker pack.

    I think im stuck at step 2 in this doc of the app-setup..
    https://docs.cloudron.io/apps/synapse/

    I have tried it a couple of times, but i don't want to screw up my installation with al the users in it.
    Can somebody help me out or point me in the right direction to get it working.

    Also one question i have is that i want to know if this is also something that should work with an installation of Matrix in Cloudron?
    https://dimension.t2bot.io/

    Thanks for the support...😉

    girishG 1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    replied to DanTheMan on last edited by
    #2

    @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?

    DanTheManD 1 Reply Last reply
    0
  • DanTheManD Offline
    DanTheManD Offline
    DanTheMan
    replied to girish on last edited by DanTheMan
    #3

    @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 matix synapse sticker pack.JPG

    error from android app:
    error matix synapse sticker pack from android app.jpg

    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.

    scookeS girishG 2 Replies Last reply
    0
  • DanTheManD Offline
    DanTheManD Offline
    DanTheMan
    wrote on last edited by DanTheMan
    #4
    This post is deleted!
    1 Reply Last reply
    0
  • scookeS Offline
    scookeS Offline
    scooke
    replied to DanTheMan on last edited by
    #5

    @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?

    A life lived in fear is a life half-lived

    DanTheManD 1 Reply Last reply
    0
  • DanTheManD Offline
    DanTheManD Offline
    DanTheMan
    replied to scooke on last edited by DanTheMan
    #6

    @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/server

    I get an error like:
    curl: (6) Could not resolve host: example.com

    Where "example.com" is my domain pointed to my install of Matrix in Cloudron...

    1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    replied to DanTheMan on last edited by
    #7

    @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 ?

    DanTheManD 1 Reply Last reply
    0
  • DanTheManD Offline
    DanTheManD Offline
    DanTheMan
    replied to girish on last edited by
    #8

    @girish 👍 👍 thanks a lot for the offer Girish 👍 👍
    i'll send you an mail with the server details of mine to support@cloudron.io....

    Thanks a lot for helping me out and taking the time, because i know you are a busy man..😉
    very much appreciate it!!!

    1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    wrote on last edited by
    #9

    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?

    S 1 Reply Last reply
    0
  • S Offline
    S Offline
    SebGG
    replied to girish on last edited by
    #10

    @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 right

    does anyone has a hint for me ow to solve this?

    humptydumptyH 1 Reply Last reply
    0
  • humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    replied to SebGG on last edited by humptydumpty
    #11

    @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.

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.