docs: add rclone support to configuration guide

This commit is contained in:
krau
2026-01-31 21:17:30 +08:00
parent 091f581881
commit 70f7172162
2 changed files with 2 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ Each storage endpoint requires at least the following fields:
- `alist`: Alist
- `webdav`: WebDAV
- `s3`: aws S3 and other S3 compatible services
- `rclone`: Uses rclone to implement uploads
- `telegram`: Upload to Telegram
Example, this is a configuration that includes local storage and webdav storage:

View File

@@ -124,6 +124,7 @@ remove_after_transfer = true
- `alist`: Alist
- `webdav`: WebDAV
- `s3`: aws S3 及其他兼容 S3 的服务
- `rclone`: 调用 rclone 实现上传
- `telegram`: 上传到 Telegram
示例, 这是一个包含本地存储和 webdav 存储的配置: