6.1 Matrix Synapse Server
Docker installation
This docker compose file is inspired by the docker compose file created by Jims Garage at Gitea S...
Create Configuration File
docker run -it --rm \ -v $(pwd)/data:/data \ -e SYNAPSE_SERVER_NAME=example.com \ -e SYNAPS...
Homeserver.yaml
# DO NOT USE THIS CONFIGURATION FILE FOR PRODUCTION server_name: "dgroningen.org" public_baseurl...
Caddy File
matrix.dgroningen.org { reverse_proxy /_matrix/* synapse:8008 reverse_proxy /_synapse/* s...
Users
The first thing we need to do of course after setting up your server is setup an admin account. T...