Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

从一个AlistV3复制到另一个AlistV3出现http400错误 #5465

Closed
3 of 4 tasks
ArenaDruid opened this issue Nov 3, 2023 · 4 comments
Closed
3 of 4 tasks

从一个AlistV3复制到另一个AlistV3出现http400错误 #5465

ArenaDruid opened this issue Nov 3, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@ArenaDruid
Copy link

ArenaDruid commented Nov 3, 2023

Please make sure of the following things

  • I have read the documentation.
    我已经阅读了文档

  • I'm sure there are no duplicate issues or discussions.
    我确定没有重复的issue或讨论。

  • I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

复制源:v3.28.0;复制到:v3.26.0

Driver used / 使用的存储驱动

复制源:本地存储; 复制到:本地存储

Describe the bug / 问题描述

这是向第一台机器的传输记录,客户端报错。
image
而后用docker在我的windows笔记本上部署了另一个alistv3.28.0,也出现了类似的报错,事后发现的确有文件传入目标服务器,但是视频大小远小于原视频大小,在线播放只有前一小部分可以正常播放。
image

Reproduction / 复现链接

两台设备都部署在不对外暴露的局域网中,无法提供链接
部署两个Alist,将一个Alist(A)挂载到另一个Alist(B)上,然后再那个Alist(B)往(A)复制文件。

Config / 配置

{
  "settings": [
    {
      "key": "version",
      "value": "v3.28.0",
      "help": "",
      "type": "string",
      "options": "",
      "group": 1,
      "flag": 2
    },
    {
      "key": "site_title",
      "value": "AList",
      "help": "",
      "type": "string",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "announcement",
      "value": "### repo\nhttps://github.com/alist-org/alist",
      "help": "",
      "type": "text",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "pagination_type",
      "value": "all",
      "help": "",
      "type": "select",
      "options": "all,pagination,load_more,auto_load_more",
      "group": 1,
      "flag": 0
    },
    {
      "key": "default_page_size",
      "value": "30",
      "help": "",
      "type": "number",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "allow_indexed",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "allow_mounted",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "robots_txt",
      "value": "User-agent: *\nDisallow: /",
      "help": "",
      "type": "text",
      "options": "",
      "group": 1,
      "flag": 0
    },
    {
      "key": "logo",
      "value": "https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg",
      "help": "",
      "type": "text",
      "options": "",
      "group": 2,
      "flag": 0
    },
    {
      "key": "favicon",
      "value": "https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg",
      "help": "",
      "type": "string",
      "options": "",
      "group": 2,
      "flag": 0
    },
    {
      "key": "main_color",
      "value": "#1890ff",
      "help": "",
      "type": "string",
      "options": "",
      "group": 2,
      "flag": 0
    },
    {
      "key": "home_icon",
      "value": "🏠",
      "help": "",
      "type": "string",
      "options": "",
      "group": 2,
      "flag": 0
    },
    {
      "key": "home_container",
      "value": "max_980px",
      "help": "",
      "type": "select",
      "options": "max_980px,hope_container",
      "group": 2,
      "flag": 0
    },
    {
      "key": "settings_layout",
      "value": "list",
      "help": "",
      "type": "select",
      "options": "list,responsive",
      "group": 2,
      "flag": 0
    },
    {
      "key": "text_types",
      "value": "txt,htm,html,xml,java,properties,sql,js,md,json,conf,ini,vue,php,py,bat,gitignore,yml,go,sh,c,cpp,h,hpp,tsx,vtt,srt,ass,rs,lrc",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "audio_types",
      "value": "mp3,flac,ogg,m4a,wav,opus,wma",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "video_types",
      "value": "mp4,mkv,avi,mov,rmvb,webm,flv",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "image_types",
      "value": "jpg,tiff,jpeg,png,gif,bmp,svg,ico,swf,webp",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "proxy_types",
      "value": "m3u8",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "proxy_ignore_headers",
      "value": "authorization,referer",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 1
    },
    {
      "key": "external_previews",
      "value": "{}",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 0
    },
    {
      "key": "iframe_previews",
      "value": "{\n\t\"doc,docx,xls,xlsx,ppt,pptx\": {\n\t\t\"Google\":\"https://docs.google.com/gview?url=$e_url&embedded=true\",\n\t\t\"Microsoft\":\"https://view.officeapps.live.com/op/view.aspx?src=$e_url\"\n\t\t\n\t},\n\t\"pdf\": {\n\t\t\"PDF.js\":\"https://alist-org.github.io/pdf.js/web/viewer.html?file=$e_url\"\n\t},\n\t\"epub\": {\n\t\t\"EPUB.js\":\"/static/epub.js/viewer.html?url=$e_url\"\n\t}\n}",
      "help": "",
      "type": "text",
      "options": "",
      "group": 3,
      "flag": 0
    },
    {
      "key": "audio_cover",
      "value": "https://jsd.nn.ci/gh/alist-org/logo@main/logo.svg",
      "help": "",
      "type": "string",
      "options": "",
      "group": 3,
      "flag": 0
    },
    {
      "key": "audio_autoplay",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 3,
      "flag": 0
    },
    {
      "key": "video_autoplay",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 3,
      "flag": 0
    },
    {
      "key": "hide_files",
      "value": "/\\/README.md/i",
      "help": "",
      "type": "text",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "package_download",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "customize_head",
      "value": "<script src=\"https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll\"></script>",
      "help": "",
      "type": "text",
      "options": "",
      "group": 4,
      "flag": 1
    },
    {
      "key": "customize_body",
      "value": "",
      "help": "",
      "type": "text",
      "options": "",
      "group": 4,
      "flag": 1
    },
    {
      "key": "link_expiration",
      "value": "0",
      "help": "",
      "type": "number",
      "options": "",
      "group": 4,
      "flag": 1
    },
    {
      "key": "sign_all",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 4,
      "flag": 1
    },
    {
      "key": "privacy_regs",
      "value": "(?:(?:\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(?:\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\n([[:xdigit:]]{1,4}(?::[[:xdigit:]]{1,4}){7}|::|:(?::[[:xdigit:]]{1,4}){1,6}|[[:xdigit:]]{1,4}:(?::[[:xdigit:]]{1,4}){1,5}|(?:[[:xdigit:]]{1,4}:){2}(?::[[:xdigit:]]{1,4}){1,4}|(?:[[:xdigit:]]{1,4}:){3}(?::[[:xdigit:]]{1,4}){1,3}|(?:[[:xdigit:]]{1,4}:){4}(?::[[:xdigit:]]{1,4}){1,2}|(?:[[:xdigit:]]{1,4}:){5}:[[:xdigit:]]{1,4}|(?:[[:xdigit:]]{1,4}:){1,6}:)\n(?U)access_token=(.*)&",
      "help": "",
      "type": "text",
      "options": "",
      "group": 4,
      "flag": 1
    },
    {
      "key": "ocr_api",
      "value": "https://api.nn.ci/ocr/file/json",
      "help": "",
      "type": "string",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "filename_char_mapping",
      "value": "{\"/\": \"|\"}",
      "help": "",
      "type": "text",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "forward_direct_link_params",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "webauthn_login_enabled",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 4,
      "flag": 0
    },
    {
      "key": "aria2_uri",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 5,
      "flag": 1
    },
    {
      "key": "aria2_secret",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 5,
      "flag": 1
    },
    {
      "key": "token",
      "value": "********",
      "help": "",
      "type": "string",
      "options": "",
      "group": 0,
      "flag": 1
    },
    {
      "key": "search_index",
      "value": "database",
      "help": "",
      "type": "select",
      "options": "database,database_non_full_text,bleve,none",
      "group": 6,
      "flag": 0
    },
    {
      "key": "auto_update_index",
      "value": "true",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 6,
      "flag": 0
    },
    {
      "key": "ignore_paths",
      "value": "",
      "help": "one path per line",
      "type": "text",
      "options": "",
      "group": 6,
      "flag": 1
    },
    {
      "key": "max_index_depth",
      "value": "20",
      "help": "max depth of index",
      "type": "number",
      "options": "",
      "group": 6,
      "flag": 1
    },
    {
      "key": "index_progress",
      "value": "{\"obj_count\":0,\"is_done\":true,\"last_done_time\":null,\"error\":\"\"}",
      "help": "",
      "type": "text",
      "options": "",
      "group": 0,
      "flag": 1
    },
    {
      "key": "sso_login_enabled",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 7,
      "flag": 0
    },
    {
      "key": "sso_login_platform",
      "value": "",
      "help": "",
      "type": "select",
      "options": "Casdoor,Github,Microsoft,Google,Dingtalk,OIDC",
      "group": 7,
      "flag": 0
    },
    {
      "key": "sso_client_id",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_client_secret",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_organization_name",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_application_name",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_endpoint_name",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_jwt_public_key",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_auto_register",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_default_dir",
      "value": "/",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_default_permission",
      "value": "0",
      "help": "",
      "type": "number",
      "options": "",
      "group": 7,
      "flag": 1
    },
    {
      "key": "sso_compatibility_mode",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 7,
      "flag": 0
    },
    {
      "key": "qbittorrent_url",
      "value": "http://User:Key@localhost:4078/",
      "help": "",
      "type": "string",
      "options": "",
      "group": 0,
      "flag": 1
    },
    {
      "key": "qbittorrent_seedtime",
      "value": "0",
      "help": "",
      "type": "number",
      "options": "",
      "group": 0,
      "flag": 1
    },
    {
      "key": "github_client_id",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 3
    },
    {
      "key": "github_client_secrets",
      "value": "",
      "help": "",
      "type": "string",
      "options": "",
      "group": 7,
      "flag": 3
    },
    {
      "key": "github_login_enabled",
      "value": "false",
      "help": "",
      "type": "bool",
      "options": "",
      "group": 7,
      "flag": 3
    }
  ],
  "users": [
    {
      "id": 1,
      "username": "****",
      "password": "",
      "base_path": "/",
      "role": 2,
      "disabled": false,
      "permission": 0,
      "sso_id": ""
    },
  ],
  "storages": [
    {
      "id": 7,
      "mount_path": "/ca1cai_server",
      "order": 1,
      "driver": "AList V3",
      "cache_expiration": 30,
      "status": "work",
      "addition": "{\"root_folder_path\":\"/\",\"url\":\"http://****.*****:5244\",\"meta_password\":\"\",\"username\":\"*****\",\"password\":\"******.\",\"token\":\"*******\"}",
      "remark": "",
      "modified": "2023-11-03T11:28:29.383753964Z",
      "disabled": false,
      "enable_sign": false,
      "order_by": "",
      "order_direction": "",
      "extract_folder": "",
      "web_proxy": false,
      "webdav_policy": "native_proxy",
      "down_proxy_url": ""
    },
    {
      "id": 4,
      "mount_path": "/mnt",
      "order": 3,
      "driver": "Local",
      "cache_expiration": 0,
      "status": "work",
      "addition": "{\"root_folder_path\":\"/mnt\",\"thumbnail\":false,\"thumb_cache_folder\":\"\",\"show_hidden\":true,\"mkdir_perm\":\"777\"}",
      "remark": "",
      "modified": "2023-10-23T10:32:58.516739905Z",
      "disabled": false,
      "enable_sign": false,
      "order_by": "",
      "order_direction": "",
      "extract_folder": "",
      "web_proxy": false,
      "webdav_policy": "native_proxy",
      "down_proxy_url": ""
    }
  ],
  "metas": []
}

Logs / 日志

2023/11/03 12:38:14.764118 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:38:18.345530 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:38:19.673404 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:38:50.752658 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:38:57.115292 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:39:00.563849 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:39:27.260191 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:39:44.520899 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:39:45.660996 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:40:02.296706 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:40:22.061778 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:40:23.135650 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1
2023/11/03 12:40:33.276051 WARN RESTY Put "http://100.113.12.129:5244/api/fs/put": context deadline exceeded (Client.Timeout exceeded while awaiting headers), Attempt 1

@ArenaDruid ArenaDruid added the bug Something isn't working label Nov 3, 2023
Copy link

welcome bot commented Nov 3, 2023

Thanks for opening your first issue here! Be sure to follow the issue template!

@ArenaDruid
Copy link
Author

ArenaDruid commented Nov 3, 2023

我检查过以前的Issues,发现之前出现过类似的问题,#4457 ,但是问题已经被关闭而我如今又遇到类似的问题。

@ArenaDruid
Copy link
Author

没有使用任何CDN

@ArenaDruid ArenaDruid changed the title 从一个AlistV3复制到另一个AlstV3出现http400错误 从一个AlistV3复制到另一个AlistV3出现http400错误 Nov 5, 2023
@ghost
Copy link

ghost commented Nov 11, 2023

能否支持断点续传。put 复制失败中途退出了,现在没法继续。

@xhofe xhofe closed this as completed in e91c42c Dec 17, 2023
truecharts-admin referenced this issue in truecharts/public Jan 8, 2024
… renovate (#17024)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [xhofe/alist](https://togithub.com/alist-org/alist) | minor |
`v3.29.1` -> `v3.30.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alist-org/alist (xhofe/alist)</summary>

###
[`v3.30.0`](https://togithub.com/alist-org/alist/releases/tag/v3.30.0)

[Compare
Source](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.0)

#####    🚨 Breaking Changes

- Replace regex package  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5755](https://togithub.com/alist-org/alist/issues/5755)
[<samp>(47847)</samp>](https://togithub.com/alist-org/alist/commit/478470f)

#####    🚀 Features

- Enabled `sign_all` by default  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(54e75)</samp>](https://togithub.com/alist-org/alist/commit/54e75d7)
- Add task info to resp of add task api  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5579](https://togithub.com/alist-org/alist/issues/5579)
[<samp>(026e9)</samp>](https://togithub.com/alist-org/alist/commit/026e944)
- Add support for client-side discoverable WebAuthn login  -  by
[@&#8203;huiyifyj](https://togithub.com/huiyifyj) in
[https://github.com/alist-org/alist/issues/5722](https://togithub.com/alist-org/alist/issues/5722)
[<samp>(3eca3)</samp>](https://togithub.com/alist-org/alist/commit/3eca38e)
- Add ldap login support  -  by
[@&#8203;JeremieCHN](https://togithub.com/JeremieCHN) in
[https://github.com/alist-org/alist/issues/5706](https://togithub.com/alist-org/alist/issues/5706)
[<samp>(697a0)</samp>](https://togithub.com/alist-org/alist/commit/697a0ed)
- Add `ILanzou` driver
([#&#8203;5810](https://togithub.com/alist-org/alist/issues/5810) close
[#&#8203;5715](https://togithub.com/alist-org/alist/issues/5715))  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5810](https://togithub.com/alist-org/alist/issues/5810)
and
[https://github.com/alist-org/alist/issues/5715](https://togithub.com/alist-org/alist/issues/5715)
[<samp>(9d5fb)</samp>](https://togithub.com/alist-org/alist/commit/9d5fb7f)
- **115**: Support 302 redirect  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5733](https://togithub.com/alist-org/alist/issues/5733)
[<samp>(299bf)</samp>](https://togithub.com/alist-org/alist/commit/299bfb4)
- **139**: Support new personal cloud api  -  by
[@&#8203;linepro6](https://togithub.com/linepro6) and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5690](https://togithub.com/alist-org/alist/issues/5690)
[<samp>(de56f)</samp>](https://togithub.com/alist-org/alist/commit/de56f92)
- **alipan**: Replace domain
([#&#8203;5751](https://togithub.com/alist-org/alist/issues/5751) close
[#&#8203;5747](https://togithub.com/alist-org/alist/issues/5747))  -  by
[@&#8203;xiaozhou26](https://togithub.com/xiaozhou26) in
[https://github.com/alist-org/alist/issues/5751](https://togithub.com/alist-org/alist/issues/5751)
and
[https://github.com/alist-org/alist/issues/5747](https://togithub.com/alist-org/alist/issues/5747)
[<samp>(6b8f3)</samp>](https://togithub.com/alist-org/alist/commit/6b8f35e)

#####    🐞 Bug Fixes

- Add error handling for webdav mkcol according to RFC 4918  -  by
[@&#8203;Kuingsmile](https://togithub.com/Kuingsmile) in
[https://github.com/alist-org/alist/issues/5581](https://togithub.com/alist-org/alist/issues/5581)
[<samp>(f4dcf)</samp>](https://togithub.com/alist-org/alist/commit/f4dcf45)
- Incorrect go-version on auto-lang  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(f475e)</samp>](https://togithub.com/alist-org/alist/commit/f475eb4)
- Task cannot be retried manually  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5599](https://togithub.com/alist-org/alist/issues/5599)
[<samp>(66b7f)</samp>](https://togithub.com/alist-org/alist/commit/66b7fe1)
- Incorrect key of oidc username  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5670](https://togithub.com/alist-org/alist/issues/5670)
[<samp>(296be)</samp>](https://togithub.com/alist-org/alist/commit/296be88)
- Retry multipart file reset
([#&#8203;5693](https://togithub.com/alist-org/alist/issues/5693) close
[#&#8203;5628](https://togithub.com/alist-org/alist/issues/5628))  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5693](https://togithub.com/alist-org/alist/issues/5693)
and
[https://github.com/alist-org/alist/issues/5628](https://togithub.com/alist-org/alist/issues/5628)
[<samp>(74b20)</samp>](https://togithub.com/alist-org/alist/commit/74b20de)
- Some missing regexp lib modified  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(57bac)</samp>](https://togithub.com/alist-org/alist/commit/57bac9e)
- Panic due to send on closed channel  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5729](https://togithub.com/alist-org/alist/issues/5729)
[<samp>(8020d)</samp>](https://togithub.com/alist-org/alist/commit/8020d42)
-   **115**:
- Support null `UserAgent`  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5787](https://togithub.com/alist-org/alist/issues/5787)
[<samp>(b5cc9)</samp>](https://togithub.com/alist-org/alist/commit/b5cc90c)
-   **123**:
- Api sign error
([#&#8203;5689](https://togithub.com/alist-org/alist/issues/5689) close
[#&#8203;5083](https://togithub.com/alist-org/alist/issues/5083))  -  by
[@&#8203;tonsr](https://togithub.com/tonsr), **tangminghao** and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5689](https://togithub.com/alist-org/alist/issues/5689)
and
[https://github.com/alist-org/alist/issues/5083](https://togithub.com/alist-org/alist/issues/5083)
[<samp>(54f7b)</samp>](https://togithub.com/alist-org/alist/commit/54f7b21)
-   **alist_v3**:
- Timeout on upload  -  by [@&#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5465](https://togithub.com/alist-org/alist/issues/5465)
[<samp>(e91c4)</samp>](https://togithub.com/alist-org/alist/commit/e91c42c)
-   **deps**:
- Update module github.com/gorilla/websocket to v1.5.1 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5770](https://togithub.com/alist-org/alist/issues/5770)
[<samp>(182aa)</samp>](https://togithub.com/alist-org/alist/commit/182aacd)
- Update golang.org/x/exp digest to
[`02704c9`](https://togithub.com/alist-org/alist/commit/02704c9) \[skip
ci]  -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5769](https://togithub.com/alist-org/alist/issues/5769)
[<samp>(977b3)</samp>](https://togithub.com/alist-org/alist/commit/977b3cf)
- Update module golang.org/x/crypto to v0.17.0 \[security]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5768](https://togithub.com/alist-org/alist/issues/5768)8
[<samp>(be5d9)</samp>](https://togithub.com/alist-org/alist/commit/be5d94c)
- Update module google.golang.org/appengine to v1.6.8 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5772](https://togithub.com/alist-org/alist/issues/5772)2
[<samp>(a006f)</samp>](https://togithub.com/alist-org/alist/commit/a006f57)
- Update module github.com/djherbis/times to v1.6.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5422](https://togithub.com/alist-org/alist/issues/5422)2
[<samp>(2c8d0)</samp>](https://togithub.com/alist-org/alist/commit/2c8d003)
- Update module github.com/aws/aws-sdk-go to v1.49.13 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5774](https://togithub.com/alist-org/alist/issues/5774)4
[<samp>(bdf7a)</samp>](https://togithub.com/alist-org/alist/commit/bdf7abe)
- Update module github.com/maruel/natural to v1.1.1 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5771](https://togithub.com/alist-org/alist/issues/5771)1
[<samp>(e2434)</samp>](https://togithub.com/alist-org/alist/commit/e243402)
- Update module github.com/aliyun/aliyun-oss-go-sdk to
v2.2.10+incompatible  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5447](https://togithub.com/alist-org/alist/issues/5447)7
[<samp>(5afd6)</samp>](https://togithub.com/alist-org/alist/commit/5afd65b)
- Update module github.com/gin-contrib/cors to v1.5.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5779](https://togithub.com/alist-org/alist/issues/5779)9
[<samp>(2c153)</samp>](https://togithub.com/alist-org/alist/commit/2c15349)
- Update module github.com/deckarep/golang-set/v2 to v2.6.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5778](https://togithub.com/alist-org/alist/issues/5778)8
[<samp>(8531b)</samp>](https://togithub.com/alist-org/alist/commit/8531b23)
- Update module github.com/charmbracelet/bubbletea to v0.25.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5776](https://togithub.com/alist-org/alist/issues/5776)6
[<samp>(a4a96)</samp>](https://togithub.com/alist-org/alist/commit/a4a9675)
- Update module github.com/charmbracelet/bubbles to v0.17.1 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5775](https://togithub.com/alist-org/alist/issues/5775)5
[<samp>(45b1f)</samp>](https://togithub.com/alist-org/alist/commit/45b1ff4)
- Update module github.com/go-resty/resty/v2 to v2.11.0  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5781](https://togithub.com/alist-org/alist/issues/5781)1
[<samp>(c3664)</samp>](https://togithub.com/alist-org/alist/commit/c36644a)
- Update module github.com/go-webauthn/webauthn to v0.10.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5782](https://togithub.com/alist-org/alist/issues/5782)2
[<samp>(8a427)</samp>](https://togithub.com/alist-org/alist/commit/8a427dd)
- Update module golang.org/x/time to v0.5.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5786](https://togithub.com/alist-org/alist/issues/5786)6
[<samp>(7db27)</samp>](https://togithub.com/alist-org/alist/commit/7db27e6)
- Update module github.com/spf13/cobra to v1.8.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5783](https://togithub.com/alist-org/alist/issues/5783)3
[<samp>(207c7)</samp>](https://togithub.com/alist-org/alist/commit/207c7e0)
- Update module golang.org/x/image to v0.14.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5784](https://togithub.com/alist-org/alist/issues/5784)4
[<samp>(b97c9)</samp>](https://togithub.com/alist-org/alist/commit/b97c917)
- Update module golang.org/x/oauth2 to v0.15.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5785](https://togithub.com/alist-org/alist/issues/5785)5
[<samp>(88831)</samp>](https://togithub.com/alist-org/alist/commit/88831b5)
- Update golang.org/x/exp digest to
[`be819d1`](https://togithub.com/alist-org/alist/commit/be819d1) \[skip
ci]  -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5807](https://togithub.com/alist-org/alist/issues/5807)7
[<samp>(fd96a)</samp>](https://togithub.com/alist-org/alist/commit/fd96a7c)
- Update module github.com/aws/aws-sdk-go to v1.49.15  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5816](https://togithub.com/alist-org/alist/issues/5816)6
[<samp>(fb729)</samp>](https://togithub.com/alist-org/alist/commit/fb729c1)
- Update module golang.org/x/image to v0.15.0  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5825](https://togithub.com/alist-org/alist/issues/5825)5
[<samp>(28bb3)</samp>](https://togithub.com/alist-org/alist/commit/28bb3f6)
-   **net**:
- Buf use Mutex  -  by [@&#8203;rammiah](https://togithub.com/rammiah)
and [@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5823](https://togithub.com/alist-org/alist/issues/5823)
[<samp>(4448e)</samp>](https://togithub.com/alist-org/alist/commit/4448e08)
-   **offline_download**:
- Don't wait for transfer task  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5595](https://togithub.com/alist-org/alist/issues/5595)
[<samp>(8bdfc)</samp>](https://togithub.com/alist-org/alist/commit/8bdfc7a)
-   **onedrive**:
- Rename object in root folder  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5468](https://togithub.com/alist-org/alist/issues/5468)
[<samp>(ab216)</samp>](https://togithub.com/alist-org/alist/commit/ab216ed)
-   **qbit**:
- Seed time doesn't take effect  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5663](https://togithub.com/alist-org/alist/issues/5663)
[<samp>(83c22)</samp>](https://togithub.com/alist-org/alist/commit/83c2269)
-   **teambition**:
- International upload  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5360](https://togithub.com/alist-org/alist/issues/5360)
[<samp>(b99e7)</samp>](https://togithub.com/alist-org/alist/commit/b99e709)
-   **vtencent**:
- Only show 50 files  -  by [@&#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5805](https://togithub.com/alist-org/alist/issues/5805)
[<samp>(126cf)</samp>](https://togithub.com/alist-org/alist/commit/126cfe9)

#####    🏎 Performance

- Make docker release 10 times faster  -  by
[@&#8203;Mmx233](https://togithub.com/Mmx233) and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5803](https://togithub.com/alist-org/alist/issues/5803)
[<samp>(e6e2d)</samp>](https://togithub.com/alist-org/alist/commit/e6e2d03)

#####     [View changes on
GitHub](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
GabrielBarzen referenced this issue in GabrielBarzen/charts Feb 2, 2024
… renovate (truecharts#17024)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [xhofe/alist](https://togithub.com/alist-org/alist) | minor |
`v3.29.1` -> `v3.30.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>alist-org/alist (xhofe/alist)</summary>

###
[`v3.30.0`](https://togithub.com/alist-org/alist/releases/tag/v3.30.0)

[Compare
Source](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.0)

#####    🚨 Breaking Changes

- Replace regex package  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5755](https://togithub.com/alist-org/alist/issues/5755)
[<samp>(47847)</samp>](https://togithub.com/alist-org/alist/commit/478470f)

#####    🚀 Features

- Enabled `sign_all` by default  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe)
[<samp>(54e75)</samp>](https://togithub.com/alist-org/alist/commit/54e75d7)
- Add task info to resp of add task api  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5579](https://togithub.com/alist-org/alist/issues/5579)
[<samp>(026e9)</samp>](https://togithub.com/alist-org/alist/commit/026e944)
- Add support for client-side discoverable WebAuthn login  -  by
[@&truecharts#8203;huiyifyj](https://togithub.com/huiyifyj) in
[https://github.com/alist-org/alist/issues/5722](https://togithub.com/alist-org/alist/issues/5722)
[<samp>(3eca3)</samp>](https://togithub.com/alist-org/alist/commit/3eca38e)
- Add ldap login support  -  by
[@&truecharts#8203;JeremieCHN](https://togithub.com/JeremieCHN) in
[https://github.com/alist-org/alist/issues/5706](https://togithub.com/alist-org/alist/issues/5706)
[<samp>(697a0)</samp>](https://togithub.com/alist-org/alist/commit/697a0ed)
- Add `ILanzou` driver
([#&truecharts#8203;5810](https://togithub.com/alist-org/alist/issues/5810) close
[#&truecharts#8203;5715](https://togithub.com/alist-org/alist/issues/5715))  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5810](https://togithub.com/alist-org/alist/issues/5810)
and
[https://github.com/alist-org/alist/issues/5715](https://togithub.com/alist-org/alist/issues/5715)
[<samp>(9d5fb)</samp>](https://togithub.com/alist-org/alist/commit/9d5fb7f)
- **115**: Support 302 redirect  -  by
[@&truecharts#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5733](https://togithub.com/alist-org/alist/issues/5733)
[<samp>(299bf)</samp>](https://togithub.com/alist-org/alist/commit/299bfb4)
- **139**: Support new personal cloud api  -  by
[@&truecharts#8203;linepro6](https://togithub.com/linepro6) and
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5690](https://togithub.com/alist-org/alist/issues/5690)
[<samp>(de56f)</samp>](https://togithub.com/alist-org/alist/commit/de56f92)
- **alipan**: Replace domain
([#&truecharts#8203;5751](https://togithub.com/alist-org/alist/issues/5751) close
[#&truecharts#8203;5747](https://togithub.com/alist-org/alist/issues/5747))  -  by
[@&truecharts#8203;xiaozhou26](https://togithub.com/xiaozhou26) in
[https://github.com/alist-org/alist/issues/5751](https://togithub.com/alist-org/alist/issues/5751)
and
[https://github.com/alist-org/alist/issues/5747](https://togithub.com/alist-org/alist/issues/5747)
[<samp>(6b8f3)</samp>](https://togithub.com/alist-org/alist/commit/6b8f35e)

#####    🐞 Bug Fixes

- Add error handling for webdav mkcol according to RFC 4918  -  by
[@&truecharts#8203;Kuingsmile](https://togithub.com/Kuingsmile) in
[https://github.com/alist-org/alist/issues/5581](https://togithub.com/alist-org/alist/issues/5581)
[<samp>(f4dcf)</samp>](https://togithub.com/alist-org/alist/commit/f4dcf45)
- Incorrect go-version on auto-lang  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe)
[<samp>(f475e)</samp>](https://togithub.com/alist-org/alist/commit/f475eb4)
- Task cannot be retried manually  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5599](https://togithub.com/alist-org/alist/issues/5599)
[<samp>(66b7f)</samp>](https://togithub.com/alist-org/alist/commit/66b7fe1)
- Incorrect key of oidc username  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5670](https://togithub.com/alist-org/alist/issues/5670)
[<samp>(296be)</samp>](https://togithub.com/alist-org/alist/commit/296be88)
- Retry multipart file reset
([#&truecharts#8203;5693](https://togithub.com/alist-org/alist/issues/5693) close
[#&truecharts#8203;5628](https://togithub.com/alist-org/alist/issues/5628))  -  by
[@&truecharts#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5693](https://togithub.com/alist-org/alist/issues/5693)
and
[https://github.com/alist-org/alist/issues/5628](https://togithub.com/alist-org/alist/issues/5628)
[<samp>(74b20)</samp>](https://togithub.com/alist-org/alist/commit/74b20de)
- Some missing regexp lib modified  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe)
[<samp>(57bac)</samp>](https://togithub.com/alist-org/alist/commit/57bac9e)
- Panic due to send on closed channel  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5729](https://togithub.com/alist-org/alist/issues/5729)
[<samp>(8020d)</samp>](https://togithub.com/alist-org/alist/commit/8020d42)
-   **115**:
- Support null `UserAgent`  -  by
[@&truecharts#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5787](https://togithub.com/alist-org/alist/issues/5787)
[<samp>(b5cc9)</samp>](https://togithub.com/alist-org/alist/commit/b5cc90c)
-   **123**:
- Api sign error
([#&truecharts#8203;5689](https://togithub.com/alist-org/alist/issues/5689) close
[#&truecharts#8203;5083](https://togithub.com/alist-org/alist/issues/5083))  -  by
[@&truecharts#8203;tonsr](https://togithub.com/tonsr), **tangminghao** and
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5689](https://togithub.com/alist-org/alist/issues/5689)
and
[https://github.com/alist-org/alist/issues/5083](https://togithub.com/alist-org/alist/issues/5083)
[<samp>(54f7b)</samp>](https://togithub.com/alist-org/alist/commit/54f7b21)
-   **alist_v3**:
- Timeout on upload  -  by [@&truecharts#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5465](https://togithub.com/alist-org/alist/issues/5465)
[<samp>(e91c4)</samp>](https://togithub.com/alist-org/alist/commit/e91c42c)
-   **deps**:
- Update module github.com/gorilla/websocket to v1.5.1 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5770](https://togithub.com/alist-org/alist/issues/5770)
[<samp>(182aa)</samp>](https://togithub.com/alist-org/alist/commit/182aacd)
- Update golang.org/x/exp digest to
[`02704c9`](https://togithub.com/alist-org/alist/commit/02704c9) \[skip
ci]  -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5769](https://togithub.com/alist-org/alist/issues/5769)
[<samp>(977b3)</samp>](https://togithub.com/alist-org/alist/commit/977b3cf)
- Update module golang.org/x/crypto to v0.17.0 \[security]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5768](https://togithub.com/alist-org/alist/issues/5768)8
[<samp>(be5d9)</samp>](https://togithub.com/alist-org/alist/commit/be5d94c)
- Update module google.golang.org/appengine to v1.6.8 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5772](https://togithub.com/alist-org/alist/issues/5772)2
[<samp>(a006f)</samp>](https://togithub.com/alist-org/alist/commit/a006f57)
- Update module github.com/djherbis/times to v1.6.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5422](https://togithub.com/alist-org/alist/issues/5422)2
[<samp>(2c8d0)</samp>](https://togithub.com/alist-org/alist/commit/2c8d003)
- Update module github.com/aws/aws-sdk-go to v1.49.13 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5774](https://togithub.com/alist-org/alist/issues/5774)4
[<samp>(bdf7a)</samp>](https://togithub.com/alist-org/alist/commit/bdf7abe)
- Update module github.com/maruel/natural to v1.1.1 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5771](https://togithub.com/alist-org/alist/issues/5771)1
[<samp>(e2434)</samp>](https://togithub.com/alist-org/alist/commit/e243402)
- Update module github.com/aliyun/aliyun-oss-go-sdk to
v2.2.10+incompatible  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5447](https://togithub.com/alist-org/alist/issues/5447)7
[<samp>(5afd6)</samp>](https://togithub.com/alist-org/alist/commit/5afd65b)
- Update module github.com/gin-contrib/cors to v1.5.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5779](https://togithub.com/alist-org/alist/issues/5779)9
[<samp>(2c153)</samp>](https://togithub.com/alist-org/alist/commit/2c15349)
- Update module github.com/deckarep/golang-set/v2 to v2.6.0 \[skip ci]
 -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5778](https://togithub.com/alist-org/alist/issues/5778)8
[<samp>(8531b)</samp>](https://togithub.com/alist-org/alist/commit/8531b23)
- Update module github.com/charmbracelet/bubbletea to v0.25.0 \[skip ci]
 -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5776](https://togithub.com/alist-org/alist/issues/5776)6
[<samp>(a4a96)</samp>](https://togithub.com/alist-org/alist/commit/a4a9675)
- Update module github.com/charmbracelet/bubbles to v0.17.1 \[skip ci]
 -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5775](https://togithub.com/alist-org/alist/issues/5775)5
[<samp>(45b1f)</samp>](https://togithub.com/alist-org/alist/commit/45b1ff4)
- Update module github.com/go-resty/resty/v2 to v2.11.0  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5781](https://togithub.com/alist-org/alist/issues/5781)1
[<samp>(c3664)</samp>](https://togithub.com/alist-org/alist/commit/c36644a)
- Update module github.com/go-webauthn/webauthn to v0.10.0 \[skip ci]
 -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5782](https://togithub.com/alist-org/alist/issues/5782)2
[<samp>(8a427)</samp>](https://togithub.com/alist-org/alist/commit/8a427dd)
- Update module golang.org/x/time to v0.5.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5786](https://togithub.com/alist-org/alist/issues/5786)6
[<samp>(7db27)</samp>](https://togithub.com/alist-org/alist/commit/7db27e6)
- Update module github.com/spf13/cobra to v1.8.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5783](https://togithub.com/alist-org/alist/issues/5783)3
[<samp>(207c7)</samp>](https://togithub.com/alist-org/alist/commit/207c7e0)
- Update module golang.org/x/image to v0.14.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5784](https://togithub.com/alist-org/alist/issues/5784)4
[<samp>(b97c9)</samp>](https://togithub.com/alist-org/alist/commit/b97c917)
- Update module golang.org/x/oauth2 to v0.15.0 \[skip ci]  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5785](https://togithub.com/alist-org/alist/issues/5785)5
[<samp>(88831)</samp>](https://togithub.com/alist-org/alist/commit/88831b5)
- Update golang.org/x/exp digest to
[`be819d1`](https://togithub.com/alist-org/alist/commit/be819d1) \[skip
ci]  -  by [@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5807](https://togithub.com/alist-org/alist/issues/5807)7
[<samp>(fd96a)</samp>](https://togithub.com/alist-org/alist/commit/fd96a7c)
- Update module github.com/aws/aws-sdk-go to v1.49.15  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5816](https://togithub.com/alist-org/alist/issues/5816)6
[<samp>(fb729)</samp>](https://togithub.com/alist-org/alist/commit/fb729c1)
- Update module golang.org/x/image to v0.15.0  -  by
[@&truecharts#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5825](https://togithub.com/alist-org/alist/issues/5825)5
[<samp>(28bb3)</samp>](https://togithub.com/alist-org/alist/commit/28bb3f6)
-   **net**:
- Buf use Mutex  -  by [@&truecharts#8203;rammiah](https://togithub.com/rammiah)
and [@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5823](https://togithub.com/alist-org/alist/issues/5823)
[<samp>(4448e)</samp>](https://togithub.com/alist-org/alist/commit/4448e08)
-   **offline_download**:
- Don't wait for transfer task  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5595](https://togithub.com/alist-org/alist/issues/5595)
[<samp>(8bdfc)</samp>](https://togithub.com/alist-org/alist/commit/8bdfc7a)
-   **onedrive**:
- Rename object in root folder  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5468](https://togithub.com/alist-org/alist/issues/5468)
[<samp>(ab216)</samp>](https://togithub.com/alist-org/alist/commit/ab216ed)
-   **qbit**:
- Seed time doesn't take effect  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5663](https://togithub.com/alist-org/alist/issues/5663)
[<samp>(83c22)</samp>](https://togithub.com/alist-org/alist/commit/83c2269)
-   **teambition**:
- International upload  -  by
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5360](https://togithub.com/alist-org/alist/issues/5360)
[<samp>(b99e7)</samp>](https://togithub.com/alist-org/alist/commit/b99e709)
-   **vtencent**:
- Only show 50 files  -  by [@&truecharts#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5805](https://togithub.com/alist-org/alist/issues/5805)
[<samp>(126cf)</samp>](https://togithub.com/alist-org/alist/commit/126cfe9)

#####    🏎 Performance

- Make docker release 10 times faster  -  by
[@&truecharts#8203;Mmx233](https://togithub.com/Mmx233) and
[@&truecharts#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5803](https://togithub.com/alist-org/alist/issues/5803)
[<samp>(e6e2d)</samp>](https://togithub.com/alist-org/alist/commit/e6e2d03)

#####     [View changes on
GitHub](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant