Update 10-generate-config.sh

This commit is contained in:
Alexandre
2025-07-17 14:47:09 +02:00
committed by GitHub
parent e2099931c4
commit 0f7226592a

View File

@@ -52,14 +52,26 @@ db:
user: ${DB_USER} user: ${DB_USER}
password: ${DB_PASS} password: ${DB_PASS}
s3: are_local_buckets: true
are_local_buckets: true b2-eu-cen:
b2-eu-cen: key: $MINIO_USER
key: ${MINIO_USER} secret: $MINIO_PASS
secret: ${MINIO_PASS} endpoint: localhost:3200
endpoint: localhost:3200 region: eu-central-2
region: eu-central-2 bucket: b2-eu-cen
bucket: ${S3_BUCKET} wasabi-eu-central-2-v3:
key: $MINIO_USER
secret: $MINIO_PASS
endpoint: localhost:3200
region: eu-central-2
bucket: wasabi-eu-central-2-v3
compliance: false
scw-eu-fr-v3:
key: $MINIO_USER
secret: $MINIO_PASS
endpoint: localhost:3200
region: eu-central-2
bucket: scw-eu-fr-v3
EOF EOF
bashio::log.info "Generated $CFG" bashio::log.info "Generated $CFG"