This commit is contained in:
Daniel 2024-05-15 09:55:16 +08:00
parent f931a578b0
commit b549699244
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 34 additions and 10 deletions

View file

@ -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)

View file

@ -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)