diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2025-01-17 13:41:55 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2025-01-17 13:41:55 +0100 |
commit | 64abdd2210927b17cefce791aa154c5e706f88c7 (patch) | |
tree | 251ad5611581f23a5d2f47a42b769a87c0a934e6 /cluster/prod/app/matrix/config/synapse | |
parent | 3acaec580dd742a607c96034ed6daccf616e1f4c (diff) | |
download | nixcfg-64abdd2210927b17cefce791aa154c5e706f88c7.tar.gz nixcfg-64abdd2210927b17cefce791aa154c5e706f88c7.zip |
disable auth media as all clients are not yet compatible
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index 2055e12..41241f0 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -110,6 +110,7 @@ federation_rc_concurrent: 3 # Directory where uploaded images and attachments are stored. media_store_path: "/var/lib/matrix-synapse/media" uploads_path: "/var/lib/matrix-synapse/uploads" +enable_authenticated_media: False media_storage_providers: - module: s3_storage_provider.S3StorageProviderBackend |