Add s3 storage provider

https://forum.cloudron.io/topic/7285/request-include-s3-storage-module
This commit is contained in:
Girish Ramakrishnan
2022-06-27 16:54:51 -07:00
parent 75d97f2bb3
commit f47064f648

View File

@@ -15,7 +15,7 @@ ARG VERSION=v1.61.0
# lxml - required for previews
RUN pip install --upgrade pip && \
pip install --upgrade setuptools && \
pip install matrix-synapse==${VERSION} psycopg2-binary python-ldap matrix-synapse-ldap3 lxml publicsuffix2
pip install matrix-synapse==${VERSION} psycopg2-binary python-ldap matrix-synapse-ldap3 lxml publicsuffix2 git+https://github.com/matrix-org/synapse-s3-storage-provider.git@ffd3fa477321608e57d27644197e721965e0e858
RUN ln -sf /app/data/index.html /app/code/env/lib/python3.8/site-packages/synapse/static/index.html