lejianwen 1 год назад
Родитель
Сommit
b06d9c4e22
3 измененных файлов с 12 добавлено и 0 удалено
  1. 6 0
      README.md
  2. 6 0
      README_EN.md
  3. BIN
      docs/webclientv2.png

+ 6 - 0
README.md

@@ -39,6 +39,7 @@
39
     - 自动获取ID服务器和KEY
39
     - 自动获取ID服务器和KEY
40
     - 自动获取地址簿
40
     - 自动获取地址簿
41
     - 游客通过临时分享链接直接远程到设备
41
     - 游客通过临时分享链接直接远程到设备
42
+    - v2 Preview
42
 - CLI
43
 - CLI
43
     - 重置管理员密码
44
     - 重置管理员密码
44
 
45
 
@@ -142,6 +143,11 @@
142
    ![webclient_conf](docs/webclient_conf.png)
143
    ![webclient_conf](docs/webclient_conf.png)
143
 3. 登录后,会自动同步ID服务器和KEY
144
 3. 登录后,会自动同步ID服务器和KEY
144
 4. 登录后,会将地址簿自动保存到web client中,方便使用
145
 4. 登录后,会将地址簿自动保存到web client中,方便使用
146
+5. 现已支持`v2 Preview`,访问路径是`/webclient2`
147
+   ![webclientv2](./docs/webclientv2.png)
148
+6. `v2 preview` 部署 
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
+   - 如果是`http`或者其他的`https`端口部署,则和`v1`一样,配置好`21118`,`21119`即可
145
 
151
 
146
 ### 自动化文档: 使用 Swag 生成 API 文档,方便开发者理解和使用 API。
152
 ### 自动化文档: 使用 Swag 生成 API 文档,方便开发者理解和使用 API。
147
 
153
 

+ 6 - 0
README_EN.md

@@ -147,6 +147,12 @@ installation are `admin` `admin`, please change the password immediately.
147
    ![webclient_conf](docs/webclient_conf.png)
147
    ![webclient_conf](docs/webclient_conf.png)
148
 3. After logging in, the ID server and key will be automatically synced.
148
 3. After logging in, the ID server and key will be automatically synced.
149
 4. The address book will also be automatically saved to the web client for convenient use.
149
 4. The address book will also be automatically saved to the web client for convenient use.
150
+5. Now supports `v2 Preview`, accessible at `/webclient2`
151
+   ![webclientv2](./docs/webclientv2.png)
152
+6. `v2 preview` deployment
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
+   - If deploying via `http` or other `https` ports, configure `21118` and `21119` as with `v1`
155
+
150
 
156
 
151
 ### Automated Documentation : API documentation is generated using Swag, making it easier for developers to understand and use the API.
157
 ### Automated Documentation : API documentation is generated using Swag, making it easier for developers to understand and use the API.
152
 
158
 

BIN
docs/webclientv2.png