lejianwen 1 год назад
Родитель
Сommit
ac45a1b5ad

+ 20 - 5
README.md

@@ -76,14 +76,14 @@
76 76
 2. 普通用户界面
77 77
    ![web_user](docs/web_admin_user.png)
78 78
    右上角可以更改密码,可以切换语言,可以切换`白天/黑夜`模式
79
-   ![web_resetpwd](docs/web_resetpwd.png)
80 79
 
81
-3. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组`
82
-   ![web_admin_gr](docs/web_admin_gr.png)
83
-4. 可以直接打开webclient,方便使用;也可以分享给游客,游客可以直接通过webclient远程到设备
80
+   ![web_resetpwd](docs/web_resetpwd.png)
84 81
 
82
+3. 每个用户可以多个地址簿,也可以将地址簿共享给其他用户
83
+4. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组`
84
+5. 可以直接打开webclient,方便使用;也可以分享给游客,游客可以直接通过webclient远程到设备
85 85
    ![web_webclient](docs/admin_webclient.png)
86
-5. Oauth,支持了`Github`, `Google` 以及 `OIDC`, 需要创建一个`OAuth App`,然后配置到后台
86
+6. Oauth,支持了`Github`, `Google` 以及 `OIDC`, 需要创建一个`OAuth App`,然后配置到后台
87 87
    ![web_admin_oauth](docs/web_admin_oauth.png)
88 88
     - 对于`Google` 和 `Github`, `Issuer` 和 `Scopes`不需要填写.
89 89
     - 对于`OIDC`, `Issuer`是必须的。`Scopes`是可选的,默认为 `openid,profile,email`. 确保可以获取 `sub`,`email` 和`preferred_username`
@@ -91,6 +91,21 @@
91 91
       中创建,地址 [https://github.com/settings/developers](https://github.com/settings/developers)
92 92
     - `Authorization callback URL`填写`http://<your server[:port]>/api/oauth/callback`
93 93
       ,比如`http://127.0.0.1:21114/api/oauth/callback`
94
+7. 登录日志
95
+8. 链接日志
96
+9. 文件传输日志
97
+10. server控制
98
+
99
+  - `简易模式`,已经界面化了一些简单的指令,可以直接在后台执行
100
+    ![rustdesk_command_simple](./docs/rustdesk_command_simple.png)
101
+
102
+  - `高级模式`,直接在后台执行指令
103
+      * 可以官方指令
104
+      * 可以添加自定义指令
105
+      * 可以执行自定义指令
106
+    
107
+    ![rustdesk_command_advance](./docs/rustdesk_command_advance.png)
108
+ 
94 109
 
95 110
 ### Web Client:
96 111
 

+ 21 - 5
README_EN.md

@@ -79,12 +79,11 @@ installation are `admin` `admin`, please change the password immediately.
79 79
    In the top right corner, you can change the password, switch languages, and toggle between `day/night` mode.
80 80
 
81 81
    ![web_resetpwd](docs/en_img/web_resetpwd.png)
82
-3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
83
-   ![web_admin_gr](docs/en_img/web_admin_gr.png)
84
-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.
85
-
82
+3. Each user can have multiple address books, which can also be shared with other users.
83
+4. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
84
+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.
86 85
    ![web_webclient](docs/en_img/admin_webclient.png)
87
-5. OAuth support: Currently, `GitHub`, `Google` and `OIDC`  are supported. You need to create an `OAuth App` and configure it in
86
+6. OAuth support: Currently, `GitHub`, `Google` and `OIDC`  are supported. You need to create an `OAuth App` and configure it in
88 87
    the admin panel.
89 88
    ![web_admin_oauth](docs/en_img/web_admin_oauth.png)
90 89
     - 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.
93 92
       at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
94 93
     - Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,
95 94
       e.g., `http://127.0.0.1:21114/api/oauth/callback`.
95
+   
96
+7. Login logs
97
+8. Connection logs
98
+9. File transfer logs
99
+10. Server control
100
+
101
+- `Simple mode`, some simple commands have been GUI-ized and can be executed directly in the backend
102
+  ![rustdesk_command_simple](./docs/en_img/rustdesk_command_simple.png)
103
+
104
+- `Advanced mode`, commands can be executed directly in the backend
105
+    * Official commands can be used
106
+    * Custom commands can be added
107
+    * Custom commands can be executed
108
+
109
+  ![rustdesk_command_advance](./docs/en_img/rustdesk_command_advance.png)
110
+
111
+
96 112
 
97 113
 ### Web Client:
98 114
 

BIN
docs/en_img/rustdesk_command_advance.png


BIN
docs/en_img/rustdesk_command_simple.png


BIN
docs/en_img/web_admin.png


BIN
docs/en_img/web_admin_oauth.png


BIN
docs/rustdesk_command_advance.png


BIN
docs/rustdesk_command_simple.png


BIN
docs/web_admin.png