소스 검색

add goofys custom

Creates the configuration variable to toggle custom endpoint and the default custom endpoint.
pull/132/head
Alexander Acevedo 7 년 전
committed by GitHub
부모
커밋
b5fbec8d83
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-synapse/defaults/main.yml

+ 2
- 0
roles/matrix-synapse/defaults/main.yml 파일 보기

@@ -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"


불러오는 중...
취소
저장