Skip to content

Commit 269cd19

Browse files
committed
add ecosystem
1 parent 4668472 commit 269cd19

File tree

10 files changed

+272
-77
lines changed

10 files changed

+272
-77
lines changed

docs/faq/seealso.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,3 @@ star: true
3131
[Bing](https://www.bing.com/search?q=alist)
3232

3333
[Baidu](https://www.baidu.com/baidu?wd=alist)
34-
35-
> AList-encrypt - https://github.com/traceless/alist-encrypt
36-
> A proxy for alist service, providing encryption and decryption function of webdav
37-
> Solve user pain points: prevent files from being harmonized
38-
39-
> AList-oneList - https://github.com/msterzhang/onelist
40-
> A program similar to emby that focuses on scraping alist aggregated network disks to form a video media library
41-
> Solve user pain points: scraping with jellyfin or emby will download the video and intercept the cover, resulting in a ban, onelist will not use the video download strategy to intercept the cover
42-
43-
> AList-batch - https://github.com/yzbtdiy/alist_batch
44-
> A batch add AList individual network disk
45-
> Solve user pain points: It is troublesome when adding too many

docs/guide/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Changelog
33
toc: false
44
icon: change
5-
order: 13
5+
order: 43
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/ecosystem.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
# This is the title of the article
3+
# title: One-click Script
4+
# This is the icon of the page
5+
icon: plugin
6+
# This control sidebar order
7+
order: 10
8+
# A page can have multiple categories
9+
category:
10+
- Guide
11+
# A page can have multiple tags
12+
tag:
13+
- Ecosystem
14+
- Guide
15+
# this page is sticky in article list
16+
sticky: true
17+
# this page will appear in starred articles
18+
star: true
19+
---
20+
21+
# Ecosystem
22+

docs/zh/faq/seealso.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,3 @@ star: true
3131
[Bing](https://www.bing.com/search?q=alist)
3232

3333
[Baidu](https://www.baidu.com/baidu?wd=alist)
34-
35-
> AList-encrypt - **https://github.com/traceless/alist-encrypt**
36-
> 一款对 alist 的服务进行代理,提供 webdav 的加解密功能
37-
> 解决用户痛点:防止文件被和谐
38-
39-
> AList-oneList - **https://github.com/msterzhang/onelist**
40-
> 一款类似emby的专注于刮削alist聚合网盘形成影视媒体库的程序
41-
> 解决用户痛点:用jellyfin或者emby刮削会下载视频截取封面导致封号,onelist不会使用视频下载策略方式截取封面
42-
43-
> AList-batch - **https://github.com/yzbtdiy/alist_batch**
44-
> 一款批量添加AList个别网盘 (暂时只支持 ~~阿里云盘分享~~ [**PikPak分享**](../guide/drivers/pikpak.md#批量添加pikpak分享挂载) ,[**OneDrive_app**](../guide/drivers/onedrive_app.md#批量添加onedrive_app账号))主要是其他的也没必要批量挂载
45-
> 解决用户痛点:添加数量过多时麻烦

docs/zh/guide/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 更新日志
33
toc: false
44
icon: change
5-
order: 13
5+
order: 43
66
# A page can have multiple categories
77
category:
88
- Guide

ecosystem.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"official": [
3+
{ "type": "github", "repo": "alist-org/alist-proxy" },
4+
{ "type": "github", "repo": "alist-org/with_aria2" }
5+
],
6+
"community": [
7+
{ "type": "github", "repo": "jinzhi0123/picgo-plugin-alist" },
8+
{ "type": "github", "repo": "sbwml/luci-app-alist" },
9+
{ "type": "github", "repo": "traceless/alist-encrypt" },
10+
{ "type": "github", "repo": "iranee/qnap-alist-webdav" },
11+
{ "type": "github", "repo": "yzbtdiy/alist_batch" },
12+
{ "type": "github", "repo": "msterzhang/onelist" },
13+
{ "type": "github", "repo": "power721/alist-tvbox" },
14+
{ "type": "github", "repo": "everstu/Koolcenter_alist" },
15+
{ "type": "github", "repo": "X-yael/AlistforMagisk" },
16+
{ "type": "github", "repo": "z-mio/Alist-bot" },
17+
{ "type": "github", "repo": "ShinChven/alist-aria2-pro-docker-compose" },
18+
{ "type": "github", "repo": "Kuingsmile/PicHor" }
19+
]
20+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"description": "Documentation for alist v3",
55
"license": "AGPL-3.0",
66
"scripts": {
7-
"docs:build": "vuepress build docs",
7+
"ecosystem": "npx tsx scripts/ecosystem.ts",
8+
"docs:build": "npm run ecosystem && vuepress build docs",
89
"docs:clean-dev": "vuepress dev docs --clean-cache",
910
"docs:dev": "vuepress dev docs"
1011
},
1112
"devDependencies": {
13+
"@types/node": "^18.15.11",
1214
"@vuepress/client": "2.0.0-beta.60",
1315
"@vuepress/plugin-docsearch": "2.0.0-beta.60",
1416
"@vuepress/utils": "2.0.0-beta.60",

0 commit comments

Comments
 (0)