Browse Source

up readme

lejianwen 1 year ago
parent
commit
b77a104d9c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      README.md
  2. 1 0
      README_EN.md

+ 1 - 0
README.md

@@ -148,6 +148,7 @@
148 148
 6. `v2 preview` 部署 
149 149
    - 如果是通过`443`端口的`https`部署,必须配置反向代理,可以参考[官方文档](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#8-add-websocket-secure-wss-support-for-the-id-server-and-relay-server-to-enable-secure-communication-for-the-web-client)
150 150
    - 如果是`http`或者其他的`https`端口部署,则和`v1`一样,配置好`21118`,`21119`即可
151
+   - 更多参考[Web-Client-V2-Preview-Document](https://github.com/lejianwen/rustdesk-api/wiki/Web-Client-V2-Preview-Document)
151 152
 
152 153
 ### 自动化文档: 使用 Swag 生成 API 文档,方便开发者理解和使用 API。
153 154
 

+ 1 - 0
README_EN.md

@@ -152,6 +152,7 @@ installation are `admin` `admin`, please change the password immediately.
152 152
 6. `v2 preview` deployment
153 153
    - If deploying via `https` on port `443`, you must configure a reverse proxy. Refer to the [official documentation](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#8-add-websocket-secure-wss-support-for-the-id-server-and-relay-server-to-enable-secure-communication-for-the-web-client)
154 154
    - If deploying via `http` or other `https` ports, configure `21118` and `21119` as with `v1`
155
+   - More [Web-Client-V2-Preview-Document](https://github.com/lejianwen/rustdesk-api/wiki/Web-Client-V2-Preview-Document)
155 156
 
156 157
 
157 158
 ### Automated Documentation : API documentation is generated using Swag, making it easier for developers to understand and use the API.