https://github.com/dappnode/dappnodepackage-matrix
DAppNode package for Matrix synapse server implementation
https://github.com/dappnode/dappnodepackage-matrix
dappnode matrix
Last synced: 10 months ago
JSON representation
DAppNode package for Matrix synapse server implementation
- Host: GitHub
- URL: https://github.com/dappnode/dappnodepackage-matrix
- Owner: dappnode
- License: apache-2.0
- Created: 2019-02-06T14:22:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T16:33:20.000Z (about 5 years ago)
- Last Synced: 2025-02-07T12:40:33.638Z (12 months ago)
- Topics: dappnode, matrix
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAppnodePackage-matrix
[](http://my.admin.dnp.dappnode.eth/#/installer/matrix.public.dappnode.eth)
This package runs a Matrix Synapse server.
## How to run this package
The `SYNAPSE_SERVER_NAME` environment variable is required. It is recommended to use your own DNS registered domain, so you can set SRV records and configure federation with other Matrix servers.
Check [this link](https://github.com/matrix-org/synapse#id13) for more information on federation.
ACME support is enabled by default, so your certificates will be automatically created thanks to Let's Encrypt.
## Building
`docker-compose build`
### Start
`docker-compose up -d`
### View logs
`docker-compose logs -f`
### Stop
`docker-compose down`
### License
This package maintains the Apache License 2.0