diff --git a/README.md b/README.md index 8c63374..64f9b4d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ - 标签管理 - 群组管理 - Oauth 管理 + - 登录日志 + - 链接日志 + - 文件传输日志 - 快速使用web client - i18n - 通过 web client 分享给游客 @@ -44,7 +47,7 @@ #### PC客户端使用的是 ***1.3.0***,经测试 ***1.2.6+*** 都可以 #### 关于PC端链接超时或者链接不上的问题以及解决方案 -##### 链接不上是或者超时 +##### 链接不上或者超时 因为server端相对于客户端落后版本,server不会响应客户端的`secure_tcp`请求,所以客户端超时。 相关代码代码位置在`https://github.com/rustdesk/rustdesk/blob/master/src/client.rs#L322` ```rust @@ -113,12 +116,13 @@ ![web_admin](docs/web_admin.png) 2. 普通用户界面 ![web_user](docs/web_admin_user.png) - 右上角可以更改密码,也可以切换语言 + 右上角可以更改密码,可以切换语言,可以切换`白天/黑夜`模式 ![web_resetpwd](docs/web_resetpwd.png) 3. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组` ![web_admin_gr](docs/web_admin_gr.png) -4. 可以直接打开webclient,方便使用;也可以分享给游客,游客可以直接通过webclient远程到设备 +4. You can directly launch the client, or open the web client for convenient use; you can also share it with guests, allowing them to remotely access the device through the web client. + ![web_webclient](docs/admin_webclient.png) 5. Oauth,暂时只支持了`Github`和`Google`, 需要创建一个`OAuth App`,然后配置到后台 ![web_admin_oauth](docs/web_admin_oauth.png) diff --git a/README_EN.md b/README_EN.md index 47c8fca..c1a6e64 100644 --- a/README_EN.md +++ b/README_EN.md @@ -27,6 +27,9 @@ desktop software that provides self-hosted solutions. - Tag Management - Group Management - OAuth Management + - Login Logs + - Connection Logs + - File Transfer Logs - Quick access to web client - i18n - Share to guest by web client @@ -117,15 +120,16 @@ installation are `admin` `admin`, please change the password immediately. ![web_admin](docs/en_img/web_admin.png) 2. Regular user interface: ![web_user](docs/en_img/web_admin_user.png) - You can change your password from the top right corner: + In the top right corner, you can change the password, switch languages, and toggle between `day/night` mode. + ![web_resetpwd](docs/en_img/web_resetpwd.png) 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`. ![web_admin_gr](docs/en_img/web_admin_gr.png) -4. You can directly open the web client for convenient use; it can also be shared with guests, allowing them to remotely access the device via the web client. +4. You can directly launch the client or open the web client for convenience; you can also share it with guests, who can remotely access the device via the web client. + ![web_webclient](docs/en_img/admin_webclient.png) 5. OAuth support: Currently, `GitHub` and `Google` is supported. You need to create an `OAuth App` and configure it in - the admin - panel. + the admin panel. ![web_admin_oauth](docs/en_img/web_admin_oauth.png) - Create a `GitHub OAuth App` at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers). @@ -135,7 +139,7 @@ installation are `admin` `admin`, please change the password immediately. ### Web Client: 1. If you're already logged into the admin panel, the web client will log in automatically. -2. If you're not logged in, simply click the login button at the top right corner, and the API server will be +2. If you're not logged in, simply click the login button in the top right corner, and the API server will be pre-configured. ![webclient_conf](docs/webclient_conf.png) 3. After logging in, the ID server and key will be automatically synced. @@ -183,6 +187,9 @@ logger: path: "./runtime/log.txt" level: "warn" #trace,debug,info,warn,error,fatal report-caller: true +proxy: + enable: false + host: "" ``` ### Environment Variables diff --git a/docs/admin_webclient.png b/docs/admin_webclient.png index db4bbcb..56edb44 100644 Binary files a/docs/admin_webclient.png and b/docs/admin_webclient.png differ diff --git a/docs/en_img/admin_webclient.png b/docs/en_img/admin_webclient.png index 40a0f3f..4b06251 100644 Binary files a/docs/en_img/admin_webclient.png and b/docs/en_img/admin_webclient.png differ diff --git a/docs/en_img/web_admin.png b/docs/en_img/web_admin.png index 8fa56bd..e05fed6 100644 Binary files a/docs/en_img/web_admin.png and b/docs/en_img/web_admin.png differ diff --git a/docs/en_img/web_admin_user.png b/docs/en_img/web_admin_user.png index 856f5fe..84d608a 100644 Binary files a/docs/en_img/web_admin_user.png and b/docs/en_img/web_admin_user.png differ diff --git a/docs/en_img/web_resetpwd.png b/docs/en_img/web_resetpwd.png index 131d6a9..de8f125 100644 Binary files a/docs/en_img/web_resetpwd.png and b/docs/en_img/web_resetpwd.png differ diff --git a/docs/web_admin.png b/docs/web_admin.png index 6be19fe..0056988 100644 Binary files a/docs/web_admin.png and b/docs/web_admin.png differ diff --git a/docs/web_admin_user.png b/docs/web_admin_user.png index 442b3fb..833acba 100644 Binary files a/docs/web_admin_user.png and b/docs/web_admin_user.png differ diff --git a/docs/web_resetpwd.png b/docs/web_resetpwd.png index 59f960b..8299acf 100644 Binary files a/docs/web_resetpwd.png and b/docs/web_resetpwd.png differ