From 06617f0235b93c1012cbe70ca6de95b374c67de5 Mon Sep 17 00:00:00 2001 From: krau Date: Wed, 5 Aug 2026 08:58:04 +0000 Subject: [PATCH] deploy: e4144e73e6a24db1418423d11a42bcb7bc2c4c90 --- deployment/configuration/storages/index.html | 14 ++++++++------ en/deployment/configuration/storages/index.html | 9 +++++---- en/sitemap.xml | 2 +- sitemap.xml | 2 +- zh/sitemap.xml | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/deployment/configuration/storages/index.html b/deployment/configuration/storages/index.html index a7f32a9..5c7449d 100644 --- a/deployment/configuration/storages/index.html +++ b/deployment/configuration/storages/index.html @@ -41,7 +41,7 @@ Alist # type=alist 不支持 Stream 模式. url = "https://alist.example.com" # Alist 的 URL username = "your_username" # Alist 的用户名 password = "your_password" # Alist 的密码 base_path = "/path/saveanybot" # Alist 中的基础路径, 所有文件将存储在此路径下 token_exp = 3600 # Alist 访问令牌的自动刷新时间, 单位秒 token = "your_token" # Alist 的访问令牌, 可选, 如果不设置则使用用户名和密码进行身份验证. # 使用 token 验证时无法自动刷新 token 本地磁盘 # type=local base_path = "./downloads" # 本地存储的基础路径, 所有文件将存储在此路径下 WebDAV # type=webdav -url = "https://webdav.example.com" # WebDAV 的 URL username = "your_username" # WebDAV password = "your_password" # WebDAV 的密码 base_path = "/path/to/webdav" # WebDAV 中的基础路径, 所有文件将存储在此路径下 S3 # type=s3'>存储端配置 | Save Any Bot +url = "https://webdav.example.com" # WebDAV 的 URL username = "your_username" # WebDAV password = "your_password" # WebDAV 的密码 base_path = "/path/to/webdav" # WebDAV 中的基础路径, 所有文件将存储在此路径下 S3 # type=s3'>存储端配置 | Save Any Bot

存储端配置

存储端配置 @@ -78,10 +78,12 @@ url = "https://webdav.example.com" # WebDAV 的 URL username = "your_username" # force_file = false # 是否跳过大文件, 默认为 false. 如果启用, 超过 Telegram 限制的文件将不会上传. skip_large = false -# 分卷大小, 单位 MB, 默认为 2000 MB (2 GB). -# 超过该大小的文件将被分割成多个部分上传.(使用 zip 格式) +# 超限视频是否使用 FFmpeg 无损分割成一个媒体组(最多 10 个)内可独立播放的小视频;失败或需要超过 10 段时回退到 ZIP 分卷. +split_large_video = false +# 分卷大小, 单位 MB. 设为 0 时使用实际上传账号的限制:Bot/普通用户为 2000 MB,Premium 用户为 4000 MB. +# 超过该大小的文件将被分割成多个部分上传;非视频使用 ZIP 格式. # 当 skip_large 启用时, 该选项无效. -spilt_size_mb = 2000 +split_size_mb = 0

Rclone #

type=rclone

通过 rclone 命令行工具支持多种云存储服务. 需要先安装 rclone 并配置好远程存储.

# rclone 配置的远程名称, 可以是任何在 rclone.conf 中配置的远程
 remote = "mydrive"
@@ -107,6 +109,6 @@ url = "https://webdav.example.com" # WebDAV 的 URL username = "your_username" #
 base_path = "/backup"
 config_path = "/path/to/rclone.conf"
 flags = ["--progress"]
-
\ No newline at end of file diff --git a/en/deployment/configuration/storages/index.html b/en/deployment/configuration/storages/index.html index d2905bb..1a567a1 100644 --- a/en/deployment/configuration/storages/index.html +++ b/en/deployment/configuration/storages/index.html @@ -24,7 +24,7 @@ token = "your_token" type=local'>Storage Configuration | Save Any Bot +url = "https://alist.example.com" # URL of Alist username = "your_username" # Username for Alist password = "your_password" # Password for Alist base_path = "/path/saveanybot" # Base path in Alist, all files will be stored under this path token_exp = 3600 # Auto-refresh time for Alist access token, in seconds token = "your_token" # Access token for Alist, optional, if not set, username and password will be used for authentication. # When using token authentication, the token cannot be automatically refreshed Local Disk # type=local'>Storage Configuration | Save Any Bot

Storage Configuration

Storage Configuration @@ -58,7 +58,8 @@ English

type=telegram

Stream mode is not supported.

chat_id = "123456789" # Telegram chat ID, the bot will send files to this chat
 force_file = false # Force sending as file, default is false
 skip_large = false # Skip large files, default is false. If enabled, files exceeding Telegram's limit will not be uploaded.
-spilt_size_mb = 2000 # Split size in MB, default is 2000 MB (2 GB). Files larger than this will be split into multiple parts (zip format). Ignored when skip_large is true.
+split_large_video = false # Losslessly split oversized videos into one album of up to 10 independently playable parts. Falls back to ZIP parts on failure or when more than 10 parts are required.
+split_size_mb = 0 # Split size in MB. 0 uses the uploader account limit: 2000 MB for bots/regular users and 4000 MB for Premium users. Oversized non-video files use ZIP parts. Ignored when skip_large is true.
 

Rclone #

type=rclone

Supports multiple cloud storage services through the rclone command-line tool. You need to install rclone and configure remote storage first.

# Remote name configured in rclone, can be any remote defined in rclone.conf
 remote = "mydrive"
@@ -84,6 +85,6 @@ English
\ No newline at end of file diff --git a/en/sitemap.xml b/en/sitemap.xml index f1d4e8e..907aeb9 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -1 +1 @@ -https://sabot.unv.app/en/usage/silent/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/rules/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/usage/watch/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/deployment/2025-06-16T16:30:45+08:00https://sabot.unv.app/en/usage/directlinks/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/aria2/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/ytdlp/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/transfer/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/parsers/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/config/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/help/2025-06-16T16:30:45+08:00https://sabot.unv.app/en/contribute/2025-12-19T21:03:58+08:00https://sabot.unv.app/en/usage/api/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/cli/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/categories/https://sabot.unv.app/en/deployment/configuration/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/deployment/installation/2026-01-05T11:56:19+08:00https://sabot.unv.app/en/2026-01-19T21:55:26+08:00https://sabot.unv.app/en/deployment/configuration/storages/2026-01-30T13:34:29+08:00https://sabot.unv.app/en/tags/ \ No newline at end of file +https://sabot.unv.app/en/usage/silent/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/rules/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/usage/watch/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/deployment/2025-06-16T16:30:45+08:00https://sabot.unv.app/en/usage/directlinks/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/aria2/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/ytdlp/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/transfer/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/parsers/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/config/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/help/2025-06-16T16:30:45+08:00https://sabot.unv.app/en/contribute/2025-12-19T21:03:58+08:00https://sabot.unv.app/en/usage/api/2026-03-11T19:37:25+08:00https://sabot.unv.app/en/usage/cli/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/categories/https://sabot.unv.app/en/deployment/configuration/2026-06-28T18:00:02+08:00https://sabot.unv.app/en/deployment/installation/2026-01-05T11:56:19+08:00https://sabot.unv.app/en/2026-01-19T21:55:26+08:00https://sabot.unv.app/en/deployment/configuration/storages/2026-08-05T16:57:46+08:00https://sabot.unv.app/en/tags/ \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 629e503..44135c3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://sabot.unv.app/zh/sitemap.xml2026-06-28T18:00:02+08:00https://sabot.unv.app/en/sitemap.xml2026-06-28T18:00:02+08:00 \ No newline at end of file +https://sabot.unv.app/zh/sitemap.xml2026-08-05T16:57:46+08:00https://sabot.unv.app/en/sitemap.xml2026-08-05T16:57:46+08:00 \ No newline at end of file diff --git a/zh/sitemap.xml b/zh/sitemap.xml index 9407ac4..f214539 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -1 +1 @@ -https://sabot.unv.app/usage/silent/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/rules/2026-06-28T18:00:02+08:00https://sabot.unv.app/usage/watch/2026-03-11T19:37:25+08:00https://sabot.unv.app/deployment/2025-06-16T15:58:03+08:00https://sabot.unv.app/usage/directlinks/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/aria2/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/ytdlp/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/transfer/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/parsers/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/config/2026-06-28T18:00:02+08:00https://sabot.unv.app/help/2025-06-16T15:58:03+08:00https://sabot.unv.app/usage/api/2026-03-11T19:37:25+08:00https://sabot.unv.app/contribute/2025-12-19T11:45:52+08:00https://sabot.unv.app/usage/cli/2026-06-28T18:00:02+08:00https://sabot.unv.app/categories/https://sabot.unv.app/tags/https://sabot.unv.app/deployment/installation/2025-12-18T18:43:57+08:00https://sabot.unv.app/deployment/configuration/storages/2026-01-30T13:34:29+08:00https://sabot.unv.app/2026-01-30T13:34:29+08:00https://sabot.unv.app/deployment/configuration/2026-06-28T18:00:02+08:00 \ No newline at end of file +https://sabot.unv.app/usage/silent/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/rules/2026-06-28T18:00:02+08:00https://sabot.unv.app/usage/watch/2026-03-11T19:37:25+08:00https://sabot.unv.app/deployment/2025-06-16T15:58:03+08:00https://sabot.unv.app/usage/directlinks/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/aria2/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/ytdlp/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/transfer/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/parsers/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/2026-03-11T19:37:25+08:00https://sabot.unv.app/usage/config/2026-06-28T18:00:02+08:00https://sabot.unv.app/help/2025-06-16T15:58:03+08:00https://sabot.unv.app/usage/api/2026-03-11T19:37:25+08:00https://sabot.unv.app/contribute/2025-12-19T11:45:52+08:00https://sabot.unv.app/usage/cli/2026-06-28T18:00:02+08:00https://sabot.unv.app/categories/https://sabot.unv.app/tags/https://sabot.unv.app/deployment/installation/2025-12-18T18:43:57+08:00https://sabot.unv.app/deployment/configuration/storages/2026-08-05T16:57:46+08:00https://sabot.unv.app/2026-01-30T13:34:29+08:00https://sabot.unv.app/deployment/configuration/2026-06-28T18:00:02+08:00 \ No newline at end of file