From 3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Jan 2022 14:24:44 +0100 Subject: im: directly call Garage on local node when possible --- app/im/build/matrix-synapse/Dockerfile | 2 +- app/im/build/matrix-synapse/matrix-s3-async-sqlite | 6 +++--- app/im/config/homeserver.yaml | 2 +- app/im/config/litestream.yml | 2 +- app/im/deploy/im.hcl | 7 ++++++- 5 files changed, 12 insertions(+), 7 deletions(-) (limited to 'app/im') diff --git a/app/im/build/matrix-synapse/Dockerfile b/app/im/build/matrix-synapse/Dockerfile index 4388d88..0496b19 100644 --- a/app/im/build/matrix-synapse/Dockerfile +++ b/app/im/build/matrix-synapse/Dockerfile @@ -27,7 +27,7 @@ RUN . /root/matrix-env/bin/activate && \ pip3 install \ https://github.com/matrix-org/synapse/archive/v${VERSION}.tar.gz#egg=matrix-synapse[matrix-synapse-ldap3,postgres,resources.consent,saml2,url_preview] && \ pip3 install \ - git+https://github.com/Alexis211/synapse-s3-storage-provider.git@${S3_VERSION} + git+https://github.com/matrix-org/synapse-s3-storage-provider.git@${S3_VERSION} FROM amd64/debian:buster diff --git a/app/im/build/matrix-synapse/matrix-s3-async-sqlite b/app/im/build/matrix-synapse/matrix-s3-async-sqlite index 8ab205e..4bba072 100755 --- a/app/im/build/matrix-synapse/matrix-s3-async-sqlite +++ b/app/im/build/matrix-synapse/matrix-s3-async-sqlite @@ -2,12 +2,12 @@ cat > database.yaml <