Hi all,

I want to host my own matrix server, so that i can run bridges to all the other (stupid) messaging apps.

I am looking for any advice or experience in choosing which server to run, and if you know of any good tutorials, run throughs, etc. i typically would like a lighter instance, as i expect about 3 users, with 2 of us needing bridging.

  • dendrite
  • synapse
  • conduit
  • construct

and then the addition of bridges, (Signal, WA, Messenger and hopefully SMS).

I am fairly self sufficient when it comes to self hosting, and i run everything on linux, in docker, proxied by Nginx proxy manager. but typically prefer stuff that works more or less out of the box.

Thanks all!

  • quirq@lemmy.nz
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    You can use whatever port if you’re proxying it to 8448 (assuming the container host is listening on that port which it would be by default).

    If you use matrix.example.com and proxy port 443 to 8448 then it should work as your user would be @user:matrix.example.com.

    You would need to portforward from outside your network if you want to access it and have it talk to other servers as they all need to communicate with your server.

    Personally I wanted matrix to show my user as @user:example.com at my actual domain not as a matrix subdomain, so I had to setup the .well-known/server type http path to tell it my server is actually at matrix.example.com.