Skip to content

Feat/repo url replace #2

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

Merged
merged 2 commits into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</template>
<script setup lang="ts">
import HopeHomePage from "vuepress-theme-hope/components/HomePage";
import HomeAds from "./HomeAds.vue";
// import HomeAds from "./HomeAds.vue";
import { ClientOnly } from "@vuepress/client";

</script>
4 changes: 2 additions & 2 deletions docs/.vuepress/components/Pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let data = {
],
btns: [{
text: 'Download',
link: 'https://github.com/alist-org/alist/releases'
link: 'https://github.com/AlliotTech/openalist/releases'
},
{
text: "Sponsor",
Expand Down Expand Up @@ -87,7 +87,7 @@ if (location.pathname.startsWith("/zh/")) {
],
btns: [{
text: '下载',
link: 'https://github.com/alist-org/alist/releases',
link: 'https://github.com/AlliotTech/openalist/releases',
}, {
text: "赞助",
link: "/zh/guide/sponsor.html",
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const en = navbar([
children: [
{
text: "Discussion",
link: "https://github.com/alist-org/alist/discussions",
link: "https://github.com/AlliotTech/openalist/discussions",
},
{ text: "Telegram", link: "https://t.me/alist_chat" },
{ text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
Expand All @@ -31,6 +31,6 @@ export const en = navbar([
{
text: "Github",
icon: "iconfont icon-github",
link: "https://github.com/alist-org/alist",
link: "https://github.com/AlliotTech/openalist",
},
]);
4 changes: 2 additions & 2 deletions docs/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const zh = navbar([
children: [
{
text: "Discussion",
link: "https://github.com/alist-org/alist/discussions",
link: "https://github.com/AlliotTech/openalist/discussions",
},
{ text: "Telegram", link: "https://t.me/alist_chat" },
{ text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
Expand All @@ -31,6 +31,6 @@ export const zh = navbar([
{
text: "Github",
icon: "iconfont icon-github",
link: "https://github.com/alist-org/alist",
link: "https://github.com/AlliotTech/openalist",
},
])
2 changes: 1 addition & 1 deletion docs/.vuepress/public/beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# INSTALL_PATH='/opt/alist'
VERSION='beta'

URL_PREFIX='https://github.com/alist-org/alist/releases/download/beta/'
URL_PREFIX='https://github.com/AlliotTech/openalist/releases/download/beta/'

if [ ! -n "$2" ]; then
INSTALL_PATH='/opt/alist'
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/public/v3-en.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
#######################
# GitHub settings
GH_PROXY='' # Can be modified if proxy is needed
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/AlliotTech/openalist/releases/latest/download"
#######################

# Color configuration
Expand Down
10 changes: 5 additions & 5 deletions docs/.vuepress/public/v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
# 配置部分
#######################
# GitHub 相关配置
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/AlliotTech/openalist/releases/latest/download"
#######################

# 颜色配置
Expand Down Expand Up @@ -198,11 +198,11 @@ INSTALL() {
# 如果用户输入了代理地址,则使用代理拼接下载链接
if [ -n "$proxy_input" ]; then
GH_PROXY="$proxy_input"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/AlliotTech/openalist/releases/latest/download"
echo -e "${GREEN_COLOR}已使用代理地址: $GH_PROXY${RES}"
else
# 如果不需要代理,直接使用默认链接
GH_DOWNLOAD_URL="https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="https://github.com/AlliotTech/openalist/releases/latest/download"
echo -e "${GREEN_COLOR}使用默认 GitHub 地址进行下载${RES}"
fi

Expand Down Expand Up @@ -330,11 +330,11 @@ UPDATE() {
# 如果用户输入了代理地址,则使用代理拼接下载链接
if [ -n "$proxy_input" ]; then
GH_PROXY="$proxy_input"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="${GH_PROXY}https://github.com/AlliotTech/openalist/releases/latest/download"
echo -e "${GREEN_COLOR}已使用代理地址: $GH_PROXY${RES}"
else
# 如果不需要代理,直接使用默认链接
GH_DOWNLOAD_URL="https://github.com/alist-org/alist/releases/latest/download"
GH_DOWNLOAD_URL="https://github.com/AlliotTech/openalist/releases/latest/download"
echo -e "${GREEN_COLOR}使用默认 GitHub 地址进行下载${RES}"
fi

Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default hopeTheme(
{
path: "/",
title: 'Kind tips',
content: '<i class="fa-solid fa-light-emergency-on fa-bounce" style="color: #ff0000;"></i>&nbsp;<span style="color:rgb(255, 0, 0);font-weight:bold;">Please check the reminder content carefully</span><br/><br/>1.<span style="color:blue; font-weight:bold;">The new version v3.25.0 has updated the new password method, and the acquisition method has also been changed. For details, please refer to the documentation page of your own installation method</span><br/>2.v3.25.1 Aliyun_open can choose to mount the backup disk or resource library by itself, for details <a href="/guide/drivers/aliyundrive_open.html#drive-type">Click to view for details</a><br/>3.The new version of AList version greater than v3.22.1 adds single sign-on to automatically register as an AList account, click to view the <a href="/guide/advanced/sso.html#sso-automatically-registers-as-an-alist-account">detailed description</a><br/>4.<a href="/guide/drivers/139.html">139Cloud</a>and<a href="/guide/drivers/189.html">189Cloud</a>For details of changes, please view the document by yourself, respectively<br/>5.v3.20.1version Breaking Changes <a href="https://github.com/alist-org/alist/discussions/4702">View detailed description</a>, go to <a href="/config/configuration.html#scheme">Configure documentation page</a><br/>6. AList v3.30.0 will no longer support Win7/Server2008 because Go does not support it. <a href="https://github.com/golang/go/issues/64622">Click to view detailed instructions</a> .<br/>7.After adding the cloud disk, please configure [anti-theft/meta information] and other measures in time to prevent the account from being [frozen/disabled] due to malicious [access/sharing] by [crawlers/others].</span></span>',
content: '<i class="fa-solid fa-light-emergency-on fa-bounce" style="color: #ff0000;"></i>&nbsp;<span style="color:rgb(255, 0, 0);font-weight:bold;">Please check the reminder content carefully</span><br/><br/>1.<span style="color:blue; font-weight:bold;">The new version v3.25.0 has updated the new password method, and the acquisition method has also been changed. For details, please refer to the documentation page of your own installation method</span><br/>2.v3.25.1 Aliyun_open can choose to mount the backup disk or resource library by itself, for details <a href="/guide/drivers/aliyundrive_open.html#drive-type">Click to view for details</a><br/>3.The new version of AList version greater than v3.22.1 adds single sign-on to automatically register as an AList account, click to view the <a href="/guide/advanced/sso.html#sso-automatically-registers-as-an-alist-account">detailed description</a><br/>4.<a href="/guide/drivers/139.html">139Cloud</a>and<a href="/guide/drivers/189.html">189Cloud</a>For details of changes, please view the document by yourself, respectively<br/>5.v3.20.1version Breaking Changes <a href="https://github.com/AlliotTech/openalist/discussions/4702">View detailed description</a>, go to <a href="/config/configuration.html#scheme">Configure documentation page</a><br/>6. AList v3.30.0 will no longer support Win7/Server2008 because Go does not support it. <a href="https://github.com/golang/go/issues/64622">Click to view detailed instructions</a> .<br/>7.After adding the cloud disk, please configure [anti-theft/meta information] and other measures in time to prevent the account from being [frozen/disabled] due to malicious [access/sharing] by [crawlers/others].</span></span>',
actions: [
// {
// text: "Aliyun open",
Expand All @@ -131,7 +131,7 @@ export default hopeTheme(
// },
// {
// text: "GitHub",
// link: "https://github.com/alist-org/alist/discussions/4572",
// link: "https://github.com/AlliotTech/openalist/discussions/4572",
// type: "primary",
// },
// {
Expand All @@ -145,7 +145,7 @@ export default hopeTheme(
{
path: "/zh",
title: '温馨提示',
content: '<i class="fa-solid fa-light-emergency-on fa-bounce" style="color: #ff0000;"></i>&nbsp;<span style="color:rgb(255, 0, 0);font-weight:bold;">请仔细查看弹窗提示内容</span><br/><br/>1.<span style="color:blue; font-weight:bold;">v3.25.1新版更新了新的密码方式,获取方式也进行了更改,详细说明请看自己安装方式的文档页面内</span><br/><br/>2.v3.25.1阿里云盘open可以自行选择挂载备份盘或者资源库,详情<a href="/zh/guide/drivers/aliyundrive_open.html#云盘类型">详情点击查看</a><br/><br/>3.AList版本大于v3.22.1,新版本新增单点登录自动注册为AList账户,点击查看<a href="/zh/guide/advanced/sso.html#单点登录自动注册为alist帐号">详细说明</a><br/><br/>4.<a href="/zh/guide/drivers/139.html">移动云盘</a>和<a href="/zh/guide/drivers/189.html">天翼云</a>分别有改动详情请自行查看文档<br/><br/>5.v3.20.1的版本破坏性更新<a href="https://github.com/alist-org/alist/discussions/4702">查看详细说明</a>,前往<a href="/zh/config/configuration.html#scheme">配置文档页面</a><br/><br/>6.AList v3.30.0版本开始将不再支持Win7/Server2008,因为Go不支持了,<a href="https://github.com/golang/go/issues/64622">点击查看详细说明</a>.<br/><br/><span style="color:rgb(255, 0, 0);font-weight:bold;">7.添加云盘后请及时配置[防盗/元信息]等措施,防止被[爬虫/其他人]恶意[访问/分享]导致帐号被[冻结/禁用].</span></span>',
content: '<i class="fa-solid fa-light-emergency-on fa-bounce" style="color: #ff0000;"></i>&nbsp;<span style="color:rgb(255, 0, 0);font-weight:bold;">请仔细查看弹窗提示内容</span><br/><br/>1.<span style="color:blue; font-weight:bold;">v3.25.1新版更新了新的密码方式,获取方式也进行了更改,详细说明请看自己安装方式的文档页面内</span><br/><br/>2.v3.25.1阿里云盘open可以自行选择挂载备份盘或者资源库,详情<a href="/zh/guide/drivers/aliyundrive_open.html#云盘类型">详情点击查看</a><br/><br/>3.AList版本大于v3.22.1,新版本新增单点登录自动注册为AList账户,点击查看<a href="/zh/guide/advanced/sso.html#单点登录自动注册为alist帐号">详细说明</a><br/><br/>4.<a href="/zh/guide/drivers/139.html">移动云盘</a>和<a href="/zh/guide/drivers/189.html">天翼云</a>分别有改动详情请自行查看文档<br/><br/>5.v3.20.1的版本破坏性更新<a href="https://github.com/AlliotTech/openalist/discussions/4702">查看详细说明</a>,前往<a href="/zh/config/configuration.html#scheme">配置文档页面</a><br/><br/>6.AList v3.30.0版本开始将不再支持Win7/Server2008,因为Go不支持了,<a href="https://github.com/golang/go/issues/64622">点击查看详细说明</a>.<br/><br/><span style="color:rgb(255, 0, 0);font-weight:bold;">7.添加云盘后请及时配置[防盗/元信息]等措施,防止被[爬虫/其他人]恶意[访问/分享]导致帐号被[冻结/禁用].</span></span>',
actions: [
// {
// text: "阿里云open",
Expand All @@ -154,7 +154,7 @@ export default hopeTheme(
// },
// {
// text: "GitHub",
// link: "https://github.com/alist-org/alist/discussions/4572",
// link: "https://github.com/AlliotTech/openalist/discussions/4572",
// type: "primary",
// },
// {
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actions:
type: primary

- text: GitHub🌱
link: https://github.com/alist-org/alist
link: https://github.com/AlliotTech/openalist

features:
- title: Easy to Use
Expand Down
6 changes: 3 additions & 3 deletions docs/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ The database configuration, which is by default `sqlite3`. Available options are
"db_file": "data\\data.db", //Database location, used by sqlite3
"table_prefix": "x_", //database table name prefix
"ssl_mode": "", //To control the encryption options during the SSL handshake, the parameters can be searched by themselves, or check the answer from ChatGPT below
"dsn": "" // https://github.com/alist-org/alist/pull/6031
"dsn": "" // https://github.com/AlliotTech/openalist/pull/6031
},
```

Expand Down Expand Up @@ -362,8 +362,8 @@ Where data is stored when using **`bleve`** index.

If this item is set, the front -end file of this option is preferred to render, support the use of other front -end files, and the back -end continues to use the original application

- https://github.com/alist-org/alist/issues/5531
- https://github.com/alist-org/alist/discussions/6110
- https://github.com/AlliotTech/openalist/issues/5531
- https://github.com/AlliotTech/openalist/discussions/6110

Upload the front -end file (dist) to the `data` folder of the application, and then fill in this way. The disadvantage is that if you update each time, you need to change the file manually

Expand Down
4 changes: 2 additions & 2 deletions docs/config/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Whether to enable package download, default is true. 【Not recommended especial

Any content you want which are automatically placed at the beginning of the head of the web page

- How to configure PWA(Desktop、Android、IOS):**[alist/issues/6724](https://github.com/alist-org/alist/issues/6724#issuecomment-2220251541)**
- How to configure PWA(Desktop、Android、IOS):**[alist/issues/6724](https://github.com/AlliotTech/openalist/issues/6724#issuecomment-2220251541)**

<br/>

Expand Down Expand Up @@ -107,7 +107,7 @@ The scope of the three methods`Sign All` > `Meta Information Add Password` > Add

## **Forward direct link params**

You can check it out yourself:**https://github.com/alist-org/alist/issues/3123**
You can check it out yourself:**https://github.com/AlliotTech/openalist/issues/3123**

<br/>

Expand Down
2 changes: 1 addition & 1 deletion docs/config/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The extensions of the files you want to separately set to download through proxy

### **Proxy ignore headers**

For details, please check: **https://github.com/alist-org/alist/issues/2763**
For details, please check: **https://github.com/AlliotTech/openalist/issues/2763**

### **External previews**

Expand Down
4 changes: 2 additions & 2 deletions docs/config/side.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If you didn't find this feature, please update the version



4. **Show sidebar**:Add a list directory on the left side of the list like Windows Manager, which can jump to a deep folder faster [#5972](https://github.com/alist-org/alist/issues/5972)
4. **Show sidebar**:Add a list directory on the left side of the list like Windows Manager, which can jump to a deep folder faster [#5972](https://github.com/AlliotTech/openalist/issues/5972)



Expand Down Expand Up @@ -142,7 +142,7 @@ If you didn't find this feature, please update the version
- With `Alt or Option` hold
- `Ctrl`、`Alt` is Windows
- `command`、`Option` is Mac
- If the button option does not take effect, please check whether the browser plugin conflict :point_right: [Case](https://github.com/alist-org/alist-web/pull/154#issuecomment-1972681627)
- If the button option does not take effect, please check whether the browser plugin conflict :point_right: [Case](https://github.com/AlliotTech/openalist-web/pull/154#issuecomment-1972681627)

<i class="fa-solid fa-lightbulb fa-bounce" style="color: green;"></i> Tips:You can press the `Shift` key to select one, and then select one end. You can quickly select all the files in the middle

Expand Down
2 changes: 1 addition & 1 deletion docs/faq/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ It is some error codes during the use of `AList`, and how to solve them (network

<br/>

<Badge text="A" type="info" vertical="middle" />:Your Tampermonkey answering plug-in conflicts, just close it [**For details, click to view**](https://github.com/alist-org/alist/discussions/2399)
<Badge text="A" type="info" vertical="middle" />:Your Tampermonkey answering plug-in conflicts, just close it [**For details, click to view**](https://github.com/AlliotTech/openalist/discussions/2399)

-----

Expand Down
2 changes: 1 addition & 1 deletion docs/faq/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are the owner of the site, you can get the admin's info by run `./alist a
Otherwise you can ask the owner to reset the password.

:::tip
You need to stop alist server first if the version of your alist is v3.9.0 or later as this pr: https://github.com/alist-org/alist/pull/3074
You need to stop alist server first if the version of your alist is v3.9.0 or later as this pr: https://github.com/AlliotTech/openalist/pull/3074
:::

#### Lower than v3.25.0
Expand Down
8 changes: 4 additions & 4 deletions docs/faq/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Check whether the directory you run `./alist admin` and start alist is the same.

### **Why does it prompt System error: SyntaxError: Invalid regular expression: /?/: Nothing to repeat**

Your Tampermonkey answering plug-in conflicts, just close it [**For details, click to view**](https://github.com/alist-org/alist/discussions/2399)
Your Tampermonkey answering plug-in conflicts, just close it [**For details, click to view**](https://github.com/AlliotTech/openalist/discussions/2399)

### **What is the difference between the two uploads?**

Expand Down Expand Up @@ -142,7 +142,7 @@ Because **`Terabox`** restricts IP, if you access it from a non-overseas IP, you

(Overseas machines can be used. If you have to use local machines (or domestic machines) to build, you can find a way to let Alist eat **proxy**)

Cases where it might be useful: **https://github.com/alist-org/alist/discussions/3026**
Cases where it might be useful: **https://github.com/AlliotTech/openalist/discussions/3026**


### **Open Alist prompt System error: TypeError: n.replaceAll is not a function?**
Expand Down Expand Up @@ -222,7 +222,7 @@ What is the use of creating this blank folder? It can be used in conjunction wit

Consider using the **musl** version as an alternative due to the version of the **glibc** on your platform is too low

Reference instructions:[#2295](https://github.com/alist-org/alist/discussions/2295),[#322](https://github.com/alist-org/alist/issues/322#issuecomment-1010601181)
Reference instructions:[#2295](https://github.com/AlliotTech/openalist/discussions/2295),[#322](https://github.com/AlliotTech/openalist/issues/322#issuecomment-1010601181)

### **What is the extra sign parameter after the file now?**

Expand Down Expand Up @@ -274,4 +274,4 @@ Maybe other links are blocked, manually add the blocked domain name to the white

### **Why is the text file garbled?**

Only utf-8 encoding is supported. See also: [#4131](https://github.com/alist-org/alist/issues/4131)
Only utf-8 encoding is supported. See also: [#4131](https://github.com/AlliotTech/openalist/issues/4131)
2 changes: 1 addition & 1 deletion docs/guide/advanced/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ This is because Windows is case-insensitive, video and Video will be considered
You need to enable `Web Proxy` or` Webdav Native Proxy` to take effect

- Currently only applicable to:`alias`、`139Yun`、`AList V3`
- Function Description:**https://github.com/alist-org/alist/pull/6496#issue-2309839607**
- Function Description:**https://github.com/AlliotTech/openalist/pull/6496#issue-2309839607**

<br/>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/advanced/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ Apply this meta to sub folder of specific path

:white_check_mark: If you want to hide the folder in a folder, create a new Yuan information alone, and select the folder we want to hide,,Hidden if you want to hide everything, write directly`.*`

:x: You cannot directly fill in the meta information of the root directory `/`, and then fill in the folder we want to hide, the error case [View details](https://github.com/alist-org/alist/issues/4494)
:x: You cannot directly fill in the meta information of the root directory `/`, and then fill in the folder we want to hide, the error case [View details](https://github.com/AlliotTech/openalist/issues/4494)

![](/img/advanced/hide-tips.png)
Loading