From 9ea6ea74d5e74158eb9d423f89b865ecb25563e8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 21 Sep 2020 09:27:15 -0700 Subject: [PATCH] Update synapse to 1.19.2 --- Dockerfile | 2 +- POSTINSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73df95e..ce5b724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg WORKDIR /app/code -ARG VERSION=v1.19.1 +ARG VERSION=v1.19.2 # https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ RUN virtualenv -p python3 /app/code/env diff --git a/POSTINSTALL.md b/POSTINSTALL.md index 4cd5b78..b81a9c0 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -1,5 +1,5 @@ Account ids are created with the username and the second level domain under which the -app is installed e.g. `@username@domain.com`. +app is installed e.g. `@$CLOUDRON-USERNAME@$CLOUDRON-APP-DOMAIN`. For federation to work, the second level domain has to be configured to serve up the `.well-known/domain.com/matrix` URI. See the