Skip to content

Commit

Permalink
docs: update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Nov 29, 2023
1 parent ca37c6e commit a798bdd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ export default sidebar({
collapsible: true,
children: [
"Applist.md",
"AppNotes.md",
"design.md",
"ChatGPT.md",
"Chrome.md",
{
text: "工具笔记",
icon: "plugin",
prefix: "tutorials/",
link: "",
collapsible: true,
children: "structure",
},
{
text: "直播手册",
icon: "load",
Expand Down
9 changes: 9 additions & 0 deletions docs/services/dockers-on-nas/alist.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ sudo docker exec -it alist ./alist admin set NEW_PASSWORD
- 「缓存过期时间」是存储的有效时间,默认为 30 分钟。如果你希望存储长期有效,可以将其修改为 0。
- 「根文件夹 ID」指的是在分享网盘中特定文件夹的标识。若要分享整个网盘,请使用 root。
- 「刷新令牌」是网盘的登录密钥,请按照 Alist 说明文档进行添加。

## 元信息

元信息可以为指定文件夹添加密码,防止网盘恶意访问/分享致帐号被冻结。元信息内的配置仅对**访客**生效。

- 密码:访问此路径需要密码。
- 写入:允许访客新建目录、新文件和上传文件。
- 隐藏:此路径要隐藏的对象,每行一个正则表达式。
- 说明:进入该路径时渲染的自述文件,支持 Markdown 内容或 Markdown 链接。

0 comments on commit a798bdd

Please sign in to comment.