From b77a104d9c5438e268d454d7a93e50b8052b4b25 Mon Sep 17 00:00:00 2001 From: lejianwen <84855512@qq.com> Date: Thu, 28 Nov 2024 12:42:15 +0800 Subject: [PATCH] up readme --- README.md | 1 + README_EN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ba1fd42..d62ebb6 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ 6. `v2 preview` 部署 - 如果是通过`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) - 如果是`http`或者其他的`https`端口部署,则和`v1`一样,配置好`21118`,`21119`即可 + - 更多参考[Web-Client-V2-Preview-Document](https://github.com/lejianwen/rustdesk-api/wiki/Web-Client-V2-Preview-Document) ### 自动化文档: 使用 Swag 生成 API 文档,方便开发者理解和使用 API。 diff --git a/README_EN.md b/README_EN.md index 495135d..882b678 100644 --- a/README_EN.md +++ b/README_EN.md @@ -152,6 +152,7 @@ installation are `admin` `admin`, please change the password immediately. 6. `v2 preview` deployment - 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) - If deploying via `http` or other `https` ports, configure `21118` and `21119` as with `v1` + - More [Web-Client-V2-Preview-Document](https://github.com/lejianwen/rustdesk-api/wiki/Web-Client-V2-Preview-Document) ### Automated Documentation : API documentation is generated using Swag, making it easier for developers to understand and use the API.