From 0aab1e00266bc034c5fad13275cd1e8cf81fc899 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 6 Apr 2023 10:56:58 +0800 Subject: [PATCH] :memo: Add Note and Limitations in Dock hosting chapter to user guide https://github.com/siyuan-note/siyuan/issues/7897 --- README.md | 11 +++++++++++ README_zh_CN.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README.md b/README.md index 67ddaaeb5..1ccc1ce89 100644 --- a/README.md +++ b/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 + ### Installation Package diff --git a/README_zh_CN.md b/README_zh_CN.md index 511aabded..4c6541894 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -137,6 +137,17 @@ * 配置 WebSocket 反代 `/ws` +#### 注意 + +* 请务必确认挂载卷的正确性,否则容器删除后数据会丢失 +* 不要使用 URL 重写进行重定向,否则鉴权可能会有问题,建议配置反向代理 + +#### 限制 + +* 不支持桌面端和移动端应用连接,仅支持在浏览器上使用 +* 不支持导出 PDF、HTML 和 Word 格式 +* 不支持导入 Markdown 文件 + ### 安装包