Guilhem Saurel 7ea5cc0728 update matrix versions il y a 6 ans
..
Dockerfile f42d6dadb2 matrix: add riot il y a 6 ans
README.md 0eca1175b5 BREAKING: replace default DOMAIN_NAME local by localhost, fix #62 il y a 6 ans
docker-compose.yml 7ea5cc0728 update matrix versions il y a 6 ans

README.md

Matrix & Riot

https://matrix.org & https://riot.im

DNS

For this project, you need to setup both matrix & riot subdomains of $CHATONS_DOMAIN (which defaults to localhost)

Configure

echo POSTGRES_PASSWORD=$(openssl rand -base64 32) >> .env
echo SYNAPSE_REPORT_STATS=no >> .env
echo SYNAPSE_ENABLE_REGISTRATION=yes >> .env
echo SYNAPSE_SMTP_PORT=465 >> .env
echo SYNAPSE_SMTP_HOST=mail.gandi.net >> .env
echo SYNAPSE_SMTP_USER=dev@oxyta.net >> .env
echo SYNAPSE_SMTP_PASSWORD=changeme >> .env

Deploy

docker-compose up -d