{ lang="en" }"">
Reference authentication, tokens, etc. from Mounted Storage
, and use the same token for multiple network disks Currently only the following network disks are supported:
Remark
to: ref:/mount path从 已挂载的存储
中引用认证、令牌等,同一个Token多个网盘使用 目前仅支持如下网盘:
备注(Remark)
的第一行设置为:ref:/挂载路径Sign and encrypt files (no password required), only valid for this driver, if other signatures are not enabled and signature all
and meta-information encryption
are not set, others will not be signed Usage scenario: I don’t want to enable all signatures, and I don’t want to set metadata encryption. I just want to sign and encrypt a certain driver to prevent it from being scanned. Scope of influence: Settings-->Global-->Signature All
> Metainformation Directory Encryption
> Single Driver Signature
对文件进行签名加密(不会需要密码),仅对本驱动生效,如果别的没启用签名也没设置签名全部
和元信息加密
其他的不会进行签名 使用场景:不想开启全部签名,也不想设置元信息加密,只想对某驱动进行签名加密防止被扫 影响范围:设置-->全局-->签名所有
> 元信息目录加密
> 单驱动签名
Allow users to disable storage indexing.
Ignore Index
in the index options, you no longer need to configure it after enabling Disable Index
, which is more convenient. alist#7730、alist-web#219允许用户禁用存储索引。
忽略索引
,启用禁用索引
后不需要再去配置了,这样也更方便一些 alist#7730、alist-web#219Cache time of directory structure.
Whether the web preview,download and the direct link go through the transfer. If you open this, recommended you set site_url so that alist can works fine.
网页预览、下载和直接链接是否通过中转。如果你打开此项,建议你设置site_url,以帮助alist更好的工作。
When the proxy is turned on without filling in this field, the local machine will be used for transfer by default.Two proxy methods are provided:
开启代理时不填写此字段,默认使用本机进行传输。提供了下面两种代理方式:
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/OpenListTeam/openlist-proxy/blob/main/openlist-proxy.js. in:
https://pan.example.com
;Other settings
in your Alist manage page;/
If you do n’t understand Disassembled for details可以使用 Cloudflare Workers 做代理,这里填写 Workers 地址即可。 Workers 代码可以在 https://github.com/OpenListTeam/OpenList-Proxy/blob/main/openlist-proxy.js 找到,实际使用时需要替换其中的这两个变量:
You can also use another machine for proxying, download the program at https://github.com/OpenListTeam/OpenList-Proxy/releases./openlist-proxy -help
to see how to use it. If you don’t understand, there are detailed video tutorial You can even develop your own proxy program, the general steps are:
PROXY_URL/path?sign=sign_value
const to_sign = `${path}:${expireTimeStamp}`
const _sign = safeBase64(hmac_sha256(to_sign, TOKEN))
const sign = `${_sign}:${expireTimeStamp}`
The TOKEN
is the token of admin user.
HOST/api/fs/link
, you can get the URL of the file and the request header to be carried也可以使用另一台机器进行代理,在 https://github.com/OpenListTeam/OpenList-Proxy/releases 下载程序并通过 ./openlist-proxy -help
查看使用方法。 如果不懂有详细视频教程 你甚至可以开发自己的代理程序,一般步骤是:
PROXY_URL/path?sign=sign_value
sign
,sign
的计算方法为:const to_sign = `${path}:${expireTimeStamp}`
const _sign = safeBase64(hmac_sha256(to_sign, TOKEN))
const sign = `${_sign}:${expireTimeStamp}`
TOKEN
即管理员账户的 Token,可在 OpenList 管理页面中进入“其他设置”得到。
HOST/api/fs/link
,可以得到文件的 URL 和要携带的请求头INFO信息
Some drives use their own sorting method, which may be different.
INFO信息
有些驱动器使用自己的排序方法,可能会有所不同。
Last updated: