📝 Add Note and Limitations in Dock hosting chapter to user guide https://github.com/siyuan-note/siyuan/issues/7897
This commit is contained in:
parent
4e0a2ead1e
commit
0aab1e0026
2 changed files with 22 additions and 0 deletions
11
README.md
11
README.md
|
@ -132,6 +132,17 @@ Use NGINX reverse proxy to hide port 6806, please note:
|
|||
|
||||
* Configure WebSocket reverse proxy `/ws`
|
||||
|
||||
#### Note
|
||||
|
||||
* Be sure to confirm the correctness of the mounted volume, otherwise the data will be lost after the container is deleted
|
||||
* Do not use URL rewriting for redirection, otherwise there may be problems with authentication, it is recommended to configure a reverse proxy
|
||||
|
||||
#### Limitations
|
||||
|
||||
* Does not support desktop and mobile application connections, only supports use on browsers
|
||||
* Export to PDF, HTML and Word formats is not supported
|
||||
* Import Markdown file is not supported
|
||||
|
||||
</details>
|
||||
|
||||
### Installation Package
|
||||
|
|
|
@ -137,6 +137,17 @@
|
|||
|
||||
* 配置 WebSocket 反代 `/ws`
|
||||
|
||||
#### 注意
|
||||
|
||||
* 请务必确认挂载卷的正确性,否则容器删除后数据会丢失
|
||||
* 不要使用 URL 重写进行重定向,否则鉴权可能会有问题,建议配置反向代理
|
||||
|
||||
#### 限制
|
||||
|
||||
* 不支持桌面端和移动端应用连接,仅支持在浏览器上使用
|
||||
* 不支持导出 PDF、HTML 和 Word 格式
|
||||
* 不支持导入 Markdown 文件
|
||||
|
||||
</details>
|
||||
|
||||
### 安装包
|
||||
|
|
Loading…
Add table
Reference in a new issue