Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_zh_CN.md #11422

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,27 @@ services:

</details>

### Unraid 部署

<details>
<summary>Unraid 部署文档</summary>

#### 概述

##### 注意!首先终端运行chown -R 1000:1000 /mnt/user/appdata/siyuan

###### 模板填写参考下方

```
Web UI:6806
Container Port:6806
Container Path:/home/siyuan
host path:/mnt/user/appdata/siyuan
PUID:1000
PGID:1000
发布参数:--accessAuthCode=******(自己配置密码)
```

### 安装包

* [B3log](https://b3log.org/siyuan/download.html)
Expand Down
Loading