use garage local gateway

This commit is contained in:
Quentin 2025-01-17 13:19:35 +01:00
parent 2a763ffee8
commit 3acaec580d
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -121,7 +121,7 @@ media_storage_providers:
# All of the below options are optional, for use with non-AWS S3-like # All of the below options are optional, for use with non-AWS S3-like
# services, or to specify access tokens here instead of some external method. # services, or to specify access tokens here instead of some external method.
region_name: garage region_name: garage
endpoint_url: https://garage.deuxfleurs.fr endpoint_url: http://localhost:3900
access_key_id: {{ key "secrets/chat/synapse/s3_access_key" | trimSpace }} access_key_id: {{ key "secrets/chat/synapse/s3_access_key" | trimSpace }}
secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }} secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }}