diff --git a/docs/.vuepress/components/HomePage.vue b/docs/.vuepress/components/HomePage.vue index 56ef4e64..f5d5dc84 100644 --- a/docs/.vuepress/components/HomePage.vue +++ b/docs/.vuepress/components/HomePage.vue @@ -9,7 +9,7 @@ \ No newline at end of file diff --git a/docs/.vuepress/components/Pricing.vue b/docs/.vuepress/components/Pricing.vue index a087e321..2a73adc6 100644 --- a/docs/.vuepress/components/Pricing.vue +++ b/docs/.vuepress/components/Pricing.vue @@ -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", @@ -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", diff --git a/docs/.vuepress/navbar/en.ts b/docs/.vuepress/navbar/en.ts index dd7a6523..1467241d 100644 --- a/docs/.vuepress/navbar/en.ts +++ b/docs/.vuepress/navbar/en.ts @@ -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" }, @@ -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", }, ]); diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 50b95a4c..52d784e9 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -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" }, @@ -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", }, ]) diff --git a/docs/.vuepress/public/beta.sh b/docs/.vuepress/public/beta.sh index 7b99578f..32f4844f 100644 --- a/docs/.vuepress/public/beta.sh +++ b/docs/.vuepress/public/beta.sh @@ -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' diff --git a/docs/.vuepress/public/v3-en.sh b/docs/.vuepress/public/v3-en.sh index d860b2e4..0a06cf16 100644 --- a/docs/.vuepress/public/v3-en.sh +++ b/docs/.vuepress/public/v3-en.sh @@ -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 diff --git a/docs/.vuepress/public/v3.sh b/docs/.vuepress/public/v3.sh index 1e9d700c..596d19ee 100644 --- a/docs/.vuepress/public/v3.sh +++ b/docs/.vuepress/public/v3.sh @@ -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" ####################### # 颜色配置 @@ -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 @@ -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 diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index f5ffff6b..a1e4fcf3 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -122,7 +122,7 @@ export default hopeTheme( { path: "/", title: 'Kind tips', - content: ' Please check the reminder content carefully

1.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
2.v3.25.1 Aliyun_open can choose to mount the backup disk or resource library by itself, for details Click to view for details
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 detailed description
4.139Cloudand189CloudFor details of changes, please view the document by yourself, respectively
5.v3.20.1version Breaking Changes View detailed description, go to Configure documentation page
6. AList v3.30.0 will no longer support Win7/Server2008 because Go does not support it. Click to view detailed instructions .
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].', + content: ' Please check the reminder content carefully

1.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
2.v3.25.1 Aliyun_open can choose to mount the backup disk or resource library by itself, for details Click to view for details
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 detailed description
4.139Cloudand189CloudFor details of changes, please view the document by yourself, respectively
5.v3.20.1version Breaking Changes View detailed description, go to Configure documentation page
6. AList v3.30.0 will no longer support Win7/Server2008 because Go does not support it. Click to view detailed instructions .
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].', actions: [ // { // text: "Aliyun open", @@ -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", // }, // { @@ -145,7 +145,7 @@ export default hopeTheme( { path: "/zh", title: '温馨提示', - content: ' 请仔细查看弹窗提示内容

1.v3.25.1新版更新了新的密码方式,获取方式也进行了更改,详细说明请看自己安装方式的文档页面内

2.v3.25.1阿里云盘open可以自行选择挂载备份盘或者资源库,详情详情点击查看

3.AList版本大于v3.22.1,新版本新增单点登录自动注册为AList账户,点击查看详细说明

4.移动云盘天翼云分别有改动详情请自行查看文档

5.v3.20.1的版本破坏性更新查看详细说明,前往配置文档页面

6.AList v3.30.0版本开始将不再支持Win7/Server2008,因为Go不支持了,点击查看详细说明.

7.添加云盘后请及时配置[防盗/元信息]等措施,防止被[爬虫/其他人]恶意[访问/分享]导致帐号被[冻结/禁用].', + content: ' 请仔细查看弹窗提示内容

1.v3.25.1新版更新了新的密码方式,获取方式也进行了更改,详细说明请看自己安装方式的文档页面内

2.v3.25.1阿里云盘open可以自行选择挂载备份盘或者资源库,详情详情点击查看

3.AList版本大于v3.22.1,新版本新增单点登录自动注册为AList账户,点击查看详细说明

4.移动云盘天翼云分别有改动详情请自行查看文档

5.v3.20.1的版本破坏性更新查看详细说明,前往配置文档页面

6.AList v3.30.0版本开始将不再支持Win7/Server2008,因为Go不支持了,点击查看详细说明.

7.添加云盘后请及时配置[防盗/元信息]等措施,防止被[爬虫/其他人]恶意[访问/分享]导致帐号被[冻结/禁用].', actions: [ // { // text: "阿里云open", @@ -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", // }, // { diff --git a/docs/README.md b/docs/README.md index dec3f56f..ebe39ed9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/config/configuration.md b/docs/config/configuration.md index 1bae00f7..33c49f00 100644 --- a/docs/config/configuration.md +++ b/docs/config/configuration.md @@ -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 }, ``` @@ -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 diff --git a/docs/config/global.md b/docs/config/global.md index bee1eeab..0e424ae3 100644 --- a/docs/config/global.md +++ b/docs/config/global.md @@ -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)**
@@ -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**
diff --git a/docs/config/preview.md b/docs/config/preview.md index 54d6c030..d8242be7 100644 --- a/docs/config/preview.md +++ b/docs/config/preview.md @@ -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** diff --git a/docs/config/side.md b/docs/config/side.md index c4ec9968..605b3431 100644 --- a/docs/config/side.md +++ b/docs/config/side.md @@ -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) @@ -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) 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 diff --git a/docs/faq/error.md b/docs/faq/error.md index 57b9a2aa..957dfe87 100644 --- a/docs/faq/error.md +++ b/docs/faq/error.md @@ -161,7 +161,7 @@ It is some error codes during the use of `AList`, and how to solve them (network
-: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) ----- diff --git a/docs/faq/howto.md b/docs/faq/howto.md index 6e3581ec..81ae0848 100644 --- a/docs/faq/howto.md +++ b/docs/faq/howto.md @@ -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 diff --git a/docs/faq/why.md b/docs/faq/why.md index ac10c82a..cb0bba7d 100644 --- a/docs/faq/why.md +++ b/docs/faq/why.md @@ -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?** @@ -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?** @@ -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?** @@ -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) diff --git a/docs/guide/advanced/alias.md b/docs/guide/advanced/alias.md index 99575f6e..0cc68907 100644 --- a/docs/guide/advanced/alias.md +++ b/docs/guide/advanced/alias.md @@ -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**
diff --git a/docs/guide/advanced/meta.md b/docs/guide/advanced/meta.md index 555ee831..938c59ed 100644 --- a/docs/guide/advanced/meta.md +++ b/docs/guide/advanced/meta.md @@ -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) diff --git a/docs/guide/advanced/offline-download.md b/docs/guide/advanced/offline-download.md index 8bee11b6..5a042615 100644 --- a/docs/guide/advanced/offline-download.md +++ b/docs/guide/advanced/offline-download.md @@ -80,7 +80,7 @@ AList Version ≥ 3.42.0 View [Allow all cloud disks to call other cloud disks' First of all, we need to configure the default values on the client side of **`qBittorrent`** -According to [source code](https://github.com/alist-org/alist/blob/main/internal/bootstrap/data/setting.go#L159-L162), we know that the default values are admin:adminadmin@localhost:8080/ +According to [source code](https://github.com/AlliotTech/openalist/blob/main/internal/bootstrap/data/setting.go#L159-L162), we know that the default values are admin:adminadmin@localhost:8080/ - **ip**: localhost - **port**: 8080 @@ -100,7 +100,7 @@ According to [source code](https://github.com/alist-org/alist/blob/main/internal 3. Use **`qBittorrent`** to offline `.torrent` type files - - Although you cannot directly add offline `.torrent` type files, you can save the country with a curve Reference: [View method](https://github.com/alist-org/alist/issues/2459#issuecomment-1354870010) + - Although you cannot directly add offline `.torrent` type files, you can save the country with a curve Reference: [View method](https://github.com/AlliotTech/openalist/issues/2459#issuecomment-1354870010) 4. You can configure it yourself not to delete after the download is complete, but to do seeding, the default is `0`, and it will be deleted immediately after uploading diff --git a/docs/guide/advanced/search.md b/docs/guide/advanced/search.md index 94ac44ac..ec7f7ad1 100644 --- a/docs/guide/advanced/search.md +++ b/docs/guide/advanced/search.md @@ -45,7 +45,7 @@ star: true - It's because the database is building the index. If you are still in the building process, please wait patiently. - If the index has been completed, it is caused by turning on [Automatically update the index](#automatically-update-the-index). Please turn off [Automatically update the index](#automatically-update-the-index). If the problem still occurs, please close and restart AList. - Or switch the database to MySQL -- `meilisearch`: I haven’t experienced it in depth yet and I don’t know much about the specific differences. It’s for professionals to use or you can check it yourself. [View PR link](https://github.com/alist-org/alist/pull/6060) , the only thing I know is that you have to [build it yourself](https://www.meilisearch.com/docs/learn/getting_started/installation) to use it. It supports many methods, but there is no daemon and other lazy operations, and it does not support the system [ It relies on Linux systems lower than `GLIBC_2.27`](https://github.com/meilisearch/meilisearch/issues/4022) If it is built on this machine, it will be automatically recognized. If it is another device, you can modify the **meilisearch** field content of the configuration file. +- `meilisearch`: I haven’t experienced it in depth yet and I don’t know much about the specific differences. It’s for professionals to use or you can check it yourself. [View PR link](https://github.com/AlliotTech/openalist/pull/6060) , the only thing I know is that you have to [build it yourself](https://www.meilisearch.com/docs/learn/getting_started/installation) to use it. It supports many methods, but there is no daemon and other lazy operations, and it does not support the system [ It relies on Linux systems lower than `GLIBC_2.27`](https://github.com/meilisearch/meilisearch/issues/4022) If it is built on this machine, it will be automatically recognized. If it is another device, you can modify the **meilisearch** field content of the configuration file. - Daemon:If you want to use it, you can create a new daemon process in the same way as manually starting AList. - Download Url:https://github.com/meilisearch/meilisearch/releases - `meilisearch` Docs Url:https://www.meilisearch.com/docs/learn/getting_started/installation @@ -167,7 +167,7 @@ Explanation: The directory can enter up to several layers. For example, if you h - View details: https://alist.nn.ci/config/site.html#allow-indexing - Don't ask why V2 is not supported, because the V2 version is no longer maintained, so there is no follow-up -- Why not directly open V2 V3 index construction: **https://github.com/alist-org/alist/discussions/2529** +- Why not directly open V2 V3 index construction: **https://github.com/AlliotTech/openalist/discussions/2529** - After building an index, users without permissions can search for hidden file/folder solutions [click to view](meta.md#tips) diff --git a/docs/guide/api/auth.md b/docs/guide/api/auth.md index 75751d84..2c469a94 100644 --- a/docs/guide/api/auth.md +++ b/docs/guide/api/auth.md @@ -77,7 +77,7 @@ POST /api/auth/login POST /api/auth/login/hash -获取某个用户的临时JWt token,传入的密码需要在添加`-https://github.com/alist-org/alist`后缀后再进行sha256 +获取某个用户的临时JWt token,传入的密码需要在添加`-https://github.com/AlliotTech/openalist`后缀后再进行sha256 > Body 请求参数 @@ -94,7 +94,7 @@ POST /api/auth/login/hash | ---------- | ---- | ------ | ---- | ---------- | ----------------------------------------------------------------------- | | body | body | object | 否 | | none | | » username | body | string | 是 | 用户名 | 用户名 | -| » password | body | string | 是 | 密码 | hash后密码,获取方式为`sha256(密码-https://github.com/alist-org/alist)` | +| » password | body | string | 是 | 密码 | hash后密码,获取方式为`sha256(密码-https://github.com/AlliotTech/openalist)` | | » otp_code | body | string | 否 | 二步验证码 | 二步验证码 | ### 返回示例 diff --git a/docs/guide/community.md b/docs/guide/community.md index 3e8da348..40b53066 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -24,7 +24,7 @@ star: true Click the link: https://t.me/alist_chat ### Discussions​ -Welcome to visit https://github.com/alist-org/alist/discussions to discuss. +Welcome to visit https://github.com/AlliotTech/openalist/discussions to discuss. ### Discord Click the link: https://discord.gg/F4ymsH4xv2 diff --git a/docs/guide/drivers/123.md b/docs/guide/drivers/123.md index cb4fe348..4039be79 100644 --- a/docs/guide/drivers/123.md +++ b/docs/guide/drivers/123.md @@ -48,7 +48,7 @@ failed get objs: failed to list objs:当前账号存在安全风险,请使用 solution: - This is because the 123 cloud disk officially prohibits the mounting on strange devices, If you are mounted locally, `or` Windows Server server mount `to open the 123 cloud disk web page to log in or modify a password once - - example:[#6105](https://github.com/alist-org/alist/discussions/6105#discussioncomment-8628361)、 [#6254](https://github.com/alist-org/alist/discussions/6254#discussioncomment-8884882) + - example:[#6105](https://github.com/AlliotTech/openalist/discussions/6105#discussioncomment-8628361)、 [#6254](https://github.com/AlliotTech/openalist/discussions/6254#discussioncomment-8884882) ::: diff --git a/docs/guide/drivers/139.md b/docs/guide/drivers/139.md index d54b2711..5316f6ba 100644 --- a/docs/guide/drivers/139.md +++ b/docs/guide/drivers/139.md @@ -42,7 +42,7 @@ You need to enable `Web Proxy` or`Webdav Native Proxy` to take effect - Currently only applicable to: `alias`、`139Yun`、`AList V3` - - Function Description: **** + - Function Description: ****
diff --git a/docs/guide/drivers/189.md b/docs/guide/drivers/189.md index 51778eb0..ea359854 100644 --- a/docs/guide/drivers/189.md +++ b/docs/guide/drivers/189.md @@ -52,7 +52,7 @@ The string at the end of the official website url, such as: Give 189 cloud disk adds Personal's `Family Transfer option`, which is convenient for users without VIP, and a large number of family cloud spaces upload. - Note: The old upload interface family cloud will still limit the upload quantity, so `Rapid upload` and ` Old Upload` will not take effect -- **https://github.com/alist-org/alist/pull/6288** +- **https://github.com/AlliotTech/openalist/pull/6288** diff --git a/docs/guide/drivers/Alist V2 V3.md b/docs/guide/drivers/Alist V2 V3.md index 7af12d77..fd9a5e73 100644 --- a/docs/guide/drivers/Alist V2 V3.md +++ b/docs/guide/drivers/Alist V2 V3.md @@ -135,7 +135,7 @@ You don’t need to write, it will be automatically filled after filling in `Use 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** diff --git a/docs/guide/drivers/Crypt.md b/docs/guide/drivers/Crypt.md index 686e41eb..c70dcb13 100644 --- a/docs/guide/drivers/Crypt.md +++ b/docs/guide/drivers/Crypt.md @@ -170,7 +170,7 @@ If the file name is encrypted, the encryption suffix `will not be used Advanced options, non -professionals, please do not modify it. The default is **`base64`**, but the options other than **`base64`** are not tested. If you encounter problems, you need to solve it yourself. --Dy reference [#5109](https://github.com/alist-org/alist/issues/5109),[#5080](https://github.com/alist-org/alist/issues/5080) +-Dy reference [#5109](https://github.com/AlliotTech/openalist/issues/5109),[#5080](https://github.com/AlliotTech/openalist/issues/5080)
diff --git a/docs/guide/drivers/SMB.md b/docs/guide/drivers/SMB.md index d4a123b0..79952650 100644 --- a/docs/guide/drivers/SMB.md +++ b/docs/guide/drivers/SMB.md @@ -24,7 +24,7 @@ It is to mount smb to Alist, instead of sharing Alist through smb, instead of sh Because there are no related equipment and services, it is impossible to test. You can test it yourself according to the method provided in the **`GitHub Discussions`** discussion -**https://github.com/alist-org/alist/discussions/2215#discussioncomment-4104018** +**https://github.com/AlliotTech/openalist/discussions/2215#discussioncomment-4104018** diff --git a/docs/guide/drivers/Terabox.md b/docs/guide/drivers/Terabox.md index 6e9a24d1..0306a2f8 100644 --- a/docs/guide/drivers/Terabox.md +++ b/docs/guide/drivers/Terabox.md @@ -65,7 +65,7 @@ Using [**Proxy Url**](common.md#download-proxy-url) to download error } ``` -View specific reasons:**[https://github.com/alist-org/alist/issues/6508](https://github.com/alist-org/alist/issues/6508#issuecomment-2171762705)** +View specific reasons:**[https://github.com/AlliotTech/openalist/issues/6508](https://github.com/AlliotTech/openalist/issues/6508#issuecomment-2171762705)**
diff --git a/docs/guide/drivers/UrlTree.md b/docs/guide/drivers/UrlTree.md index 325c4cd4..22fcb56b 100644 --- a/docs/guide/drivers/UrlTree.md +++ b/docs/guide/drivers/UrlTree.md @@ -19,7 +19,7 @@ star: true # UrlTree :::tip -**`UrlTree`** What is it? It is used to mount a single file link. For details, you can check **→→→[Original Requirements Description](https://github.com/alist-org/alist/issues/3268)←←←** +**`UrlTree`** What is it? It is used to mount a single file link. For details, you can check **→→→[Original Requirements Description](https://github.com/AlliotTech/openalist/issues/3268)←←←** ::: diff --git a/docs/guide/drivers/alias.md b/docs/guide/drivers/alias.md index edb326bf..b6362c5e 100644 --- a/docs/guide/drivers/alias.md +++ b/docs/guide/drivers/alias.md @@ -186,7 +186,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**
diff --git a/docs/guide/drivers/aliyundrive_open.md b/docs/guide/drivers/aliyundrive_open.md index d7a209c8..033caa2e 100644 --- a/docs/guide/drivers/aliyundrive_open.md +++ b/docs/guide/drivers/aliyundrive_open.md @@ -92,7 +92,7 @@ typeof fetch !== "undefined" && getLimit() - `https://api.xhofe.top/alist/ali_open/token` - ![](/img/drivers/aliyun/aliyun_api.png) -3. check the details:https://github.com/alist-org/alist/discussions/4572 +3. check the details:https://github.com/AlliotTech/openalist/discussions/4572 4. Can I create an authorized OAUTH verification API by themselves? - You need to use your own developer account to build diff --git a/docs/guide/drivers/baidu.md b/docs/guide/drivers/baidu.md index 503aeace..7c9f8965 100644 --- a/docs/guide/drivers/baidu.md +++ b/docs/guide/drivers/baidu.md @@ -45,7 +45,7 @@ The root foler to mount, defaults to `/` ## ~~**Custom crack ua**~~ -~~[**UA used when using 【Native Proxy & Crack API】**](https://github.com/alist-org/alist/issues/5602#issuecomment-1831188682)~~ The unofficial interface is no longer available +~~[**UA used when using 【Native Proxy & Crack API】**](https://github.com/AlliotTech/openalist/issues/5602#issuecomment-1831188682)~~ The unofficial interface is no longer available
diff --git a/docs/guide/drivers/common.md b/docs/guide/drivers/common.md index 2936f3e7..c947ce6c 100644 --- a/docs/guide/drivers/common.md +++ b/docs/guide/drivers/common.md @@ -169,7 +169,7 @@ When the proxy is turned on without filling in this field, the local machine wil ::::tabs @tab cloudflare workers You can use `cloudflare workers` for proxy, just fill in the `cloudflare workers` address here. -The workers code can be found at https://github.com/alist-org/alist-proxy/blob/main/alist-proxy.js. in: +The workers code can be found at https://github.com/AlliotTech/openalist-proxy/blob/main/alist-proxy.js. in: - ADDRESS: your Alist address, The protocol header must be added, and cannot be followed by /. Such as `https://pan.nn.ci`; - TOKEN: you can get in `Other settings` in your Alist manage page; @@ -182,7 +182,7 @@ The workers code can be found at https://github.com/alist-org/alist-proxy/blob/m If you do n’t understand [**Disassembled for details**](https://anwen-anyi.github.io/index/11-durl.html) @tab Universal Binary -You can also use another machine for proxying, download the program at https://github.com/alist-org/alist-proxy/releases +You can also use another machine for proxying, download the program at https://github.com/AlliotTech/openalist-proxy/releases `./alist-proxy -help` to see how to use it. diff --git a/docs/guide/drivers/dropbox.md b/docs/guide/drivers/dropbox.md index 276df982..9c2e3115 100644 --- a/docs/guide/drivers/dropbox.md +++ b/docs/guide/drivers/dropbox.md @@ -45,7 +45,7 @@ Go to:**https://alist.nn.ci/tool/dropbox/request.html** - Redirect URLs:**https://alist.nn.ci/tool/dropbox/callback** -Reference link: [**Click to view**](https://github.com/alist-org/alist/commit/cfee536b96f38e5ba3f3575fab4e89f6c0e1bc5b#commitcomment-119688700) +Reference link: [**Click to view**](https://github.com/AlliotTech/openalist/commit/cfee536b96f38e5ba3f3575fab4e89f6c0e1bc5b#commitcomment-119688700) diff --git a/docs/guide/drivers/febbox.md b/docs/guide/drivers/febbox.md index af5ac981..103db784 100644 --- a/docs/guide/drivers/febbox.md +++ b/docs/guide/drivers/febbox.md @@ -63,7 +63,7 @@ Generate address:**https://www.febbox.com/open/clients** ### **Things to note** -- The upload function is currently unavailable [**alist-org/alist/issues/7293**](https://github.com/alist-org/alist/issues/7293#issuecomment-2395776474) +- The upload function is currently unavailable [**alist-org/alist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
diff --git a/docs/guide/drivers/googlephotos.md b/docs/guide/drivers/googlephotos.md index 1460b368..97f682cc 100644 --- a/docs/guide/drivers/googlephotos.md +++ b/docs/guide/drivers/googlephotos.md @@ -22,7 +22,7 @@ star: true ## **Root folder file_id** -The root directory is root, and other directory IDs are unknown (~~It seems that a separate album cannot be mounted~~ It has not been resolved yet [**Reference**](https://github.com/alist-org/alist/discussions/3264#discussioncomment-4874536)) +The root directory is root, and other directory IDs are unknown (~~It seems that a separate album cannot be mounted~~ It has not been resolved yet [**Reference**](https://github.com/AlliotTech/openalist/discussions/3264#discussioncomment-4874536)) @@ -61,7 +61,7 @@ According to [above](https://alist.nn.ci/tool/google/request) obtained **client We fill in **https://alist.nn.ci/tool/google/album** to get a single catalog ID for each of our Google Photos - Root file ID (that is, the album ID): default root, display all, if you only want to display a single album, you can fill in the album ID you want to display -- After we fill in, there will also be an **`access_token`** below. This can also be filled in the Alist background refresh token option and used. The refresh token obtained at the beginning can be used for both of them- [Explanation]( https://github.com/alist-org/alist/discussions/3264#discussioncomment-5051171) +- After we fill in, there will also be an **`access_token`** below. This can also be filled in the Alist background refresh token option and used. The refresh token obtained at the beginning can be used for both of them- [Explanation]( https://github.com/AlliotTech/openalist/discussions/3264#discussioncomment-5051171) #### **Fill in the example diagram** diff --git a/docs/guide/drivers/local.md b/docs/guide/drivers/local.md index 0aef396b..75018a7a 100644 --- a/docs/guide/drivers/local.md +++ b/docs/guide/drivers/local.md @@ -31,8 +31,8 @@ The path of folder you wanted to mount. For example: You need to use the `ffmpeg` tool to add, I will not (wait for replenishment) for the time being -- You need to use AList version ≥ [**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) +- You need to use AList version ≥ [**v3.12.0**](https://github.com/AlliotTech/openalist/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/AlliotTech/openalist/pull/3556) [**(309d6)**](https://github.com/AlliotTech/openalist/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/guide/drivers/pikpak.md b/docs/guide/drivers/pikpak.md index bfb7e936..a6c036f1 100644 --- a/docs/guide/drivers/pikpak.md +++ b/docs/guide/drivers/pikpak.md @@ -67,7 +67,7 @@ It is not necessary to use it under normal circumstances, but you may need to us If you encounter other problems such as verification code -- Refer to the `Update` section in **https://github.com/alist-org/alist/pull/7024** +- Refer to the `Update` section in **https://github.com/AlliotTech/openalist/pull/7024**
@@ -81,7 +81,7 @@ After filling in the account and password, select @@ -384,7 +384,7 @@ In the request in the package `https://xluser-ssl.xunleix.com/v1/auth/signin`, y ### **Use video url** -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -470,7 +470,7 @@ Thunder Browser Safe password ### **Use video url** - When `Use video url` is turned on, some types of files may not be accessible properly. -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -609,7 +609,7 @@ In the request in the package `https://xluser-ssl.xunlei.com/v1/auth/signin/toke ### **Use video url** - Open `Use video url` 可能会遇到部分类型的文件无法正常访问 -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
diff --git a/docs/guide/install/paas.md b/docs/guide/install/paas.md index 4f60e973..ec179bff 100644 --- a/docs/guide/install/paas.md +++ b/docs/guide/install/paas.md @@ -26,13 +26,13 @@ For specific usage, please refer to the `README.md` in the corresponding reposit [https://console.run.claw.cloud/signin](https://console.run.claw.cloud/signin?link=UTMO60WWUZKY) ### **Koyeb** -https://github.com/alist-org/alist-koyeb +https://github.com/AlliotTech/openalist-koyeb ### **Render** -https://github.com/alist-org/alist-render +https://github.com/AlliotTech/openalist-render ### **Heroku** -https://github.com/alist-org/alist-heroku-postgres +https://github.com/AlliotTech/openalist-heroku-postgres ### **Sealos** [![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dalist) diff --git a/docs/guide/install/reverse-proxy.md b/docs/guide/install/reverse-proxy.md index a18d49be..e9a01443 100644 --- a/docs/guide/install/reverse-proxy.md +++ b/docs/guide/install/reverse-proxy.md @@ -24,7 +24,7 @@ The program listens to port 5244 by default. If you do `reverse proxy`, recommen > If you want to use a sub folder, refer to [reverse proxy with sub folder](../../faq/howto.md#how-to-reverse-proxy-with-sub-directory) :::tip Missing https or port / Can't Play video when reverse-proxy non-standard ports or enable https? -You need to passed correct host header, refer to [#726](https://github.com/alist-org/alist/issues/726) [#1159](https://github.com/alist-org/alist/issues/1159) [#2429](https://github.com/alist-org/alist/issues/2429) [#3644](https://github.com/alist-org/alist/issues/3644) [#4181](https://github.com/alist-org/alist/issues/4181) [#4719](https://github.com/alist-org/alist/issues/4719) +You need to passed correct host header, refer to [#726](https://github.com/AlliotTech/openalist/issues/726) [#1159](https://github.com/AlliotTech/openalist/issues/1159) [#2429](https://github.com/AlliotTech/openalist/issues/2429) [#3644](https://github.com/AlliotTech/openalist/issues/3644) [#4181](https://github.com/AlliotTech/openalist/issues/4181) [#4719](https://github.com/AlliotTech/openalist/issues/4719) ::: ### **nginx** diff --git a/docs/guide/install/source.md b/docs/guide/install/source.md index fbd3721a..8b2b1111 100644 --- a/docs/guide/install/source.md +++ b/docs/guide/install/source.md @@ -30,10 +30,10 @@ This step is only for users who need to modify the source code by themselves. If First, you need to have an environment of `git`, `nodejs`, `pnpm`, `golang>=1.20`, `gcc` ### **Building the front end** -Use `git clone --recurse-submodules https://github.com/alist-org/alist-web.git` command to clone this project, execute `pnpm install && pnpm build` to get the target file in the dist directory +Use `git clone --recurse-submodules https://github.com/AlliotTech/openalist-web.git` command to clone this project, execute `pnpm install && pnpm build` to get the target file in the dist directory ### **Build the backend** -Clone https://github.com/alist-org/alist for this project, copy the `dist` directory of the previous step to the `public` directory under the project, and then: +Clone https://github.com/AlliotTech/openalist for this project, copy the `dist` directory of the previous step to the `public` directory under the project, and then: ```bash appName="alist" builtAt="$(date +'%F %T %z')" diff --git a/docs/zh/README.md b/docs/zh/README.md index 91ec7079..66a0f3cf 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -11,7 +11,7 @@ actions: type: primary - text: Github🌱 - link: https://github.com/alist-org/alist + link: https://github.com/AlliotTech/openalist features: - title: 使用简单 diff --git a/docs/zh/config/configuration.md b/docs/zh/config/configuration.md index 9d0817d6..77e37286 100644 --- a/docs/zh/config/configuration.md +++ b/docs/zh/config/configuration.md @@ -242,7 +242,7 @@ CDN 地址,如果要使用 CDN,可以设置该字段,`$version` 会被替 "db_file": "data\\data.db", //数据库位置,sqlite3使用的 "table_prefix": "x_", //数据库表名前缀 "ssl_mode": "", //来控制SSL握手时的加密选项,参数自行搜索,或者查看下方来自ChatGPT的回答 - "dsn": "" // https://github.com/alist-org/alist/pull/6031 + "dsn": "" // https://github.com/AlliotTech/openalist/pull/6031 }, ``` @@ -367,8 +367,8 @@ temp_dir 为 alist 独占的临时文件夹,为避免程序中断产生垃圾 如果设置此项,优先使用本前端文件进行渲染,支持使用其它前端文件,后端继续使用原版应用 -- 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 将前端文件(dist)上传到应用的`data`文件夹下,然后按照下方这样填写,缺点就是如果每次更新都得需要手动更新一次 diff --git a/docs/zh/config/global.md b/docs/zh/config/global.md index d8a7a1b0..4c3ac19e 100644 --- a/docs/zh/config/global.md +++ b/docs/zh/config/global.md @@ -43,7 +43,7 @@ star: true 在此处设置的任何内容都会自动放置在网页头部的开头 -- 如何配置PWA(Desktop、Android、IOS):**[alist/issues/6724](https://github.com/alist-org/alist/issues/6724#issuecomment-2220251541)** +- 如何配置PWA(Desktop、Android、IOS):**[alist/issues/6724](https://github.com/AlliotTech/openalist/issues/6724#issuecomment-2220251541)**
@@ -106,7 +106,7 @@ star: true ## **转发直链参数** -可以自行前往查看:**https://github.com/alist-org/alist/issues/3123** +可以自行前往查看:**https://github.com/AlliotTech/openalist/issues/3123**
diff --git a/docs/zh/config/preview.md b/docs/zh/config/preview.md index b0d12d02..32c1e0af 100644 --- a/docs/zh/config/preview.md +++ b/docs/zh/config/preview.md @@ -40,7 +40,7 @@ star: true ## **代理忽略头部** -详情查看: **https://github.com/alist-org/alist/issues/2763** +详情查看: **https://github.com/AlliotTech/openalist/issues/2763** ## **外部预览** diff --git a/docs/zh/config/side.md b/docs/zh/config/side.md index 86e0339b..c2756c5c 100644 --- a/docs/zh/config/side.md +++ b/docs/zh/config/side.md @@ -105,7 +105,7 @@ star: true - 4. **显示侧边栏**:就像Windows管理器那样列表左侧添加一个列表目录,可以更快捷地跳转到深层文件夹 [#5972](https://github.com/alist-org/alist/issues/5972) + 4. **显示侧边栏**:就像Windows管理器那样列表左侧添加一个列表目录,可以更快捷地跳转到深层文件夹 [#5972](https://github.com/AlliotTech/openalist/issues/5972) @@ -140,7 +140,7 @@ star: true - 使用 `Alt 或者 Option` 打开 - `Ctrl`、`Alt `是 Windows - `command`、`Option` 是 Mac - - 如果按键选项未生效,请检查浏览器插件是否冲突 :point_right: [案例](https://github.com/alist-org/alist-web/pull/154#issuecomment-1972681627) + - 如果按键选项未生效,请检查浏览器插件是否冲突 :point_right: [案例](https://github.com/AlliotTech/openalist-web/pull/154#issuecomment-1972681627) Tips:可以按着`shift`键选择一个开头,再选择一个结尾可以快速选择中间的全部 diff --git a/docs/zh/faq/error.md b/docs/zh/faq/error.md index 76e784f4..007355fe 100644 --- a/docs/zh/faq/error.md +++ b/docs/zh/faq/error.md @@ -161,7 +161,7 @@ star: true
-:你的油猴答题插件冲突了,关闭了即可[**详情查看点击查看**](https://github.com/alist-org/alist/discussions/2399) +:你的油猴答题插件冲突了,关闭了即可[**详情查看点击查看**](https://github.com/AlliotTech/openalist/discussions/2399) ----- diff --git a/docs/zh/faq/howto.md b/docs/zh/faq/howto.md index 4527c500..1fcef6d9 100644 --- a/docs/zh/faq/howto.md +++ b/docs/zh/faq/howto.md @@ -52,7 +52,7 @@ location /alist/ { 否则,您可以要求站点所有者重置密码。 :::tip -如果你使用v3.9.0及以上版本,你需要先停止alist服务因为这个pr: https://github.com/alist-org/alist/pull/3074 +如果你使用v3.9.0及以上版本,你需要先停止alist服务因为这个pr: https://github.com/AlliotTech/openalist/pull/3074 ::: #### **低于v3.25.0版本** diff --git a/docs/zh/faq/why.md b/docs/zh/faq/why.md index 0f7c55ff..1baea282 100644 --- a/docs/zh/faq/why.md +++ b/docs/zh/faq/why.md @@ -104,7 +104,7 @@ star: true ### **为什么提示 System error: SyntaxError: Invalid regular expression: /?/: Nothing to repeat** -你的油猴答题插件冲突了,关闭了即可[**详情查看点击查看**](https://github.com/alist-org/alist/discussions/2399) +你的油猴答题插件冲突了,关闭了即可[**详情查看点击查看**](https://github.com/AlliotTech/openalist/discussions/2399) ### **两个上传有什么区别?** @@ -144,7 +144,7 @@ v2可以成功是因为v2会忽略空文件上传。 (可以用海外的机器,如果非得用本机(或者国内的机器)搭建,哪你自己想办法让Alist吃到**proxy**就可以) -可能有用的案例参考:**https://github.com/alist-org/alist/discussions/3026** +可能有用的案例参考:**https://github.com/AlliotTech/openalist/discussions/3026** ### **打开 Alist 提示 System error: TypeError:n.replaceAll is not a function?** @@ -221,7 +221,7 @@ v2可以成功是因为v2会忽略空文件上传。 考虑使用 **musl** 版本作为替代,因为在您的平台上的 **glibc** 版本太低 -参考说明:[#2295](https://github.com/alist-org/alist/discussions/2295),[#322](https://github.com/alist-org/alist/issues/322#issuecomment-1010601181) +参考说明:[#2295](https://github.com/AlliotTech/openalist/discussions/2295),[#322](https://github.com/AlliotTech/openalist/issues/322#issuecomment-1010601181) ### **现在文件后面多了个 sign 的参数是干嘛的?** @@ -271,4 +271,4 @@ v2可以成功是因为v2会忽略空文件上传。 ### **为什么文本文件乱码?** -仅支持utf-8编码。相关: [#4131](https://github.com/alist-org/alist/issues/4131) +仅支持utf-8编码。相关: [#4131](https://github.com/AlliotTech/openalist/issues/4131) diff --git a/docs/zh/guide/advanced/alias.md b/docs/zh/guide/advanced/alias.md index 7edb8158..5949a598 100644 --- a/docs/zh/guide/advanced/alias.md +++ b/docs/zh/guide/advanced/alias.md @@ -193,7 +193,7 @@ star: true 需要先启用 `Web代理` 或者 `Webdav本地代理` 才会生效 - 目前仅适用于:`别名`、`中国移动云盘`、`AList V3` - - 具体功能说明:**https://github.com/alist-org/alist/pull/6496#issue-2309839607** + - 具体功能说明:**https://github.com/AlliotTech/openalist/pull/6496#issue-2309839607**
diff --git a/docs/zh/guide/advanced/meta.md b/docs/zh/guide/advanced/meta.md index 8166e7d2..af406eb7 100644 --- a/docs/zh/guide/advanced/meta.md +++ b/docs/zh/guide/advanced/meta.md @@ -108,6 +108,6 @@ star: true :white_check_mark:如果你要隐藏某个文件夹內的文件夹,要单独新建一条元信息,路径选择我们要隐藏的文件夹,隐藏如果你要隐藏所有直接写 `.*`即可 -:x: 不可以直接在选择根目录`/`的元信息內填写,然后隐藏位置填写我们要隐藏的文件夹,错误案例[查看详情](https://github.com/alist-org/alist/issues/4494) +:x: 不可以直接在选择根目录`/`的元信息內填写,然后隐藏位置填写我们要隐藏的文件夹,错误案例[查看详情](https://github.com/AlliotTech/openalist/issues/4494) ![](/img/advanced/hide-tips.png) diff --git a/docs/zh/guide/advanced/offline-download.md b/docs/zh/guide/advanced/offline-download.md index 87a79691..f91eaa5d 100644 --- a/docs/zh/guide/advanced/offline-download.md +++ b/docs/zh/guide/advanced/offline-download.md @@ -79,7 +79,7 @@ AList版本 ≥ 3.42.0 的查看 [允许所有云盘调用其他云盘的离线 首先我们先要在 **`qBittorrent`** 客户端配置好预设值 -根据[源码](https://github.com/alist-org/alist/blob/main/internal/bootstrap/data/setting.go#L159-L162)我们知道预设值分别是 admin:adminadmin@localhost:8080/ +根据[源码](https://github.com/AlliotTech/openalist/blob/main/internal/bootstrap/data/setting.go#L159-L162)我们知道预设值分别是 admin:adminadmin@localhost:8080/ - **ip**:localhost - **port**:8080 @@ -97,7 +97,7 @@ AList版本 ≥ 3.42.0 的查看 [允许所有云盘调用其他云盘的离线 3. 使用 **`qBittorrent`** 来离线 `.torrent` 类型的文件 - - 虽然不可以直接添加离线`.torrent` 类型的文件,可以曲线救国 参考:[查看方法](https://github.com/alist-org/alist/issues/2459#issuecomment-1354870010) + - 虽然不可以直接添加离线`.torrent` 类型的文件,可以曲线救国 参考:[查看方法](https://github.com/AlliotTech/openalist/issues/2459#issuecomment-1354870010) 4. 可以自行配置下载完毕后不进行删除,进行做种,默认为`0`会上传完毕后立即删除 - 修改位置:**Alist后台** --> **设置** --> **Qbittorrent 做种时间** 选项,设置你自己需要配置的时间单位是`分钟`,到了设置的做种时间后会自动删除 diff --git a/docs/zh/guide/advanced/search.md b/docs/zh/guide/advanced/search.md index e3a98781..0742f6a8 100644 --- a/docs/zh/guide/advanced/search.md +++ b/docs/zh/guide/advanced/search.md @@ -45,7 +45,7 @@ star: true - 如果是已经索引完毕,是因为开启了[自动索引](#自动更新索引)导致的,请关闭使用[自动索引](#自动更新索引),如果还是这个问题请关闭后重新启动AList - 或者将数据库切换为MySQL -- `meilisearch`:暂时未深度体验也不太了解具体差异,给予专业人士使用或者自己去查询一翻,[查看PR链接](https://github.com/alist-org/alist/pull/6060),唯一知道的是得[自己搭建](https://www.meilisearch.com/docs/learn/getting_started/installation)使用,支持很多种方法,但是并没有守护进程等懒人操作、不支持系统[依赖低于`GLIBC_2.27`](https://github.com/meilisearch/meilisearch/issues/4022)以下的Linux系统、如果是本机搭建会自动识别,如果是其它设备可以修改配置文件的**meilisearch**字段内容 +- `meilisearch`:暂时未深度体验也不太了解具体差异,给予专业人士使用或者自己去查询一翻,[查看PR链接](https://github.com/AlliotTech/openalist/pull/6060),唯一知道的是得[自己搭建](https://www.meilisearch.com/docs/learn/getting_started/installation)使用,支持很多种方法,但是并没有守护进程等懒人操作、不支持系统[依赖低于`GLIBC_2.27`](https://github.com/meilisearch/meilisearch/issues/4022)以下的Linux系统、如果是本机搭建会自动识别,如果是其它设备可以修改配置文件的**meilisearch**字段内容 - 守护进程:如果要使用可以自己按照手动启动AList的办法新建一个守护进程 - 下载地址:https://github.com/meilisearch/meilisearch/releases - `meilisearch`文档地址:https://www.meilisearch.com/docs/learn/getting_started/installation @@ -172,7 +172,7 @@ star: true - 别问为什么V2不支持,因为V2版本已不再进行维护,故没有后续了 -- 为什么不直接开放V2 V3索引构建: **https://github.com/alist-org/alist/discussions/2529** +- 为什么不直接开放V2 V3索引构建: **https://github.com/AlliotTech/openalist/discussions/2529** - 构建索引后,没有权限的用户可以搜索到隐藏的文件/文件夹解决方案[点击查看](meta.md#tips)
diff --git a/docs/zh/guide/api/auth.md b/docs/zh/guide/api/auth.md index 1e93a4eb..fb62e731 100644 --- a/docs/zh/guide/api/auth.md +++ b/docs/zh/guide/api/auth.md @@ -77,7 +77,7 @@ POST /api/auth/login POST /api/auth/login/hash -获取某个用户的临时JWt token,传入的密码需要在添加`-https://github.com/alist-org/alist`后缀后再进行sha256 +获取某个用户的临时JWt token,传入的密码需要在添加`-https://github.com/AlliotTech/openalist`后缀后再进行sha256 > Body 请求参数 @@ -94,7 +94,7 @@ POST /api/auth/login/hash | ---------- | ---- | ------ | ---- | ---------- | ----------------------------------------------------------------------- | | body | body | object | 否 | | none | | » username | body | string | 是 | 用户名 | 用户名 | -| » password | body | string | 是 | 密码 | hash后密码,获取方式为`sha256(密码-https://github.com/alist-org/alist)` | +| » password | body | string | 是 | 密码 | hash后密码,获取方式为`sha256(密码-https://github.com/AlliotTech/openalist)` | | » otp_code | body | string | 否 | 二步验证码 | 二步验证码 | ### 返回示例 diff --git a/docs/zh/guide/community.md b/docs/zh/guide/community.md index 862dae80..144fbf11 100644 --- a/docs/zh/guide/community.md +++ b/docs/zh/guide/community.md @@ -26,7 +26,7 @@ star: true ## Discussions​ -欢迎至 https://github.com/alist-org/alist/discussions 参与项目讨论. +欢迎至 https://github.com/AlliotTech/openalist/discussions 参与项目讨论. ## Discord diff --git a/docs/zh/guide/drivers/123.md b/docs/zh/guide/drivers/123.md index a07d308c..76fe4267 100644 --- a/docs/zh/guide/drivers/123.md +++ b/docs/zh/guide/drivers/123.md @@ -50,7 +50,7 @@ failed get objs: failed to list objs:当前账号存在安全风险,请使用 解决方案: - 这是由于123云盘官方禁止在陌生设备挂载,如果你是在`本地挂载`或者`Windows Server服务器挂载`可以在本地打开123云盘网页登录一下或者修改一次密码 - - 例子:[#6105](https://github.com/alist-org/alist/discussions/6105#discussioncomment-8628361)、 [#6254](https://github.com/alist-org/alist/discussions/6254#discussioncomment-8884882) + - 例子:[#6105](https://github.com/AlliotTech/openalist/discussions/6105#discussioncomment-8628361)、 [#6254](https://github.com/AlliotTech/openalist/discussions/6254#discussioncomment-8884882) diff --git a/docs/zh/guide/drivers/139.md b/docs/zh/guide/drivers/139.md index cdcc8344..6633ea80 100644 --- a/docs/zh/guide/drivers/139.md +++ b/docs/zh/guide/drivers/139.md @@ -43,7 +43,7 @@ AList版本必须大于 `v3.41.0` 版本才能使用本教程! - 目前仅适用于:`别名`、`中国移动云盘`、`AList V3` - - 具体功能说明:**** + - 具体功能说明:****
diff --git a/docs/zh/guide/drivers/189.md b/docs/zh/guide/drivers/189.md index 3dd42c7b..f90e266a 100644 --- a/docs/zh/guide/drivers/189.md +++ b/docs/zh/guide/drivers/189.md @@ -54,7 +54,7 @@ Web端登录已更换为滑动验证码,**不再支持ocr与手动输入**, 为189云盘增加个人云使用`家庭云中转选项`,方便不开会员且家庭云空间小情况下大量上传。 - 注:旧的上传接口家庭云依然会限制上传量,所以`秒传选项`和`旧的上传方式`不生效 -- **https://github.com/alist-org/alist/pull/6288** +- **https://github.com/AlliotTech/openalist/pull/6288**
diff --git a/docs/zh/guide/drivers/Alist V2 V3.md b/docs/zh/guide/drivers/Alist V2 V3.md index 24d4b45b..1dcb5e0b 100644 --- a/docs/zh/guide/drivers/Alist V2 V3.md +++ b/docs/zh/guide/drivers/Alist V2 V3.md @@ -137,7 +137,7 @@ failed get objs: failed to list objs: request failed,code: 400, message: Key: 'L 需要先启用 `Web代理` 或者 `Webdav本地代理` 才会生效 - 目前仅适用于:`别名`、`中国移动云盘`、`AList V3` - - 具体功能说明:**https://github.com/alist-org/alist/pull/6496#issue-2309839607** + - 具体功能说明:**https://github.com/AlliotTech/openalist/pull/6496#issue-2309839607** diff --git a/docs/zh/guide/drivers/Crypt.md b/docs/zh/guide/drivers/Crypt.md index c6dafcc3..97bf2f9e 100644 --- a/docs/zh/guide/drivers/Crypt.md +++ b/docs/zh/guide/drivers/Crypt.md @@ -174,7 +174,7 @@ star: true 高级选项,非专业人士请勿修改,默认为 **`Base64`**,但是除了 **`Base64`** 之外的选项并没有测试,遇到问题需要自己解决。 -- 参考[#5109](https://github.com/alist-org/alist/issues/5109),[#5080](https://github.com/alist-org/alist/issues/5080) +- 参考[#5109](https://github.com/AlliotTech/openalist/issues/5109),[#5080](https://github.com/AlliotTech/openalist/issues/5080)
diff --git a/docs/zh/guide/drivers/SMB.md b/docs/zh/guide/drivers/SMB.md index d9222ffb..d09e3e3c 100644 --- a/docs/zh/guide/drivers/SMB.md +++ b/docs/zh/guide/drivers/SMB.md @@ -26,7 +26,7 @@ star: true 因无相关设备和服务,无法测试,可以根据 **GitHub Discussions** 讨论中提供的办法自行测试一下 -**https://github.com/alist-org/alist/discussions/2215#discussioncomment-4104018** +**https://github.com/AlliotTech/openalist/discussions/2215#discussioncomment-4104018** diff --git a/docs/zh/guide/drivers/Terabox.md b/docs/zh/guide/drivers/Terabox.md index 0927352f..70669383 100644 --- a/docs/zh/guide/drivers/Terabox.md +++ b/docs/zh/guide/drivers/Terabox.md @@ -65,7 +65,7 @@ star: true } ``` -具体原因查看:**[https://github.com/alist-org/alist/issues/6508](https://github.com/alist-org/alist/issues/6508#issuecomment-2171762705)** +具体原因查看:**[https://github.com/AlliotTech/openalist/issues/6508](https://github.com/AlliotTech/openalist/issues/6508#issuecomment-2171762705)**
diff --git a/docs/zh/guide/drivers/UrlTree.md b/docs/zh/guide/drivers/UrlTree.md index 9c46b991..0efdc87c 100644 --- a/docs/zh/guide/drivers/UrlTree.md +++ b/docs/zh/guide/drivers/UrlTree.md @@ -19,7 +19,7 @@ star: true # 地址树 :::tip -**`地址树-UrlTree`** 是什么? 是用来挂载单个文件链接的,详情可以查看 **→→→[原需求说明](https://github.com/alist-org/alist/issues/3268)←←←** +**`地址树-UrlTree`** 是什么? 是用来挂载单个文件链接的,详情可以查看 **→→→[原需求说明](https://github.com/AlliotTech/openalist/issues/3268)←←←** ::: diff --git a/docs/zh/guide/drivers/alias.md b/docs/zh/guide/drivers/alias.md index 84e264cc..29395e76 100644 --- a/docs/zh/guide/drivers/alias.md +++ b/docs/zh/guide/drivers/alias.md @@ -193,7 +193,7 @@ star: true 需要先启用 `Web代理` 或者 `Webdav本地代理` 才会生效 - 目前仅适用于:`别名`、`中国移动云盘`、`AList V3` - - 具体功能说明:**https://github.com/alist-org/alist/pull/6496#issue-2309839607** + - 具体功能说明:**https://github.com/AlliotTech/openalist/pull/6496#issue-2309839607**
diff --git a/docs/zh/guide/drivers/aliyundrive_open.md b/docs/zh/guide/drivers/aliyundrive_open.md index 55055a5b..2ae1a27d 100644 --- a/docs/zh/guide/drivers/aliyundrive_open.md +++ b/docs/zh/guide/drivers/aliyundrive_open.md @@ -92,7 +92,7 @@ typeof fetch !== "undefined" && getLimit() - `https://api.xhofe.top/alist/ali_open/token` - ![](/img/drivers/aliyun/aliyun_api.png) -3. 查看详情:https://github.com/alist-org/alist/discussions/4572 +3. 查看详情:https://github.com/AlliotTech/openalist/discussions/4572 4. 是否可以自己搭建授权OAuth验证API? - 需要使用自己申请的开发者帐号搭建 diff --git a/docs/zh/guide/drivers/baidu.md b/docs/zh/guide/drivers/baidu.md index 0a3d518f..ea6186f9 100644 --- a/docs/zh/guide/drivers/baidu.md +++ b/docs/zh/guide/drivers/baidu.md @@ -89,7 +89,7 @@ flowchart TB ## ~~**自定义破解ua**~~ -~~[**使用【本地代理 & Crack API】时候使用的UA**](https://github.com/alist-org/alist/issues/5602#issuecomment-1831188682)~~ 非官方接口已无法使用 +~~[**使用【本地代理 & Crack API】时候使用的UA**](https://github.com/AlliotTech/openalist/issues/5602#issuecomment-1831188682)~~ 非官方接口已无法使用
diff --git a/docs/zh/guide/drivers/common.md b/docs/zh/guide/drivers/common.md index 28668a99..d418a611 100644 --- a/docs/zh/guide/drivers/common.md +++ b/docs/zh/guide/drivers/common.md @@ -164,7 +164,7 @@ 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/AlliotTech/openalist-proxy/blob/main/alist-proxy.js 找到,实际使用时需要替换其中的这两个变量: - ADDRESS: 你的 AList 地址,必须加上协议头,后面不能跟 `/`。如 `https://pan.nn.ci`; - TOKEN: 在 AList 管理页面中进入“其他设置”得到; @@ -178,7 +178,7 @@ Workers 代码可以在 https://github.com/alist-org/alist-proxy/blob/main/alist @tab 通用二进制 -也可以使用另一台机器进行代理,在 https://github.com/alist-org/alist-proxy/releases 下载程序并通过 `./alist-proxy -help` 查看使用方法。 +也可以使用另一台机器进行代理,在 https://github.com/AlliotTech/openalist-proxy/releases 下载程序并通过 `./alist-proxy -help` 查看使用方法。 如果不懂有详细[**视频教程**](https://www.bilibili.com/video/BV17N411S7fg/) diff --git a/docs/zh/guide/drivers/dropbox.md b/docs/zh/guide/drivers/dropbox.md index c82fe7af..e6728a8a 100644 --- a/docs/zh/guide/drivers/dropbox.md +++ b/docs/zh/guide/drivers/dropbox.md @@ -44,7 +44,7 @@ Dropbox官网:https://www.dropbox.com/ - 回调参数链接:**https://alist.nn.ci/tool/dropbox/callback** -参考链接:[**点击查看**](https://github.com/alist-org/alist/commit/cfee536b96f38e5ba3f3575fab4e89f6c0e1bc5b#commitcomment-119688700) +参考链接:[**点击查看**](https://github.com/AlliotTech/openalist/commit/cfee536b96f38e5ba3f3575fab4e89f6c0e1bc5b#commitcomment-119688700) diff --git a/docs/zh/guide/drivers/febbox.md b/docs/zh/guide/drivers/febbox.md index f6be2a9b..bd2cdcc5 100644 --- a/docs/zh/guide/drivers/febbox.md +++ b/docs/zh/guide/drivers/febbox.md @@ -66,7 +66,7 @@ FebBox:https://www.febbox.com ### **注意事项** -- 目前上传功能不可用 [**alist-org/alist/issues/7293**](https://github.com/alist-org/alist/issues/7293#issuecomment-2395776474) +- 目前上传功能不可用 [**alist-org/alist/issues/7293**](https://github.com/AlliotTech/openalist/issues/7293#issuecomment-2395776474)
diff --git a/docs/zh/guide/drivers/googlephotos.md b/docs/zh/guide/drivers/googlephotos.md index 37d27c8d..b5264421 100644 --- a/docs/zh/guide/drivers/googlephotos.md +++ b/docs/zh/guide/drivers/googlephotos.md @@ -61,7 +61,7 @@ star: true 我们填写到 **https://alist.nn.ci/tool/google/album** 即可获取我们每个相册的单个目录ID - 根文件ID(就是相册ID):默认root,展示全部,若只想展示单个相册,可以填写你想展示的相册ID -- 在我们填写后下方也会出现一个 **`access_token`** 这个也可以填写到刷新令牌里面前使用和之前获取到的,这两个都可以用 - [解释](https://github.com/alist-org/alist/discussions/3264#discussioncomment-5051171) +- 在我们填写后下方也会出现一个 **`access_token`** 这个也可以填写到刷新令牌里面前使用和之前获取到的,这两个都可以用 - [解释](https://github.com/AlliotTech/openalist/discussions/3264#discussioncomment-5051171) #### **填写示意图** diff --git a/docs/zh/guide/drivers/local.md b/docs/zh/guide/drivers/local.md index 056ffefd..8a3c5960 100644 --- a/docs/zh/guide/drivers/local.md +++ b/docs/zh/guide/drivers/local.md @@ -31,8 +31,8 @@ star: true 需要使用`ffmpeg` 工具来添加,暂时还不会(后续补充) -- 需要使用AList版本 ≥ [**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) +- 需要使用AList版本 ≥ [**v3.12.0**](https://github.com/AlliotTech/openalist/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/AlliotTech/openalist/pull/3556) [**(309d6)**](https://github.com/AlliotTech/openalist/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/pikpak.md b/docs/zh/guide/drivers/pikpak.md index 7303327c..421db722 100644 --- a/docs/zh/guide/drivers/pikpak.md +++ b/docs/zh/guide/drivers/pikpak.md @@ -68,7 +68,7 @@ star: true 如果遇到验证码等其它问题 -- 参考 **https://github.com/alist-org/alist/pull/7024** 这里面的 `更新` 部分的内容 +- 参考 **https://github.com/AlliotTech/openalist/pull/7024** 这里面的 `更新` 部分的内容
@@ -82,7 +82,7 @@ star: true 如果遇到验证码等其它问题 -- 参考 **https://github.com/alist-org/alist/pull/7024** 这里面的 `更新` 部分的内容 +- 参考 **https://github.com/AlliotTech/openalist/pull/7024** 这里面的 `更新` 部分的内容
@@ -90,7 +90,7 @@ star: true ### **禁用媒体链接** -- **https://github.com/alist-org/alist/issues/4735** +- **https://github.com/AlliotTech/openalist/issues/4735**
@@ -144,7 +144,7 @@ star: true 如果遇到验证码等其它问题 -- 参考 **https://github.com/alist-org/alist/pull/7024** 这里面的 `更新` 部分的内容 +- 参考 **https://github.com/AlliotTech/openalist/pull/7024** 这里面的 `更新` 部分的内容
diff --git a/docs/zh/guide/drivers/quark.md b/docs/zh/guide/drivers/quark.md index 039b413c..08e4a237 100644 --- a/docs/zh/guide/drivers/quark.md +++ b/docs/zh/guide/drivers/quark.md @@ -23,7 +23,7 @@ star: true **https://pan.quark.cn** :::danger -由于夸克网盘限速问题,夸克网盘现在只能使用本地代理进行传输,[说明详见](https://github.com/alist-org/alist/issues/4318#issuecomment-1536214188) +由于夸克网盘限速问题,夸克网盘现在只能使用本地代理进行传输,[说明详见](https://github.com/AlliotTech/openalist/issues/4318#issuecomment-1536214188) ::: ## **夸克网盘** @@ -87,7 +87,7 @@ flowchart TB click c1 "../drivers/common.html#webdav-策略" ``` -说明:[**alist/issues/4318**](https://github.com/alist-org/alist/issues/4318#issuecomment-1536214188) +说明:[**alist/issues/4318**](https://github.com/AlliotTech/openalist/issues/4318#issuecomment-1536214188)
diff --git a/docs/zh/guide/drivers/s3.md b/docs/zh/guide/drivers/s3.md index 75aa7a93..82d95399 100644 --- a/docs/zh/guide/drivers/s3.md +++ b/docs/zh/guide/drivers/s3.md @@ -288,7 +288,7 @@ Alist挂载**阿里云盘**需要跳过 `referer` ,若你在防盗链开启不 **Endpoint:http(s):\//《YOUR_IP/URL》:9001/**,可以使用IP也可以使用域名 -最后记得打开 **`强制路径样式`** 才能使用,否则无法使用[点击查看详情](https://github.com/alist-org/alist/discussions/4920#discussioncomment-6635452) +最后记得打开 **`强制路径样式`** 才能使用,否则无法使用[点击查看详情](https://github.com/AlliotTech/openalist/discussions/4920#discussioncomment-6635452) 填写示例: diff --git a/docs/zh/guide/drivers/thunder.md b/docs/zh/guide/drivers/thunder.md index 9113bbed..f83f3ea8 100644 --- a/docs/zh/guide/drivers/thunder.md +++ b/docs/zh/guide/drivers/thunder.md @@ -206,7 +206,7 @@ CaptchaSign、Timestamp、DeviceID、ClientID、ClientVersion、PackageName、Us ### **使用视频URL** -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -283,7 +283,7 @@ flowchart TB ### **使用视频URL** -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -407,7 +407,7 @@ flowchart TB ### **使用视频URL** -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -493,7 +493,7 @@ flowchart TB ### **使用视频URL** - 开启 `视频视频URL` 可能会遇到部分类型的文件无法正常访问 -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
@@ -633,7 +633,7 @@ flowchart TB ### **使用视频URL** - 开启 `视频视频URL` 可能会遇到部分类型的文件无法正常访问 -- **https://github.com/alist-org/alist/pull/6464#issuecomment-2124306443** +- **https://github.com/AlliotTech/openalist/pull/6464#issuecomment-2124306443**
diff --git a/docs/zh/guide/install/paas.md b/docs/zh/guide/install/paas.md index 2c771e1a..8fdfb2c7 100644 --- a/docs/zh/guide/install/paas.md +++ b/docs/zh/guide/install/paas.md @@ -27,15 +27,15 @@ star: true ## **Koyeb** -https://github.com/alist-org/alist-koyeb +https://github.com/AlliotTech/openalist-koyeb ## **Render** -https://github.com/alist-org/alist-render +https://github.com/AlliotTech/openalist-render ## **Heroku** -https://github.com/alist-org/alist-heroku-postgres +https://github.com/AlliotTech/openalist-heroku-postgres ## **Sealos** [![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dalist) diff --git a/docs/zh/guide/install/reverse-proxy.md b/docs/zh/guide/install/reverse-proxy.md index 2547c4cd..5f9e8e6d 100644 --- a/docs/zh/guide/install/reverse-proxy.md +++ b/docs/zh/guide/install/reverse-proxy.md @@ -25,7 +25,7 @@ star: true > 如果你想使用子目录,参考[这里](../../faq/howto.md#如何对子目录进行反向代理) :::tip 反向代理非标准端口或启用https后丢失https或端口号/无法播放视频? -你需要通过正确的Host头,请参考 [#726](https://github.com/alist-org/alist/issues/726) [#1159](https://github.com/alist-org/alist/issues/1159) [#2429](https://github.com/alist-org/alist/issues/2429) [#3644](https://github.com/alist-org/alist/issues/3644) [#4181](https://github.com/alist-org/alist/issues/4181) [#4719](https://github.com/alist-org/alist/issues/4719) +你需要通过正确的Host头,请参考 [#726](https://github.com/AlliotTech/openalist/issues/726) [#1159](https://github.com/AlliotTech/openalist/issues/1159) [#2429](https://github.com/AlliotTech/openalist/issues/2429) [#3644](https://github.com/AlliotTech/openalist/issues/3644) [#4181](https://github.com/AlliotTech/openalist/issues/4181) [#4719](https://github.com/AlliotTech/openalist/issues/4719) ::: ## **nginx** diff --git a/docs/zh/guide/install/source.md b/docs/zh/guide/install/source.md index 4efa8418..8c9f2b63 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/AlliotTech/openalist-web.git` 克隆前端 ,执行 `pnpm install && pnpm build` 得到 dist 目录下的目标文件 ## **构建后端** -克隆 https://github.com/alist-org/alist ,将上一步的 `dist` 目录复制到项目下的 `public` 目录下,然后执行: +克隆 https://github.com/AlliotTech/openalist ,将上一步的 `dist` 目录复制到项目下的 `public` 目录下,然后执行: ```bash appName="alist"