📝 Update README https://github.com/siyuan-note/siyuan/pull/11396
This commit is contained in:
parent
f931a578b0
commit
b549699244
2 changed files with 34 additions and 10 deletions
21
README.md
21
README.md
|
@ -202,6 +202,27 @@ Use NGINX reverse proxy to hide port 6806, please note:
|
|||
|
||||
</details>
|
||||
|
||||
### Unraid Hosting
|
||||
|
||||
<details>
|
||||
<summary>Unraid Deployment</summary>
|
||||
|
||||
Note: First run `chown -R 1000:1000 /mnt/user/appdata/siyuan` in the terminal
|
||||
|
||||
Template reference:
|
||||
|
||||
```
|
||||
Web UI: 6806
|
||||
Container Port: 6806
|
||||
Host path: /mnt/user/appdata/siyuan
|
||||
Container Path: /siyuan/workspace
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
Publish parameters: --workspace=/siyuan/workspace/ --accessAuthCode=******(Access authorization code)
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### Installation Package
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
|
|
|
@ -210,19 +210,22 @@ services:
|
|||
<details>
|
||||
<summary>Unraid 部署文档</summary>
|
||||
|
||||
#### 概述
|
||||
##### 注意!首先终端运行chown -R 1000:1000 /mnt/user/appdata/siyuan
|
||||
###### 模板填写参考下方
|
||||
注意:首先终端运行 `chown -R 1000:1000 /mnt/user/appdata/siyuan`
|
||||
|
||||
模板参考:
|
||||
|
||||
```
|
||||
Web UI:6806
|
||||
Container Port:6806
|
||||
host path:/mnt/user/appdata/siyuan
|
||||
Container Path:/siyuan/workspace
|
||||
PUID:1000
|
||||
PGID:1000
|
||||
发布参数:--workspace=/siyuan/workspace/ --accessAuthCode=******(自己设置密码)
|
||||
Web UI: 6806
|
||||
Container Port: 6806
|
||||
Host path: /mnt/user/appdata/siyuan
|
||||
Container Path: /siyuan/workspace
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
Publish parameters: --workspace=/siyuan/workspace/ --accessAuthCode=******(访问授权码)
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 安装包
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
|
|
Loading…
Add table
Reference in a new issue