diff --git a/README.md b/README.md index 51c0744..298c195 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ 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远程到设备 - +3. 每个用户可以多个地址簿,也可以将地址簿共享给其他用户 +4. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组` +5. 可以直接打开webclient,方便使用;也可以分享给游客,游客可以直接通过webclient远程到设备 ![web_webclient](docs/admin_webclient.png) -5. Oauth,支持了`Github`, `Google` 以及 `OIDC`, 需要创建一个`OAuth App`,然后配置到后台 +6. Oauth,支持了`Github`, `Google` 以及 `OIDC`, 需要创建一个`OAuth App`,然后配置到后台 ![web_admin_oauth](docs/web_admin_oauth.png) - 对于`Google` 和 `Github`, `Issuer` 和 `Scopes`不需要填写. - 对于`OIDC`, `Issuer`是必须的。`Scopes`是可选的,默认为 `openid,profile,email`. 确保可以获取 `sub`,`email` 和`preferred_username` @@ -91,6 +91,21 @@ 中创建,地址 [https://github.com/settings/developers](https://github.com/settings/developers) - `Authorization callback URL`填写`http:///api/oauth/callback` ,比如`http://127.0.0.1:21114/api/oauth/callback` +7. 登录日志 +8. 链接日志 +9. 文件传输日志 +10. server控制 + + - `简易模式`,已经界面化了一些简单的指令,可以直接在后台执行 + ![rustdesk_command_simple](./docs/rustdesk_command_simple.png) + + - `高级模式`,直接在后台执行指令 + * 可以官方指令 + * 可以添加自定义指令 + * 可以执行自定义指令 + + ![rustdesk_command_advance](./docs/rustdesk_command_advance.png) + ### Web Client: diff --git a/README_EN.md b/README_EN.md index aac576a..c137b22 100644 --- a/README_EN.md +++ b/README_EN.md @@ -79,12 +79,11 @@ installation are `admin` `admin`, please change the password immediately. 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 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. - +3. Each user can have multiple address books, which can also be shared with other users. +4. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`. +5. 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`, `Google` and `OIDC` are supported. You need to create an `OAuth App` and configure it in +6. OAuth support: Currently, `GitHub`, `Google` and `OIDC` are supported. You need to create an `OAuth App` and configure it in the admin panel. ![web_admin_oauth](docs/en_img/web_admin_oauth.png) - For `Google` and `Github`, you don't need to fill the `Issuer` and `Scpoes` @@ -93,6 +92,23 @@ installation are `admin` `admin`, please change the password immediately. at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers). - Set the `Authorization callback URL` to `http:///api/oauth/callback`, e.g., `http://127.0.0.1:21114/api/oauth/callback`. + +7. Login logs +8. Connection logs +9. File transfer logs +10. Server control + +- `Simple mode`, some simple commands have been GUI-ized and can be executed directly in the backend + ![rustdesk_command_simple](./docs/en_img/rustdesk_command_simple.png) + +- `Advanced mode`, commands can be executed directly in the backend + * Official commands can be used + * Custom commands can be added + * Custom commands can be executed + + ![rustdesk_command_advance](./docs/en_img/rustdesk_command_advance.png) + + ### Web Client: diff --git a/docs/en_img/rustdesk_command_advance.png b/docs/en_img/rustdesk_command_advance.png new file mode 100644 index 0000000..41a1d41 Binary files /dev/null and b/docs/en_img/rustdesk_command_advance.png differ diff --git a/docs/en_img/rustdesk_command_simple.png b/docs/en_img/rustdesk_command_simple.png new file mode 100644 index 0000000..5deaaae Binary files /dev/null and b/docs/en_img/rustdesk_command_simple.png differ diff --git a/docs/en_img/web_admin.png b/docs/en_img/web_admin.png index ca95f93..0f8ceea 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_oauth.png b/docs/en_img/web_admin_oauth.png index 0419456..9325df2 100644 Binary files a/docs/en_img/web_admin_oauth.png and b/docs/en_img/web_admin_oauth.png differ diff --git a/docs/rustdesk_command_advance.png b/docs/rustdesk_command_advance.png new file mode 100644 index 0000000..7088f4f Binary files /dev/null and b/docs/rustdesk_command_advance.png differ diff --git a/docs/rustdesk_command_simple.png b/docs/rustdesk_command_simple.png new file mode 100644 index 0000000..b5f1088 Binary files /dev/null and b/docs/rustdesk_command_simple.png differ diff --git a/docs/web_admin.png b/docs/web_admin.png index c2a8463..4f3ef0d 100644 Binary files a/docs/web_admin.png and b/docs/web_admin.png differ