diff --git a/docs/zh/guide/drivers/common.md b/docs/zh/guide/drivers/common.md
index 65559ec490..81d514a215 100644
--- a/docs/zh/guide/drivers/common.md
+++ b/docs/zh/guide/drivers/common.md
@@ -134,7 +134,7 @@ Key: 'Storage.MountPath' Error:Field validation for 'MountPath' failed on the 'r
- 302重定向:虽然不会消耗流量,但是不建议共享使用,有封禁账户的风险
- 代理URL:会消耗搭建代理URL的流量
-- 本地代理:会消耗搭建AList设备的流量
+- 本地代理:会消耗搭建OpenList设备的流量
### **三种模式说明**
@@ -143,7 +143,7 @@ Key: 'Storage.MountPath' Error:Field validation for 'MountPath' failed on the 'r
title: 302重定向、代理Url、本地代理
---
flowchart LR
- E(用户操作AList调用API
云盘接收到命令开始执行)
A[(云盘)]
B(你)
C[代理URL]
@@ -151,7 +151,7 @@ flowchart LR
E==>A==>E
A==>|直接从云盘传给你中间无任何损耗
取决于搭建AList那一端下载然后上传转发的速度|B
+ A-->|云盘先发送给搭建OpenList的设备|D-->|由搭建OpenList的设备转发给你
取决于搭建OpenList那一端下载然后上传转发的速度|B
```
@@ -167,10 +167,10 @@ flowchart LR
@tab cloudflare workers
可以使用 Cloudflare Workers 做代理,这里填写 Workers 地址即可。
-Workers 代码可以在 https://github.com/alist-org/alist-proxy/blob/main/alist-proxy.js 找到,实际使用时需要替换其中的这两个变量:
+Workers 代码可以在 https://github.com/OpenListTeam/alist-proxy/blob/main/alist-proxy.js 找到,实际使用时需要替换其中的这两个变量:
-- ADDRESS: 你的 AList 地址,必须加上协议头,后面不能跟 `/`。如 `https://pan.example.com`;
-- TOKEN: 在 AList 管理页面中进入“其他设置”得到;
+- ADDRESS: 你的 OpenList 地址,必须加上协议头,后面不能跟 `/`。如 `https://pan.example.com`;
+- TOKEN: 在 OpenList 管理页面中进入“其他设置”得到;
- WORKER_ADDRESS: 你的 Worker 地址,通常与 **下载代理URL** 相同。
:warning: Cloudflare Workers 免费CDN支持兼容(不论国内还是国外)的只有 **http80端口** 和 **https443端口**,来自群友测试
diff --git a/docs/zh/guide/drivers/develop.md b/docs/zh/guide/drivers/develop.md
index 523108b099..9d33e1e98c 100644
--- a/docs/zh/guide/drivers/develop.md
+++ b/docs/zh/guide/drivers/develop.md
@@ -21,4 +21,4 @@ star: true
复制 `drivers/template` 以扩展新存储。 请阅读 [CONTRIBUTING](https://github.com/Xhofe/alist/blob/main/CONTRIBUTING.md) 了解详情。
-AList 的驱动部分的设计很容易扩展,不需要修改其他文件,只需在后端项目驱动包下新建一个包,在 `all.go` 文件中引用这个包即可。
+OpenList 的驱动部分的设计很容易扩展,不需要修改其他文件,只需在后端项目驱动包下新建一个包,在 `all.go` 文件中引用这个包即可。
diff --git a/docs/zh/guide/drivers/dropbox.md b/docs/zh/guide/drivers/dropbox.md
index 662396259f..78f0102ab0 100644
--- a/docs/zh/guide/drivers/dropbox.md
+++ b/docs/zh/guide/drivers/dropbox.md
@@ -27,8 +27,8 @@ Dropbox官网:https://www.dropbox.com/
前往:**https://alist.example.com/tool/dropbox/request.html**
-- 有两种方式,一种是直接使用AList提供的,一种是自己新建应用
- - 获取方式如下(推荐使用第二种^{右侧的}^因为AList提供的已经无法新建用户了)
+- 有两种方式,一种是直接使用OpenList提供的,一种是自己新建应用
+ - 获取方式如下(推荐使用第二种^{右侧的}^因为OpenList提供的已经无法新建用户了)
- 使用右侧自建`客户端ID`和`秘钥`时,记得授权^{第三张图}^
diff --git a/docs/zh/guide/drivers/febbox.md b/docs/zh/guide/drivers/febbox.md
index f6be2a9b74..08d213aec9 100644
--- a/docs/zh/guide/drivers/febbox.md
+++ b/docs/zh/guide/drivers/febbox.md
@@ -45,7 +45,7 @@ FebBox:https://www.febbox.com
生成地址:**https://www.febbox.com/open/clients**
-- 生成的客户端ID和秘钥和AList填写的顺序是相反的,注意别填错
+- 生成的客户端ID和秘钥和OpenList填写的顺序是相反的,注意别填错

diff --git a/docs/zh/guide/drivers/local.md b/docs/zh/guide/drivers/local.md
index 056ffefdcd..7d75024050 100644
--- a/docs/zh/guide/drivers/local.md
+++ b/docs/zh/guide/drivers/local.md
@@ -31,7 +31,7 @@ star: true
需要使用`ffmpeg` 工具来添加,暂时还不会(后续补充)
-- 需要使用AList版本 ≥ [**v3.12.0**](https://github.com/alist-org/alist/releases/tag/v3.12.0)
+- 需要使用OpenList版本 ≥ [**v3.12.0**](https://github.com/alist-org/alist/releases/tag/v3.12.0)
- Add thumbnail for video with ffmpeg - by [**@GodFinal**](https://github.com/GodFinal) and [**@Xhofe**](https://github.com/Xhofe) in [**#3556**](https://github.com/alist-org/alist/pull/3556) [**(309d6)**](https://github.com/alist-org/alist/commit/309d655)
- Support both time and percent for video thumbnail - by [**@1024th**](https://github.com/1024th) in [**#7802**](https://github.com/AlistGo/alist/pull/7802) [(**31a74**)](https://github.com/AlistGo/alist/commit/31a74708)
diff --git a/docs/zh/guide/drivers/mopan.md b/docs/zh/guide/drivers/mopan.md
index a5d5e4665f..387e4149d3 100644
--- a/docs/zh/guide/drivers/mopan.md
+++ b/docs/zh/guide/drivers/mopan.md
@@ -23,7 +23,7 @@ star: true
- 没有网页端,只有`Android`,`IOS`,`PC-Win64位`,`iPad`,`TV`
-- :warning: AList版本 > ==3.30.0== 以上版本才能使用本驱动
+- :warning: OpenList版本 > ==3.30.0== 以上版本才能使用本驱动
diff --git a/docs/zh/guide/drivers/onedrive_app.md b/docs/zh/guide/drivers/onedrive_app.md
index d4cc6619c1..8ec1ba8b4e 100644
--- a/docs/zh/guide/drivers/onedrive_app.md
+++ b/docs/zh/guide/drivers/onedrive_app.md
@@ -166,9 +166,9 @@ https://entra.microsoft.com/TokenAuthorize?admin_consent=True&tenant={租户ID}#
**config.yaml**
```yaml
-# 自己的AList站点,可以是本地也可以是远程服务器IP或者域名,但是结尾不能带 "/"
+# 自己的OpenList站点,可以是本地也可以是远程服务器IP或者域名,但是结尾不能带 "/"
url: ALIST_URL
-# auth的三个参数是你AList管理员账号密码和刷新令牌
+# auth的三个参数是你OpenList管理员账号密码和刷新令牌
auth:
username: USERNAME
password: PASSWORD
diff --git a/docs/zh/guide/drivers/pikpak.md b/docs/zh/guide/drivers/pikpak.md
index 7303327c3d..ce6b6f2ef2 100644
--- a/docs/zh/guide/drivers/pikpak.md
+++ b/docs/zh/guide/drivers/pikpak.md
@@ -25,7 +25,7 @@ star: true
- - 例如你在 IP `1.1.1.1`服务器搭建的AList,但是你本人IP是`2.2.2.2`,无法播放下载,或者开启代理中转策略
+ - 例如你在 IP `1.1.1.1`服务器搭建的OpenList,但是你本人IP是`2.2.2.2`,无法播放下载,或者开启代理中转策略
-----
2. `分享Pikpak`:有大小限制,超出指定文件大小后只能播放40%~50%
@@ -98,7 +98,7 @@ star: true
### **离线下载**
-
及以上版本支持在AList调用Pikpak离线下载功能
+
及以上版本支持在OpenList调用Pikpak离线下载功能
右下角选择
离线下载选项选择`Pikpak`
@@ -154,7 +154,7 @@ star: true
默认不启用,打开后 下载地址将使用**转码后的地址**,可获取 **完整的转码后的文件**
-- 打开 `使用转码地址` 选项后,无法使用 `AList` 网页版播放视频,但**可正常下载**或**使用第三方播放器**
+- 打开 `使用转码地址` 选项后,无法使用 `OpenList` 网页版播放视频,但**可正常下载**或**使用第三方播放器**
@@ -180,7 +180,7 @@ star: true
**Q**:添加挂载时提示:**failed get objs: failed to list objs: Sorry, sharing is not available in the current region**
-**A**:因为在国内^PikPak^是禁止访问的,给`AList`使用代理即可,如何让`AList`使用代理[**参考方案之一,此方法仅限于Windows搭建**](https://anwen-anyi.github.io/index/07-wenti.html#_41-alist%E5%A6%82%E4%BD%95-%E4%BD%BF%E7%94%A8-%E5%90%83%E5%88%B0-%E4%BB%A3%E7%90%86-proxy)
+**A**:因为在国内^PikPak^是禁止访问的,给`OpenList`使用代理即可,如何让`OpenList`使用代理[**参考方案之一,此方法仅限于Windows搭建**](https://anwen-anyi.github.io/index/07-wenti.html#_41-alist%E5%A6%82%E4%BD%95-%E4%BD%BF%E7%94%A8-%E5%90%83%E5%88%B0-%E4%BB%A3%E7%90%86-proxy)
diff --git a/docs/zh/guide/drivers/quark.md b/docs/zh/guide/drivers/quark.md
index 039b413c67..7a47510d8d 100644
--- a/docs/zh/guide/drivers/quark.md
+++ b/docs/zh/guide/drivers/quark.md
@@ -54,11 +54,11 @@ star: true
### **[在线预览/下载]很慢?**
-夸克云盘下载很慢是因为夸克云盘需要开通**会员**,并且挂载只能^(强制)^使用`本地代理`方式,就需要你搭建AList的机器有一个很高的带宽速度
+夸克云盘下载很慢是因为夸克云盘需要开通**会员**,并且挂载只能^(强制)^使用`本地代理`方式,就需要你搭建OpenList的机器有一个很高的带宽速度
- 什么是`本地代理`?
- - `本地代理`就是你搭建AList的机器来中转,就是先下载到你搭建AList的机器,再由机器转发给你,你搭建AList的机器速度不够快,再转发给你的速度自然也不够快
+ - `本地代理`就是你搭建OpenList的机器来中转,就是先下载到你搭建OpenList的机器,再由机器转发给你,你搭建OpenList的机器速度不够快,再转发给你的速度自然也不够快
1. 换带宽高的服务器来中转
2. 在自己家里电脑搭建
diff --git a/docs/zh/guide/drivers/thunder.md b/docs/zh/guide/drivers/thunder.md
index 9113bbed8e..10d6ccbbf2 100644
--- a/docs/zh/guide/drivers/thunder.md
+++ b/docs/zh/guide/drivers/thunder.md
@@ -33,14 +33,14 @@ star: true
迅雷 X 服务海外用户,截止文档发布时只有 安卓版其它版本暂未发布
- 迅雷 X 目前未开启会员的速度也符合使用情况,后期更改暂时未知
-- 使用APP可能需要 Proxy,挂载在AList不需要
+- 使用APP可能需要 Proxy,挂载在OpenList不需要
-----
迅雷浏览器:目前仅支持手机端(Android、iOS)
- **https://x.xunlei.com/**
-- 如果在AList登录后会将手机端踢下线,反之如果先在AList登录再登录手机,会将AList踢下线但是没有提示
+- 如果在OpenList登录后会将手机端踢下线,反之如果先在OpenList登录再登录手机,会将OpenList踢下线但是没有提示
:::
@@ -482,7 +482,7 @@ flowchart TB
### **删除方式**
-**回收站**:在AList删除后移除到回收站,如果有误删可以通过迅雷云盘恢复
+**回收站**:在OpenList删除后移除到回收站,如果有误删可以通过迅雷云盘恢复
**删除**:直接删除不可以恢复找回
@@ -569,7 +569,7 @@ flowchart TB
### **删除方式**
-**回收站**:在AList删除后移除到回收站,如果有误删可以通过迅雷云盘恢复
+**回收站**:在OpenList删除后移除到回收站,如果有误删可以通过迅雷云盘恢复
**删除**:直接删除不可以恢复找回
diff --git a/docs/zh/guide/drivers/wopan.md b/docs/zh/guide/drivers/wopan.md
index 77bdae5982..b1c9abd3b8 100644
--- a/docs/zh/guide/drivers/wopan.md
+++ b/docs/zh/guide/drivers/wopan.md
@@ -21,13 +21,13 @@ star: true
云盘地址:**https://pan.wo.cn/**
-- :warning: AList 3.19.0版本及以上版本才能使用本驱动
+- :warning: OpenList 3.19.0版本及以上版本才能使用本驱动
::: tip
-AList挂载联通云盘使用的是Web端
+OpenList挂载联通云盘使用的是Web端
-如果你先使用工具获取了令牌,再去登录网页端联通云盘会将AList挂载的踢下线导致失效
+如果你先使用工具获取了令牌,再去登录网页端联通云盘会将OpenList挂载的踢下线导致失效
登录手机端没问题,不会被踢下线,可以同时并存。
@@ -64,7 +64,7 @@ AList挂载联通云盘使用的是Web端
家庭云:填写`Family ID` 未知(后续补充)
-### **AList挂载填写示例:**
+### **OpenList挂载填写示例:**
将使用工具获取的 `refresh_token填入刷新令牌`,`access_token填入访问令牌`
diff --git a/docs/zh/guide/install/desktop.md b/docs/zh/guide/install/desktop.md
index 3143ad67e6..961afc7857 100644
--- a/docs/zh/guide/install/desktop.md
+++ b/docs/zh/guide/install/desktop.md
@@ -19,70 +19,4 @@ comment: false
# 桌面版
-
-
-
-
-
-
-
-
-
-## **查看激活 Key**
-
-两种不同购买渠道查看方式如下
-
-::: tabs#Desktop
-
-@tab 面包多
-
-面包多购买的可以在多种不同渠道查看
-
-1. 面包多:**https://mbd.pub/o/bread/ZJaTl5xy**
-2. 支付宝账单 ==> 商家订单号
-3. 微信账单 ==> 商户单号
-
-
-
-激活时 **`不需要`** 勾选 :black_square_button: **Lemon Squeezey**
-
-
-
-@tab Lemon Squeezy
-
-Lemon Squeezy:**https://app.lemonsqueezy.com/my-orders**
-
-
-
-激活时 **`需要`** 勾选 :white_check_mark: **Lemon Squeezey**
-
-
-
-:::
-
-
-
-
-
-## **解除设备上限**
-
-::: tabs#Desktop
-
-@tab 面包多
-
-输入在面包多购买的`key` 将不再使用的设备进行反激活踢下线
-
-- **https://ad.example.com/zh/usage**
-
-
-
-@tab Lemon Squeezy
-
-在 **https://app.lemonsqueezy.com/my-orders** 登录购买[ :lemon:Lemon Squeezy](https://store.example.com/buy/51dca247-20df-4991-8104-54ca534bcc82) 时的邮箱,然后按照下图教程操作
-
-
-
-:::
-
+N/A
diff --git a/docs/zh/guide/install/docker.md b/docs/zh/guide/install/docker.md
index c8ceed06ac..9c46476863 100644
--- a/docs/zh/guide/install/docker.md
+++ b/docs/zh/guide/install/docker.md
@@ -18,6 +18,8 @@ star: true
# 使用 Docker
+注意:OpenList 官方 Docker 镜像尚未发布。此处 Docker 镜像地址尚未更新。
+
## **安装**
#### **docker cli**
diff --git a/docs/zh/guide/install/manual.md b/docs/zh/guide/install/manual.md
index 4e4346a1ca..2bbabbfc4d 100644
--- a/docs/zh/guide/install/manual.md
+++ b/docs/zh/guide/install/manual.md
@@ -17,17 +17,17 @@ star: true
---
# 手动安装
-## **获取 AList**
-打开 [AList Release](https://github.com/Xhofe/alist/releases) 下载待部署系统对应的文件。最新版的前端已经和后端打包好了,不用再下载前端文件了。
+## **获取 OpenList**
+打开 [OpenList Release](https://github.com/Xhofe/openlist/releases) 下载待部署系统对应的文件。最新版的前端已经和后端打包好了,不用再下载前端文件了。
-xxxx 指的是不同系统/架构对应的名称,一般 Linux-x86/64 为 alist-linux-amd64
+xxxx 指的是不同系统/架构对应的名称,一般 Linux-x86/64 为 openlist-linux-amd64
-手动安装如果有如下提示:是因为[你的 GLIBC 版本太低](../../faq/why.md#lib64-libc-so-6-version-glibc-2-28-not-found-required-by-alist-或者-accept-function-not-implemented),建议下载 musl 版本
+手动安装如果有如下提示:是因为[你的 GLIBC 版本太低](../../faq/why.md#lib64-libc-so-6-version-glibc-2-28-not-found-required-by-openlist-或者-accept-function-not-implemented),建议下载 musl 版本
```txt
-lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./alist)
+lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./openlist)
#或者
accept: function not implemented
```
@@ -49,67 +49,67 @@ v3.25.0以上版本将密码改成加密方式存储的hash值,无法直接反
```bash
# 解压下载的文件,得到可执行文件:
-tar -zxvf alist-xxxx.tar.gz
+tar -zxvf openlist-xxxx.tar.gz
# 授予程序执行权限:
-chmod +x alist
+chmod +x openlist
# 运行程序
-./alist server
+./openlist server
# 获得管理员信息 以下两个不同版本,新版本也有随机生成和手动设置
# 低于v3.25.0版本
-./alist admin
+./openlist admin
# 高于v3.25.0版本
# 随机生成一个密码
-./alist admin random
+./openlist admin random
# 手动设置一个密码 `NEW_PASSWORD`是指你需要设置的密码
-./alist admin set NEW_PASSWORD
+./openlist admin set NEW_PASSWORD
```
@tab macOS
```bash
# 解压下载的文件,得到可执行文件:
-tar -zxvf alist-xxxx.tar.gz
+tar -zxvf openlist-xxxx.tar.gz
# 授予程序执行权限:
-chmod +x alist
+chmod +x openlist
# 运行程序
-./alist server
+./openlist server
# 获得管理员信息 以下两个不同版本,新版本也有随机生成和手动设置
# 低于v3.25.0版本
-./alist admin
+./openlist admin
#高于v3.25.0版本
# 随机生成一个密码
-./alist admin random
+./openlist admin random
# 手动设置一个密码 `NEW_PASSWORD`是指你需要设置的密码
-./alist admin set NEW_PASSWORD
+./openlist admin set NEW_PASSWORD
```
@tab Windows
```bash
# 解压下载的文件,得到可执行文件:
-unzip alist-xxxx.zip
+unzip openlist-xxxx.zip
# 运行程序
-.\alist.exe server
+.\openlist.exe server
# 获得管理员信息 以下两个不同版本,新版本也有随机生成和手动设置
# 低于v3.25.0版本
-.\alist.exe admin
+.\openlist.exe admin
# 高于v3.25.0版本
# 随机生成一个密码
-.\alist.exe admin random
+.\openlist.exe admin random
# 手动设置一个密码 `NEW_PASSWORD`是指你需要设置的密码
-.\alist.exe admin set NEW_PASSWORD
+.\openlist.exe admin set NEW_PASSWORD
```
@tab win(scoop)
```bash
# 安装
-scoop install alist
+scoop install openlist
# 运行
-alist server
+openlist server
```
:::
@@ -121,17 +121,17 @@ alist server
:::::tabs#os
@tab Linux
-使用任意方式编辑 `/usr/lib/systemd/system/alist.service` 并添加如下内容,其中 path_alist 为 AList 所在的路径
+使用任意方式编辑 `/usr/lib/systemd/system/openlist.service` 并添加如下内容,其中 path_openlist 为 OpenList 所在的路径
```ini
[Unit]
-Description=alist
+Description=openlist
After=network.target
[Service]
Type=simple
-WorkingDirectory=path_alist
-ExecStart=path_alist/alist server
+WorkingDirectory=path_openlist
+ExecStart=path_openlist/openlist server
Restart=on-failure
[Install]
@@ -140,17 +140,17 @@ WantedBy=multi-user.target
然后,执行 `systemctl daemon-reload` 重载配置,现在你可以使用这些命令来管理程序:
-- 启动: `systemctl start alist`
-- 关闭: `systemctl stop alist`
-- 配置开机自启: `systemctl enable alist`
-- 取消开机自启: `systemctl disable alist`
-- 状态: `systemctl status alist`
-- 重启: `systemctl restart alist`
+- 启动: `systemctl start openlist`
+- 关闭: `systemctl stop openlist`
+- 配置开机自启: `systemctl enable openlist`
+- 取消开机自启: `systemctl disable openlist`
+- 状态: `systemctl status openlist`
+- 重启: `systemctl restart openlist`
守护进程不配置? [**视频教程**](https://www.bilibili.com/video/BV1rF41197Qv?t=187.0)
@tab macOS
-使用任意方式编辑 `~/Library/LaunchAgents/ci.nn.alist.plist` 并添加如下内容,修改 `path_alist` 为 AList 所在的路径,`path/to/working/dir` 为 AList的工作路径
+使用任意方式编辑 `~/Library/LaunchAgents/ci.nn.openlist.plist` 并添加如下内容,修改 `path_openlist` 为 OpenList 所在的路径,`path/to/working/dir` 为 OpenList的工作路径
```xml
@@ -158,7 +158,7 @@ WantedBy=multi-user.target
Label
- ci.nn.alist
+ ci.nn.openlist
KeepAlive
ProcessType
@@ -169,18 +169,18 @@ WantedBy=multi-user.target
path/to/working/dir
ProgramArguments
- path_alist/alist
+ path_openlist/openlist
server
```
-然后,执行 `launchctl load ~/Library/LaunchAgents/ci.nn.alist.plist` 加载配置,现在你可以使用这些命令来管理程序:
+然后,执行 `launchctl load ~/Library/LaunchAgents/ci.nn.openlist.plist` 加载配置,现在你可以使用这些命令来管理程序:
-- 开启: `launchctl start ~/Library/LaunchAgents/ci.nn.alist.plist`
-- 关闭: `launchctl stop ~/Library/LaunchAgents/ci.nn.alist.plist`
-- 卸载配置: `launchctl unload ~/Library/LaunchAgents/ci.nn.alist.plist`
+- 开启: `launchctl start ~/Library/LaunchAgents/ci.nn.openlist.plist`
+- 关闭: `launchctl stop ~/Library/LaunchAgents/ci.nn.openlist.plist`
+- 卸载配置: `launchctl unload ~/Library/LaunchAgents/ci.nn.openlist.plist`
@tab Windows
@@ -188,13 +188,13 @@ WantedBy=multi-user.target
1. 在 https://nssm.cc/download 下载最新版本的 `nssm`;
2. 在解压后的文件夹内按住 Shift 并右击空白处,选择“在此处打开 Powershell 窗口”;
-3. 在弹出的窗口中输入 `.\nssm.exe install alist`;
-4. Path 选择 alist.exe 的路径,如 `D:\alist\alist.exe`,Arguments 填 `server`;
+3. 在弹出的窗口中输入 `.\nssm.exe install openlist`;
+4. Path 选择 openlist.exe 的路径,如 `D:\openlist\openlist.exe`,Arguments 填 `server`;
5. Details 选项卡中可以自定义标题和描述,可以选择服务的自启动模式(自动|延迟启动|手动|禁用);
-6. 在 I/O 选项卡为 Output (stdout) 和 Output (stderr) 各自指定一个日志文件的路径,如 `D:\alist\stdout.log`,文件本身(`stdout.log`)可以不存在,但是指定的目录(`D:\alist`)必须存在;
+6. 在 I/O 选项卡为 Output (stdout) 和 Output (stderr) 各自指定一个日志文件的路径,如 `D:\openlist\stdout.log`,文件本身(`stdout.log`)可以不存在,但是指定的目录(`D:\openlist`)必须存在;
7. 点击“Install Service”即可。
-此后可以直接在服务中启动 `alist`。
+此后可以直接在服务中启动 `openlist`。
### **方法2**
@@ -210,7 +210,7 @@ WantedBy=multi-user.target
```bash title="vbscript"
Dim ws
Set ws = Wscript.CreateObject("Wscript.Shell")
-ws.run "alist.exe server",vbhide
+ws.run "openlist.exe server",vbhide
Wscript.quit
```
@@ -219,7 +219,7 @@ Wscript.quit
```bash title="vbscript"
Dim ws
Set ws = Wscript.CreateObject("Wscript.Shell")
-ws.run "taskkill /f /im alist.exe",0
+ws.run "taskkill /f /im openlist.exe",0
Wscript.quit
```
@@ -240,11 +240,11 @@ Wscript.quit
```bash
# 携带`--force-bin-dir`参数启动服务
-alist start
+openlist start
# 通过pid停止服务
-alist stop
+openlist stop
# 通过pid重启服务
-alist restart
+openlist restart
```
:::
diff --git a/docs/zh/guide/install/paas.md b/docs/zh/guide/install/paas.md
index 2c771e1adb..7cded6c4e7 100644
--- a/docs/zh/guide/install/paas.md
+++ b/docs/zh/guide/install/paas.md
@@ -20,6 +20,9 @@ star: true
# PaaS
+N/A
+
+
diff --git a/docs/zh/guide/install/script.md b/docs/zh/guide/install/script.md
index 752f957d62..2efb8b755e 100644
--- a/docs/zh/guide/install/script.md
+++ b/docs/zh/guide/install/script.md
@@ -97,7 +97,7 @@ curl -fsSL "https://alist.example.com/beta.sh" | bash -s uninstall /root
## **获取密码**
-需要进入脚本安装AList的目录文件夹內执行如下命令
+需要进入脚本安装OpenList的目录文件夹內执行如下命令
#### 低于v3.25.0版本
@@ -121,7 +121,7 @@ curl -fsSL "https://alist.example.com/beta.sh" | bash -s uninstall /root
## **一直在加载怎么办?**
-挂载了一些网盘但是不能用了重启了一下AList,发现进不去 网页提示:`获取设置失败:请稍后,正在加载存储`怎么办?
+挂载了一些网盘但是不能用了重启了一下OpenList,发现进不去 网页提示:`获取设置失败:请稍后,正在加载存储`怎么办?
1. 等待几分钟
2. 通过使用命令将`失效的/无法启动的`存储停止运行
@@ -131,7 +131,7 @@ curl -fsSL "https://alist.example.com/beta.sh" | bash -s uninstall /root
:::tabs#stop
@tab Linux
-如果通过命令停止 ==必须先进入你AList所在的文件夹输入命令==
+如果通过命令停止 ==必须先进入你OpenList所在的文件夹输入命令==
如果我们不知道是那个存储原因导致的,可以通过命令列出所有的存储
@@ -142,7 +142,7 @@ curl -fsSL "https://alist.example.com/beta.sh" | bash -s uninstall /root
```bash{1}
[root@OPSD-g8xXordx3B9f alist]# ./alist storage list
INFO[2023-11-23 17:54:10] reading config file: data/config.json
-INFO[2023-11-23 17:54:10] load config from env with prefix: ALIST_
+INFO[2023-11-23 17:54:10] load config from env with prefix: OpenList_
INFO[2023-11-23 17:54:10] init logrus...
INFO[2023-11-23 17:54:10] Found 2 storages
┌─────────────────────────────────────────────────────────────────┐
@@ -155,7 +155,7 @@ INFO[2023-11-23 17:54:10] Found 2 storages
输入查询命令后我们会进入另一种模式无法输入,如果添加的存储过多可以通过键盘的 ↑ 和 ↓ 来往下翻,等找到后可以按`Ctrl+C`退出
-例如我们是因为 `233` 这个存储停止的,我们就输入命令来停止,然后在 重启一下AList就可以了
+例如我们是因为 `233` 这个存储停止的,我们就输入命令来停止,然后在 重启一下OpenList就可以了
```bash
./alist storage disable /233
@@ -164,7 +164,7 @@ INFO[2023-11-23 17:54:10] Found 2 storages
```bash{1,5}
[root@OPSD-g8xXordx3B9f alist]# ./alist storage disable /233
INFO[2023-11-23 17:54:52] reading config file: data/config.json
-INFO[2023-11-23 17:54:52] load config from env with prefix: ALIST_
+INFO[2023-11-23 17:54:52] load config from env with prefix: OpenList_
INFO[2023-11-23 17:54:52] init logrus...
INFO[2023-11-23 17:54:52] Storage with mount path [/233] have been disabled
```
@@ -173,7 +173,7 @@ INFO[2023-11-23 17:54:52] Storage with mount path [/233] have been disabled
@tab Windows
-如果通过命令停止 ==必须先进入你AList所在的文件夹输入命令==
+如果通过命令停止 ==必须先进入你OpenList所在的文件夹输入命令==
如果我们不知道是那个存储原因导致的,可以通过命令列出所有的存储
@@ -184,7 +184,7 @@ alist.exe storage list
```bash{1}
C:\Users\admin\Desktop\alist>alist.exe storage list
INFO[2023-11-23 18:36:23] reading config file: data\config.json
-INFO[2023-11-23 18:36:23] load config from env with prefix: ALIST_
+INFO[2023-11-23 18:36:23] load config from env with prefix: OpenList_
INFO[2023-11-23 18:36:23] init logrus...
INFO[2023-11-23 18:36:23] Found 13 storages
┌──────────────────────────────────────────────────────────────────┐
@@ -192,13 +192,13 @@ INFO[2023-11-23 18:36:23] Found 13 storages
│──────────────────────────────────────────────────────────────────│
│ 1 AliyundriveOpen /open true │
│ 9 Local /code true │
-│ 10 AList V3 /ceshi true │
+│ 10 OpenList V3 /ceshi true │
└──────────────────────────────────────────────────────────────────┘
```
输入查询命令后我们会进入另一种模式无法输入,如果添加的存储过多可以通过键盘的 ↑ 和 ↓ 来往下翻,等找到后可以按`Ctrl+C`退出
-例如我们是因为 `open` 这个存储停止的,我们就输入命令来停止,然后在 重启一下AList就可以了
+例如我们是因为 `open` 这个存储停止的,我们就输入命令来停止,然后在 重启一下OpenList就可以了
```bash
alist.exe storage disable /open
@@ -207,7 +207,7 @@ alist.exe storage disable /open
```bash{1,5}
C:\Users\admin\Desktop\alist>alist.exe storage disable /open
INFO[2023-11-23 18:41:43] reading config file: data\config.json
-INFO[2023-11-23 18:41:43] load config from env with prefix: ALIST_
+INFO[2023-11-23 18:41:43] load config from env with prefix: OpenList_
INFO[2023-11-23 18:41:43] init logrus...
INFO[2023-11-23 18:41:43] Storage with mount path [/open] have been disabled
```
@@ -216,7 +216,7 @@ INFO[2023-11-23 18:41:43] Storage with mount path [/open] have been disabled
@tab Mac
-如果通过命令停止 ==必须先进入你AList所在的文件夹输入命令==
+如果通过命令停止 ==必须先进入你OpenList所在的文件夹输入命令==
由于暂时没有Mac设备,无法提供具体示例,但是命令都是一样的也可以参考 Linux 和 Windows
@@ -236,7 +236,7 @@ alist storage disable /Path
@tab Docker
-这里的 `Docker` 目前只提供了使用文档命令安装的默认版本,==如果你搭建多个Docker版本的AList你需要修改个别参数喔~==
+这里的 `Docker` 目前只提供了使用文档命令安装的默认版本,==如果你搭建多个Docker版本的OpenList你需要修改个别参数喔~==
如果我们不知道是那个存储原因导致的,可以通过命令列出所有的存储
@@ -247,7 +247,7 @@ docker exec -it alist ./alist storage list
```bash{1}
[root@OPSD-g8xXordx3B9f alist]# docker exec -it alist ./alist storage list
INFO[2023-11-23 11:50:08] reading config file: data/config.json
-INFO[2023-11-23 11:50:08] load config from env with prefix: ALIST_
+INFO[2023-11-23 11:50:08] load config from env with prefix: OpenList_
INFO[2023-11-23 11:50:08] init logrus...
INFO[2023-11-23 11:50:08] Found 8 storages
┌─────────────────────────────────────────────────────────────────┐
@@ -263,7 +263,7 @@ INFO[2023-11-23 11:50:08] Found 8 storages
输入查询命令后我们会进入另一种模式无法输入,如果添加的存储过多可以通过键盘的 ↑ 和 ↓ 来往下翻,等找到后可以按`Ctrl+C`退出
-例如我们是因为 `pikpak` 这个存储停止的,我们就输入命令来停止,然后在 重启一下AList就可以了
+例如我们是因为 `pikpak` 这个存储停止的,我们就输入命令来停止,然后在 重启一下OpenList就可以了
```bash
docker exec -it alist ./alist storage disable /pikpak
@@ -272,7 +272,7 @@ docker exec -it alist ./alist storage disable /pikpak
```bash{1,5}
[root@OPSD-g8xXordx3B9f alist]# docker exec -it alist ./alist storage disable /pikpak
INFO[2023-11-23 17:54:52] reading config file: data/config.json
-INFO[2023-11-23 17:54:52] load config from env with prefix: ALIST_
+INFO[2023-11-23 17:54:52] load config from env with prefix: OpenList_
INFO[2023-11-23 17:54:52] init logrus...
INFO[2023-11-23 17:54:52] Storage with mount path [/pikpak] have been disabled
```
diff --git a/docs/zh/guide/install/source.md b/docs/zh/guide/install/source.md
index 4efa84186a..817721b6a6 100644
--- a/docs/zh/guide/install/source.md
+++ b/docs/zh/guide/install/source.md
@@ -32,11 +32,11 @@ star: true
## **构建前端**
-使用 `git clone --recurse-submodules https://github.com/alist-org/alist-web.git` 克隆前端 ,执行 `pnpm install && pnpm build` 得到 dist 目录下的目标文件
+使用 `git clone --recurse-submodules https://github.com/OpenListTeam/OpenList-Frontend.git` 克隆前端 ,执行 `pnpm install && pnpm build` 得到 dist 目录下的目标文件
## **构建后端**
-克隆 https://github.com/alist-org/alist ,将上一步的 `dist` 目录复制到项目下的 `public` 目录下,然后执行:
+克隆 https://github.com/OpenListTeam/OpenList ,将上一步的 `dist` 目录复制到项目下的 `public` 目录下,然后执行:
```bash
appName="alist"
@@ -45,25 +45,19 @@ goVersion=$(go version | sed 's/go version //')
gitAuthor=$(git show -s --format='format:%aN <%ae>' HEAD)
gitCommit=$(git log --pretty=format:"%h" -1)
version=$(git describe --long --tags --dirty --always)
-webVersion=$(wget -qO- -t1 -T2 "https://api.github.com/repos/alist-org/alist-web/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
+webVersion=$(wget -qO- -t1 -T2 "https://github.com/OpenListTeam/OpenList-Frontend/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g')
ldflags="\
-w -s \
--X 'github.com/alist-org/alist/v3/internal/conf.BuiltAt=$builtAt' \
--X 'github.com/alist-org/alist/v3/internal/conf.GoVersion=$goVersion' \
--X 'github.com/alist-org/alist/v3/internal/conf.GitAuthor=$gitAuthor' \
--X 'github.com/alist-org/alist/v3/internal/conf.GitCommit=$gitCommit' \
--X 'github.com/alist-org/alist/v3/internal/conf.Version=$version' \
--X 'github.com/alist-org/alist/v3/internal/conf.WebVersion=$webVersion' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.BuiltAt=$builtAt' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.GoVersion=$goVersion' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.GitAuthor=$gitAuthor' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.GitCommit=$gitCommit' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.Version=$version' \
+-X 'github.com/OpenListTeam/OpenList/v3/internal/conf.WebVersion=$webVersion' \
"
go build -ldflags="$ldflags" .
```
-
-
-
-
-
-
::: details 你可能需要的编译教程视频
Windows版本:**https://www.bilibili.com/video/BV1Xr4y1z723**
diff --git a/docs/zh/guide/sponsor.md b/docs/zh/guide/sponsor.md
index 738d1c8e7f..a7f3175513 100644
--- a/docs/zh/guide/sponsor.md
+++ b/docs/zh/guide/sponsor.md
@@ -20,456 +20,4 @@ star: true
# 赞助🥤
-如果你觉得这个项目对你有帮助,不妨考虑给我买杯奶茶😄。
-
-- 购买 AList桌面版:https://r.example.com/ad
-- Buy me a coffee: https://ko-fi.com/xhofe
-- 赞助我: https://sp.example.com
-- 支付宝/微信支付/QQ支付:
-
-:::tabs
-@tab 支付宝
-

-
-@tab 微信支付
-

-
-@tab qq支付
-

-
-:::
-
-感谢以下赞助者,以及[sponsor-me](https://sp.example.com/list)的朋友们
-
-:::details 2023
-- *轶
-- **剑
-- **沁
-- **东
-- *猛
-- *锐
-- **全
-- **洋
-- **鸳
-- **宾
-- **炎
-- **珂
-- **汀(飞雪)
-- *刚
-- **里
-- **辉
-- **文
-- J*i
-- R*y
-- *淼
-- 彩*e
-- *二
-- L*o
-- *诚
-- *生
-- *北
-- *田
-- *猫
-- *)(三学藏)
-- N*a
-- *
-- *志
-- **芃
-- **键
-- **剑
-- *平
-- *务
-- *6
-- *觉
-- *伟
-- SprReimu
-- 快乐的老鼠宝
-- *9G+
-- 你听
-- 老夫聊发少年狂
-- 山奈.Laurant
-- 20180126
-- 单纯
-- Dnieper
-- Halo
-- 特级小白菜
-- BY易仝
-- 煎蛋∠饭鱼
-- *东
-- **伟
-- *浩
-- **宝
-- **宇
-- *闻
-- **超
-- **松
-- *和
-- *键
-- *健
-- *杰
-- *选
-- **晨
-- **桦
-- **龙
-- *灿
-- *°
-- *郭
-- *草
-- A*n
-- B*w
-- *远
-- G*0
-- *计
-- h*y
-- *白
-- *然
-- 猛*X
-- A*e
-- w*a
-- *哈
-- *苗
-- J*y
-- *涵
-- *9
-- **森
-- *成
-- **豪
-- **彬
-- w*n
-- *橙
-- 可*i
-- K*o
-- liaomsn
-- l*n
-- S*i
-- *杰
-- *振
-- *铭
-- *人
-- *邪
-- *曦
-- E*e
-- **天
-- **文
-- *鑫
-- *越
-- *洪
-- *旭
-- **坚
-- **俊
-- a*A
-- *林
-- **可
-- *超
-- **剑
-- *宇
-- *均
-- *恒
-- *舰
-- *爸
-- *湣
-- *东
-- *旋
-- *气
-- *尘
-- *生
-- J*g
-- o*r
-- *辰
-- *😂
-- *见
-- 超高校级の錆...
-- Corner.[小角...]
-- 煎蛋∠饭鱼
-- f*7
-- CH
-- L& C
-- **杰
-- *通
-- **奥
-- *洋
-- *兮
-- *有
-- *梦
-- *风
-- 清者
-- 是苏清沐呀
-- **鹏
-- **琛
-- *淞
-- **聪
-- *文
-- **臣
-- **和
-- **刚
-- **凯
-- **亮
-- *行
-- *伞
-- *了
-- *瓜
-- z*f
-- **洋
-- **铭
-- **卫
-- **男
-- *🍊
-- C*e
-- *y
-- *零
-- **煌
-- **明
-- **全
-- **聪
-- **威
-- **强
-- **航
-- **钰
-- **龙
-- *落
-- *ง
-- **凯
-:::
-
-
-:::details 2023之前
-- **鑫
-- 岛主
-- *u(zsbai)
-- *u(白鹭)
-- 永胜
-- **阳(MFYDev)
-- HakimYu
-- Moc̶k̶i̶n̶gbird
-- *狮
-- *泪
-- *米
-- A*t
-- w*j
-- *雅(船长)
-- *楠
-- *🌻
-- *子
-- *。
-- D*e
-- *远
-- **奇
-- **超
-- **鑫
-- 如也。
-- *成
-- V*X
-- **皓(吃柠檬吧)
-- K*C
-- 大兵小匠
-- LinKคิดถึง
-- 大兵小匠
-- 领*.
-- *坤
-- **达
-- 乱乱想 ╮
-- 沉吟
-- *、
-- *卓
-- 江小兑
-- *闽
-- **达
-- **尉(胖衛)
-- **达
-- **乐
-- 起床了哥们
-- **杨
-- **雨(小清新)
-- *能(矿神spk)
-- *香
-- *乐
-- *坤
-- a11
-- *香
-- 安稳
-- **华
-- 叶秋
-- *称
-- **潼
-- **名
-- *欧
-- **能
-- **华
-- *嗤
-- 徒花丶藀訣
-- 风*s
-- **昕
-- 我本是道
-- *子
-- **超
-- **达
-- **英
-- **荣
-- **柏
-- *袄
-- *η
-- **柏
-- a*g
-- a*g
-- 江悦
-- *哥
-- *能
-- FasrDP
-- *凯
-- 矿神spk
-- **强
-- **会
-- **林
-- *震
-- **莲
-- **祥
-- **涛
-- **山
-- **财
-- -*-
-- 高*e
-- ‘*^
-- N*e
-- *森
-- **文
-- *奇
-- **聪
-- *鹏
-- *丽
-- *多
-- **龙
-- *乐
-- *哥
-- 友*A
-- *
-- *召
-- **林
-- **要
-- SF 3
-- 归
-- 废物
-- **多
-- 李佑辰
-- *菲
-- C*m
-- *乐
-- *哥
-- **波
-- *玺
-- **欧
-- **霖
-- G*a
-- *人
-- *农
-- **诚
-- **龙
-- *煜
-- **杰
-- **志
-- *烜
-- *阳
-- **操
-- 哆*)
-- *毅
-- *峰
-- *地
-- *浪
-- *扬
-- H*!
-- 元*_
-- *鸟
-- **冉
-- 翼支付用户
-- *涛
-- *晨
-- L*W
-- *路
-- *裕
-- *竹
-- p*e
-- *荣
-- *路
-- nilaoda
-- spirit
-- **杨
-- **昊
-- **克
-- **生
-- **闽
-- **斌
-- *取
-- *2
-- *涅
-- c*e
-- *参
-- *羽
-- M*d
-- MC
-- Mrered
-- *叶
-- **才
-- **强
-- *枢
-- **娜
-- **宝
-- **超
-- *路
-- *泉
-- **雨
-- **国
-- *声
-- J*a
-- Y*y
-- *計
-- t*t
-- 哆*)
-- S*!
-- *岩
-- *落
-- *彬
-- *
-- RHETOR
-- 蜗牛
-- Onlooker
-- 煎蛋∠饭鱼
-- **军
-- **盈
-- **蕾
-- *江
-- **彬
-- *琦
-- **良
-- *申
-- **轩
-- **楷
-- **东
-- **虎
-- M*V
-- *律
-- 玉*p
-- *熊
-- *仔
-- *飏
-- *路
-- *)
-- Z*y
-- *徒
-- *雨
-- **森
-- **琛
-- **阳
-- **栋
-- *瑛
-- **柏
-- **然
-- **生
-- *涵
-- *堃
-- *玮
-- *🐰
-- **江
-- **昊
-:::
-
-如有遗漏,请联系补充。
-
+N/A
diff --git a/docs/zh/guide/webdav.md b/docs/zh/guide/webdav.md
index c0300342ab..806beaa36a 100644
--- a/docs/zh/guide/webdav.md
+++ b/docs/zh/guide/webdav.md
@@ -108,7 +108,7 @@ star: true
### **WebDav 填写示例**
-举几个填写 **`WebDav示例`** 账号密码就是你AList用户的账号密码
+举几个填写 **`WebDav示例`** 账号密码就是你OpenList用户的账号密码
基本是这个写法,软件不同写法也可能不同,如果没有单独留路径选项那正常就是在 站点后面添加`/dav`选项
diff --git a/package.json b/package.json
index 768f62398c..ed3ed36882 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "alist-doc",
+ "name": "openlist-doc",
"version": "3.0.0",
- "description": "Documentation for alist v3",
+ "description": "Documentation for OpenList v3",
"license": "AGPL-3.0",
"packageManager": "pnpm@7.9.5",
"scripts": {