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