!QvOYYvjPoWZBfgSBNk:matrix.org

Synapse Installation Guide Feedback

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

Load older messages


SenderMessageTime
7 Feb 2021
@oliverb:matrix.orgOliverbthats what i mean, okay i give it a try should run in a lxc container17:53:22
@oliverb:matrix.orgOliverbat wich point you install nginx?18:09:37
@oliverb:matrix.orgOliverbim now on step 418:09:52
@natrius:matrix.orgnatriusI thought you did read the tutorial beforehand?18:09:59
@oliverb:matrix.orgOliverbyes i start with a new server18:10:21
@natrius:matrix.orgnatriusAnd its step 518:10:21
@natrius:matrix.orgnatriusIf you did read it beforehand you would already know its step 5 :D18:10:37
@oliverb:matrix.orgOliverbbut why you make a systemctl stop nginx.service on step 4 18:11:05
@oliverb:matrix.orgOliverbthere is nothing to stop18:11:23
@natrius:matrix.orgnatriusThen, just go on. 18:11:33
@natrius:matrix.orgnatriusSome people are installing it on an already existing server with nginx already present. 18:12:03
@natrius:matrix.orgnatrius Thats why the stop is there. 18:12:11
@natrius:matrix.orgnatrius

I mean, i have even written the explanation

If nginx is installed first, lets stop nginx so certbot can listen to port 80

18:12:39
@oliverb:matrix.orgOliverb

server {
listen 80;
server_name bin-bash.ch;
return 301 https://$server_name$request_uri;
}

server {
listen 443 ssl;
listen [::]:443 ssl;
server_name bin-bash.ch;

ssl_certificate /etc/letsencrypt/live/bin-bash.ch/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/bin-bash.ch/privkey.pem;

# If you don't wanna serve a site, comment this out
root /var/www/html;
index index.html index.htm;

location /_matrix {
  proxy_pass http://127.0.0.1:8008;
  proxy_set_header X-Forwarded-For $remote_addr;
}
location /.well-known/matrix/server {
  return 200 '{"m.server": "matrix.bin-bash.ch:443"}';
  add_header Content-Type application/json;
}
location /.well-known/matrix/client {
  return 200 '{"m.homeserver": {"base_url": "https://bin-bash.ch"},"m.identity_server": {"base_url": "https://vector.im"}}';
  add_header Content-Type application/json;
  add_header "Access-Control-Allow-Origin" *;
}

}

18:28:29
@oliverb:matrix.orgOliverbis this ok. can you pls take a eye on it?18:28:54
@oliverb:matrix.orgOliverbimage.png
Download image.png
18:31:05
@oliverb:matrix.orgOliverbthats. not okay18:35:35
@oliverb:matrix.orgOliverbfederation is not working18:42:08
@oliverb:matrix.orgOliverbimage.png
Download image.png
18:47:29
@oliverb:matrix.orgOliverbimage.png
Download image.png
18:54:42
@oliverb:matrix.orgOliverbsame problem like i have all the time18:55:01
@oliverb:matrix.orgOliverbcreat a user on the cli cant loggin with them.18:55:27
@natrius:matrix.orgnatriusSo, everything worked you just can't log in now with the user you succesfully created?19:22:51
@natrius:matrix.orgnatriuswas playing VR :D19:22:54
@oliverb:matrix.orgOliverbyes19:28:08
@oliverb:matrix.orgOliverband fderation are not working19:28:19
@natrius:matrix.orgnatriusAnd additionally federation is not working19:28:24
@natrius:matrix.orgnatriusthats probably the reason19:28:28
@natrius:matrix.orgnatriuswhy? The error?19:28:34
@oliverb:matrix.orgOliverbimage.png
Download image.png
19:29:10

Show newer messages


Back to Room ListRoom Version: 1