[HOTIX] Get Backups working (#15)
Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.dev/elysium/minecluster/pulls/15
This commit is contained in:
parent
bee4e61c87
commit
1741356e5f
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ function createBackupSecret(serverSpec) {
|
|||
`secret_access_key = ${backupKey}`,
|
||||
`endpoint = ${backupHost}`,
|
||||
`acl = private`,
|
||||
`no_check_bucket = true`,
|
||||
`no_check_container = true`
|
||||
].join("\n");
|
||||
backupYaml.data["rclone.conf"] = Buffer.from(rcloneConfig).toString("base64");
|
||||
return backupYaml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue