Ver a proveniência

add goofys custom

Creates the configuration variable to toggle custom endpoint and the default custom endpoint.
pull/132/head
Alexander Acevedo há 7 anos
committed by GitHub
ascendente
cometimento
b5fbec8d83
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      roles/matrix-synapse/defaults/main.yml

+ 2
- 0
roles/matrix-synapse/defaults/main.yml Ver ficheiro

@@ -218,7 +218,9 @@ matrix_synapse_ext_password_provider_ldap_filter: ""


matrix_s3_media_store_enabled: false
matrix_s3_media_store_custom_endpoint_enabled: false
matrix_s3_goofys_docker_image: "ewoutp/goofys:latest"
matrix_s3_media_store_custom_endpoint: "your-custom-endpoint"
matrix_s3_media_store_bucket_name: "your-bucket-name"
matrix_s3_media_store_aws_access_key: "your-aws-access-key"
matrix_s3_media_store_aws_secret_key: "your-aws-secret-key"


Carregando…
Cancelar
Guardar