mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-04 16:15:12 +02:00
Update 10-generate-config.sh
This commit is contained in:
@@ -53,13 +53,26 @@ db:
|
|||||||
password: ${DB_PASS}
|
password: ${DB_PASS}
|
||||||
|
|
||||||
s3:
|
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: ${S3_BUCKET}
|
bucket: b2-eu-cen
|
||||||
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user