Переглянути джерело

:memo: Add Note and Limitations in Dock hosting chapter to user guide https://github.com/siyuan-note/siyuan/issues/7897

Liang Ding 2 роки тому
батько
коміт
0aab1e0026
2 змінених файлів з 22 додано та 0 видалено
  1. 11 0
      README.md
  2. 11 0
      README_zh_CN.md

+ 11 - 0
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

+ 11 - 0
README_zh_CN.md

@@ -137,6 +137,17 @@
 
 * 配置 WebSocket 反代 `/ws`
 
+#### 注意
+
+* 请务必确认挂载卷的正确性,否则容器删除后数据会丢失
+* 不要使用 URL 重写进行重定向,否则鉴权可能会有问题,建议配置反向代理
+
+#### 限制
+
+* 不支持桌面端和移动端应用连接,仅支持在浏览器上使用
+* 不支持导出 PDF、HTML 和 Word 格式
+* 不支持导入 Markdown 文件
+
 </details>
 
 ### 安装包