From c5aae8b387195a2ed2095859932b6e1fdab35864 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 26 Apr 2024 19:48:34 +0100 Subject: [PATCH] add notes crypt to rclone config --- .../containers/storage/data/rclone_config.template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/containers/storage/data/rclone_config.template b/hosts/hetzner-arm/containers/storage/data/rclone_config.template index 147b95b..5162d8b 100644 --- a/hosts/hetzner-arm/containers/storage/data/rclone_config.template +++ b/hosts/hetzner-arm/containers/storage/data/rclone_config.template @@ -143,4 +143,10 @@ password2 = STORAGE_GAMING_CRYPT_SALT [Gaming] type = chunker remote = Gaming-Source: -chunk_size = 128Mi \ No newline at end of file +chunk_size = 128Mi + +[Notes] +type = crypt +remote = StorageBox:Notes +password = STORAGE_NOTES_CRYPT_PASSWORD +password2 = STORAGE_NOTES_CRYPT_SALT \ No newline at end of file