!QvOYYvjPoWZBfgSBNk:matrix.org

Synapse Installation Guide Feedback

144 Members
Feedback and discussion about the recommended synapse installation guide: https://www.natrius.eu/dokuwiki/doku.php?id=digital:server:matrixsynapse49 Servers

Load older messages


SenderMessageTime
20 Jun 2019
@travis:t2l.ioTravisRyou need to update your Synapse then00:46:07
@paolo:matrix.stockservers.tkpaoloOk: ty00:46:28
21 Jun 2019
@paolo:matrix.stockservers.tkpaolo left the room.07:40:56
23 Jun 2019
@natrius:matrix.orgStefanMathijs: something specific i should take a look at.11:05:05
@mathijs:matrix.vgorcum.comMathijsI wouldn't differentiate between the listener 8008 http port and the 'federation port'12:26:04
@mathijs:matrix.vgorcum.comMathijsactually, the guide explicitly doesn't use port 8448 anymore13:17:19
@mathijs:matrix.vgorcum.comMathijs

we recommend to set the server .well-known to:

    location /.well-known/matrix/server {
      return 200 '{"m.server": "example.com:443"}';
      add_header Content-Type application/json;
    }
13:17:44
@mathijs:matrix.vgorcum.comMathijswhich directs federation traffic to port 443, which is reverse proxied to port 800813:18:04
@mathijs:matrix.vgorcum.comMathijsso my reccomendation is to disable port 8448 outright13:18:20
@mathijs:matrix.vgorcum.comMathijs

also, there's a typo in step 6:

Step 6 - Postgre instead of sqlite

that should be Postgresql :)

13:19:34
@mathijs:matrix.vgorcum.comMathijswhile we're at it: why is the federation checked before we test the client-server part?13:20:50
@mathijs:matrix.vgorcum.comMathijsI would do that the other way around13:20:57
@mathijs:matrix.vgorcum.comMathijsnot that it matters much, if synapse is set up correctly it'll work anyway13:21:22
@mathijs:matrix.vgorcum.comMathijsbut if someone misses a step, the chances of the CS-api working is higher than the federation working correctly13:21:54
@mathijs:matrix.vgorcum.comMathijs Stefan: ^ 13:30:36
24 Jun 2019
@mxxxxparker:matrix.orgmxxxxparker joined the room.22:26:42
@mparker:matrix.orgmparker joined the room.22:43:43
25 Jun 2019
@mparker:matrix.orgmparkerHi. Quick install question. The guide reads "On your webserver a file at /.well-known/matrix/server has to be set up with the following content"...00:09:02
@mparker:matrix.orgmparkerwhat web server? I'm starting from a fresh install of ubuntu.00:09:19
@lindalap:matrix.orgLindaI think the webserver is mostly nginx in that guide00:11:47
@lindalap:matrix.orgLindaBut I see, it tells to do that before telling how to install and configure nginx00:12:20
@lindalap:matrix.orgLindaYou can use any reverse proxy though00:12:27
@lindalap:matrix.orgLinda(see step 5)00:13:07
@mparker:matrix.orgmparkerThanks. OK. So, first install nginx and then ad the {nginx web root}/.well-know/matrix/server file. Thanks again.00:22:10
@mparker:matrix.orgmparkerRedacted or Malformed Event04:13:51
@mparker:matrix.orgmparkerRedacted or Malformed Event04:13:57
@mparker:matrix.orgmparkerRedacted or Malformed Event04:14:12
@mathijs:matrix.vgorcum.comMathijs
In reply to @mparker:matrix.org
Thanks. OK. So, first install nginx and then ad the {nginx web root}/.well-know/matrix/server file. Thanks again.
Actually, the guide will use the nginx config to respond to the well-known get request with the static text, you don't need to create a file (that's not to say you can't place a file in that location)
07:51:57
@mparker:matrix.orgmparkerRoger that. Thanks.12:35:40
@mathijs:matrix.vgorcum.comMathijs stefan: Next to removing the distinction between the federation port and client port (and only use port 8008 for synapse reverse proxied to 443) 13:36:55

Show newer messages


Back to Room ListRoom Version: 1