Update to v1.4.1

This commit is contained in:
Matthias
2019-10-28 11:58:54 +01:00
parent ae117d87c7
commit bea338c8cd
4 changed files with 41 additions and 3 deletions

View File

@@ -10,7 +10,12 @@ if [[ ! -f /app/data/synapse/homeserver.yaml ]]; then
/app/data/nginx/fastcgi \
/run/nginx_log \
/run/synapse \
/run/turn_log
/run/turn_log \
/app/data/appservice/config /app/data/appservice/db
# copy matrix-appservice-webhooks config
# cp /app/code/matrix-appservice-webhooks/config/sample.yaml /app/data/appservice/config/config.yaml
# ln -sf /app/data/appservice/appservice-registration-webhooks.yaml /app/data/synapse/appservice-registration-webhooks.yaml
# create certs
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out /app/data/synapse/${APP_DOMAIN}.tls.crt -keyout /app/data/synapse/${APP_DOMAIN}.tls.key -subj "/C=DE/ST=Germany/L=Germany/O=Example/OU=Example/CN=${APP_DOMAIN}"