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


Skip to content

Matrix (Synapse/Element)

96 Topics 1.1k Posts
  • Adding HCaptcha

    3
    2 Votes
    3 Posts
    241 Views
    girishG

    And this issue seemingly tracks non-recaptcha support.

  • Disabling Uploads

    Solved
    3
    0 Votes
    3 Posts
    271 Views
    Q

    @girish
    So i did actually set it to zero before and commented out the nginx file path.
    So that killed it. IN THE PAST

    But setting the upload to 0MB in the config and restarted.

    It actually worked. Wow!

    Thanks for having a functioning forum and the speedy response!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • 0 Votes
    3 Posts
    533 Views
    zjuhaszZ

    Not sure if this is related but in the logs for Surfer, which I have as a redirect for the root domain, I am getting a 404 for the matrix .well-known constantly.

    GET /.well-known/matrix/client 404 1.083 ms - 328

    Were you ever able to look into this @girish?

  • This topic is deleted!

    2
    1 Votes
    2 Posts
    27 Views
  • Update issue from custom package

    Solved
    17
    1 Votes
    17 Posts
    447 Views
    yusfY

    @nebulon Thanks. Will try it.

  • Riot will be renamed

    Solved
    2
    1 Votes
    2 Posts
    100 Views
    girishG

    Rename to Element and update pushed.

  • Riot -> Element

    Solved
    4
    1 Votes
    4 Posts
    199 Views
    girishG

    That went well, I have pushed an update.

  • Matrix Federation

    Moved Solved
    6
    0 Votes
    6 Posts
    538 Views
    girishG

    Locking this, please see other topic.

  • 3 Votes
    1 Posts
    164 Views
    No one has replied
  • Configuring the default port 8448

    Solved
    5
    0 Votes
    5 Posts
    431 Views
    girishG

    @danigl As you probably know, the port 8448 is only for server <-> server communication. What port are you using for server <-> client communication?

    In Cloudron package, we use the same port for server <-> server and client <-> server communication (which is port 443).

  • matrix user registration

    Solved
    8
    0 Votes
    8 Posts
    880 Views
    girishG

    @xavierl I have pushed a new version of synapse that allows matrix to manage it's own users. If you re-install synapse, you will see this option.

  • Riot: New Users Unable To Login

    Moved Solved
    5
    0 Votes
    5 Posts
    467 Views
    yusfY

    @xavierl You practically can. Just grant no Cloudron users access to it while also enabling open registration in the Matrix app internal settings.

  • 0 Votes
    7 Posts
    405 Views
    murgeroM

    @girish I needed it to be able to properly federate with other Matrix servers. Like I said, it was pretty weird.

  • Sorry to have to ask for help setting up Riot

    Moved Solved
    7
    0 Votes
    7 Posts
    457 Views
    girishG

    @scooke No problem 🙂 It's quite confusing because I have been leaving various bits of progress all over this forum in various places...

    Just to give an update on the current status. I have gotten synapse published. I put some initial docs at https://cloudron.io/documentation/apps/synapse/ (reading that now, there seems to a big wall of text. I have to simplify it). I am publishing riot now.

    But both the apps require Cloudron 5.1.4 which is now going through our CI. In 5.1.4, we have a way to add .well-known docs which is required for synapse/riot to work. Hopefully, we should be in a releasable state tomorrow.

  • How to get Riot working

    Moved
    9
    0 Votes
    9 Posts
    864 Views
    yusfY

    @scooke https://git.cloudron.io/msbt/matrix-riot-app is the repo you want to use. Follow instructions in the documentation on how to install the CLI and how to build and install custom apps.