Skip to content

Commit b1b55ad

Browse files
anwen-anyixhofe
andauthored
update docs (#166)
* update Docs * add ali-token img * add ali-open * fix s3 and ali-open * Update request.md * update docs * fix offline dw docs --------- Co-authored-by: Andy Hsu <[email protected]>
1 parent 65174ad commit b1b55ad

File tree

9 files changed

+103
-7
lines changed

9 files changed

+103
-7
lines changed

docs/config/configuration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ star: true
5555
"max_age": 28,
5656
"compress": false
5757
},
58-
"max_connections": 0
58+
"max_connections": 0,
59+
"tls_insecure_skip_verify": false
5960
}
6061
```
6162

@@ -141,3 +142,7 @@ The maximum number of connections (concurrent) at the same time, the default is
141142

142143
- 10 or 20 is recommended for general equipment such as n1
143144
- Use scenarios (for example, if the picture mode is turned on, the device will crash if the concurrency is not very good)
145+
146+
### tls_insecure_skip_verify
147+
148+
Whether to examine the SSL certificate, if there is a problem with the certificate of the website used after opening (such as not including the intermediate certificate, certificate expiration, certificate forgery, etc.), the service will not be available,Close this option, please try to run the program in a safe network environment

docs/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ A file list program that supports multiple storage, and supports web browsing an
4545
- [x] [Quark](https://pan.quark.cn/)
4646
- [x] [Thunder](https://pan.xunlei.com)
4747
- [x] [Lanzou](https://www.lanzou.com/)
48+
- [x] [Aliyundrive Open](../guide/drivers/aliyundrive_open.md)
4849
- [x] [Aliyundrive share](https://www.aliyundrive.com/)
4950
- [x] [Google photo](https://photos.google.com/)
5051
- [x] [Mega.nz](https://mega.nz)

docs/guide/advanced/offline-download.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Then go back to the front-end interface, ==find the folder you want to upload of
2828

2929
Then find the offline download button in the lower right corner, and choose to use Aria2 download or qBittorrent download (>v 3.11.0)
3030

31+
32+
33+
If you are **docker**, please map the following two default paths by yourself
34+
35+
- **/opt/alist/data/temp/aria2**
36+
- **/opt/alist/data/temp/qbittorrent**
37+
3138
:::
3239

3340
## 1.Aria2

docs/guide/drivers/aliyundrive_open.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ Aliyundrive Open, using the official authorization API development.
2424

2525
:::
2626

27+
28+
:::warning Read the precautions carefully
29+
30+
1. The refresh token obtained by this tool can only be used for **Alibaba cloud disk open platform** storage mount method
31+
2. The token filled in when Alist is mounted should also be provided by this tool, and the previous acquisition method will not be available
32+
3. Not applicable to others, but only for Alist
33+
34+
:::
35+
2736
## refresh token
2837

2938
Go to:**https://alist.nn.ci/tool/aliyundrive/request**
@@ -58,4 +67,29 @@ which is `5fe01e1830601baf774e4827a9fb8fb2b5bf7940`
5867

5968
### Client id,Client secret
6069

61-
Normal users don’t need to fill in the blank. If they apply for official authorization, they can also use their own to fill in. If it is blank, the default is to use the one provided by AList.
70+
Normal users don’t need to fill in the blank. If they apply for official authorization, they can also use their own to fill in. If it is blank, the default is to use the one provided by Alist.
71+
72+
73+
74+
### other instructions
75+
76+
one、
77+
78+
> AList only obtained cloud disk users (**name avatar¹**), (**access file permission²**) and (**write file permission³**), and did not obtain mobile phone number permission
79+
>
80+
> Details can be viewed in two ways:
81+
>
82+
> 1. **Prompt** when scanning the QR code to obtain the refresh token
83+
> 2. Open **Alibaba Cloud Disk APP --> My --> Settings gear in the upper right corner --> Privacy Settings --> Authorization Management --> Click AList** to view
84+
> - If you don't use it, you can manually cancel the permission at any time
85+
86+
two、
87+
88+
>By default, the built-in player of Aliyun Disk is used - **Aliyun Video Previewer**
89+
>
90+
>The video uploaded to the cloud disk will be converted into an H.264 encoded video stream through the transcoding service. (The good thing is that IOS can play... well, it should be like this)
91+
>
92+
>- For videos newly uploaded to the cloud disk, only the first 30s of the video are pre-transcoded by default. Full video transcoding is triggered on first playback. The transcoded video will be cached, and re-transcoding is not required to trigger playback again.
93+
>- Videos shorter than 30s will not trigger pre-transcoding, and will only start transcoding when they are played for the first time.
94+
>- Real-time transcoding takes some time.
95+
>- The picture quality are: LD|SD|HD|FHD|QHD

docs/guide/drivers/pikpak.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ Can get with https://mypikpak.com/ , default `root`.
3838

3939

4040

41-
## PikPak Share(has been disabled)
41+
## PikPak Share(v3.12.0 fix)
4242

4343
::: warning
44-
As of **February 4, 2023**, the sharing mount has been officially banned. Currently, you can only watch the first 4 minutes.Stay tuned for when it will be restored
44+
~~As of **February 4, 2023**, the sharing mount has been officially banned. Currently, you can only watch the first 4 minutes.Stay tuned for when it will be restored~~
45+
46+
**v3.12.0 fix,How long it can be used this time is unknown**
47+
4548
:::
4649

4750
You only need to fill in **`Username`, `Password`, `Shared ID`** three items, **root folder ID** can be written or not, if not written, the default is the root directory (root directory)

docs/zh/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ category:
4343
- [x] [夸克网盘](https://pan.quark.cn)
4444
- [x] [迅雷网盘](https://pan.xunlei.com)
4545
- [x] [蓝奏云](https://www.lanzou.com/)
46+
- [x] [阿里云盘开放平台](../guide/drivers/aliyundrive_open.md)
4647
- [x] [阿里云盘分享](https://www.aliyundrive.com/)
4748
- [x] [谷歌相册](https://photos.google.com/)
4849
- [x] [Mega.nz](https://mega.nz)

docs/zh/guide/advanced/offline-download.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ star: true
2929

3030
然后再右下角找到离线下载按钮,自行选择使用 Aria2下载还是qBittorrent下载(>v 3.11.0)
3131

32+
33+
34+
如果你是 **docker**,请自行映射以下两个默认路径
35+
36+
- **/opt/alist/data/temp/aria2**
37+
38+
- **/opt/alist/data/temp/qbittorrent**
39+
3240
:::
3341

3442
## 1.Aria2

docs/zh/guide/drivers/aliyundrive_open.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ star: true
2424

2525
:::
2626

27+
:::warning 请仔细阅读注意事项
28+
29+
1. 此工具获取的刷新令牌仅可以用于 **阿里云盘开放平台** 存储挂载方式
30+
2. AList挂载时填写的token也应该是这个工具提供的,之前方式获取的不可以
31+
3. 暂不适用于其他,同时也仅限用于Alist使用
32+
4. 同一IP在5分钟内请求20次,会出现 **TooManyRequests** :no_entry_sign:避免滥用,请勿滥用:no_entry_sign:
33+
- 例如在 保存/编辑 的时候算一次请求,查看文件看视频下载不算。
34+
35+
:::
36+
2737
## 刷新令牌
2838

2939
前往:**https://alist.nn.ci/tool/aliyundrive/request**
@@ -58,6 +68,31 @@ star: true
5868

5969

6070

61-
### Client id,Client secret
71+
## 客户端ID,秘钥
6272

6373
正常用户不需要填写为空即可,如果自己申请了官方授权也可以使用自己的进行填写,为空时默认使用AList提供的。
74+
75+
76+
77+
### 其他说明
78+
79+
一、
80+
81+
> AList仅获取了 云盘用户 (**名称 头像¹**),(**访问文件权限²**)和(**写入文件权限³**),未获取手机号权限
82+
>
83+
> 详情可以通过以下两种方式查看
84+
>
85+
> 1. 扫码获取刷新令牌时的**提示**
86+
> 2. 打开 **阿里云盘APP --> 我的 -->右上角设置齿轮 --> 隐私设置 --> 授权管理 --> 点击AList** 进行查看
87+
> - 若不使用了可以随时手动解除权限
88+
89+
二、
90+
91+
>默认使用的是阿里云盘自带播放器 - **Aliyun Video Previewer**
92+
>
93+
>上传到云盘的视频,会经过转码服务转成 H.264 编码的视频流。(好处是IOS可以播放了...嗯 应该是这样)
94+
>
95+
>- 新上传到云盘的视频,默认只预转码视频的前30s。第一次播放时会触发完整的视频转码。转码后的视频会缓存,之后再次触发播放不需要重新转码。
96+
>- 不足30s的视频不会触发预转码,只会在第一次播放时开始转码。
97+
>- 实时转码需要一定时间。
98+
>- 画质分别为:LD|SD|HD|FHD|QHD

docs/zh/guide/drivers/pikpak.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ star: true
3636

3737

3838

39-
## PikPak分享挂载(暂时已河蟹
39+
## PikPak分享挂载(v3.12.0修复
4040

4141
::: warning
42-
截止 **2023年2月4日** 挂载分享已被官方河蟹,目前只可以看前4分钟,后续还能不能用等待即可
42+
~~截止 **2023年2月4日** 挂载分享已被官方河蟹,目前只可以看前4分钟,后续还能不能用等待即可~~
43+
44+
**v3.12.0修复,这次能活多久未知**
4345
:::
4446

4547

0 commit comments

Comments
 (0)