Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Okey, got it working now, but it feels like homeserver.yaml file is ignored? If I changed something, it has no effect. Have you tried avhost/docker-matrix?
server {
listen 443 ssl;
listen [::]:443 ssl;
ssl_certificate /path/to/your/certificates/fullchain.pem;
ssl_certificate_key /path/to/your/certifcates/privkey.pem;
server_name {your domain, e.g. :matrix.example.com};
location ~* ^(\/_matrix|\/_synapse\/client) {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
# Nginx by default only allows file uploads up to 1M in size
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml
client_max_body_size 50M;
}
}
/etc/passwd:/etc/passwd:ro
, as postgres requires the UID actualy to exist in this file.Hello everyone!
I'm looking forward to assembling Docker Matrix Synapse for Synology. If it is already possible to run the Synapse server on Synology, tell me where to find a description of the installation. Thank you for the early.
Please open a new thread for support:I installed this container, but I don't know how to configure it. I am not an advanced user, but just a beginner. I need instructions for tuning to Synology.
-- post merged: 42 minutes ago --
My docker image does not start
We use essential cookies to make this site work, and optional cookies to enhance your experience.