mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
23 lines
484 B
Plaintext
23 lines
484 B
Plaintext
[minio]
|
|
type = s3
|
|
provider = Minio
|
|
access_key_id = __RCLONE_ACCESS_ID__
|
|
secret_access_key = __RCLONE_SECRET_KEY__
|
|
endpoint = https://minio.${SECRET_DOMAIN}:9000
|
|
acl = private
|
|
|
|
[gdrive-homelab-backups]
|
|
type = crypt
|
|
remote = gdrive:homelab-backups
|
|
directory_name_encryption = false
|
|
password = __PASSWORD__
|
|
password2 = __PASSWORD2__
|
|
|
|
[gdrive]
|
|
type = drive
|
|
client_id = __GDRIVE_CLIENT_ID__
|
|
client_secret = __GDRIVE_CLIENT_SECRET__
|
|
scope = drive.file
|
|
token = __GDRIVE_TOKEN__
|
|
team_drive =
|