ljw 1 год назад
Родитель
Сommit
5c4b6b5cd0

+ 7 - 3
README.md

@@ -28,6 +28,9 @@
28
     - 标签管理
28
     - 标签管理
29
     - 群组管理
29
     - 群组管理
30
     - Oauth 管理
30
     - Oauth 管理
31
+    - 登录日志
32
+    - 链接日志
33
+    - 文件传输日志
31
     - 快速使用web client
34
     - 快速使用web client
32
     - i18n
35
     - i18n
33
     - 通过 web client 分享给游客
36
     - 通过 web client 分享给游客
@@ -44,7 +47,7 @@
44
 #### PC客户端使用的是 ***1.3.0***,经测试 ***1.2.6+*** 都可以
47
 #### PC客户端使用的是 ***1.3.0***,经测试 ***1.2.6+*** 都可以
45
 
48
 
46
 #### 关于PC端链接超时或者链接不上的问题以及解决方案
49
 #### 关于PC端链接超时或者链接不上的问题以及解决方案
47
-##### 链接不上或者超时
50
+##### 链接不上或者超时
48
 因为server端相对于客户端落后版本,server不会响应客户端的`secure_tcp`请求,所以客户端超时。
51
 因为server端相对于客户端落后版本,server不会响应客户端的`secure_tcp`请求,所以客户端超时。
49
 相关代码代码位置在`https://github.com/rustdesk/rustdesk/blob/master/src/client.rs#L322`
52
 相关代码代码位置在`https://github.com/rustdesk/rustdesk/blob/master/src/client.rs#L322`
50
   ```rust
53
   ```rust
@@ -113,12 +116,13 @@
113
    ![web_admin](docs/web_admin.png)
116
    ![web_admin](docs/web_admin.png)
114
 2. 普通用户界面
117
 2. 普通用户界面
115
    ![web_user](docs/web_admin_user.png)
118
    ![web_user](docs/web_admin_user.png)
116
-   右上角可以更改密码,可以切换语言
119
+   右上角可以更改密码,可以切换语言,可以切换`白天/黑夜`模式
117
    ![web_resetpwd](docs/web_resetpwd.png)
120
    ![web_resetpwd](docs/web_resetpwd.png)
118
 
121
 
119
 3. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组`
122
 3. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组`
120
    ![web_admin_gr](docs/web_admin_gr.png)
123
    ![web_admin_gr](docs/web_admin_gr.png)
121
-4. 可以直接打开webclient,方便使用;也可以分享给游客,游客可以直接通过webclient远程到设备
124
+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.
125
+
122
    ![web_webclient](docs/admin_webclient.png)
126
    ![web_webclient](docs/admin_webclient.png)
123
 5. Oauth,暂时只支持了`Github`和`Google`, 需要创建一个`OAuth App`,然后配置到后台
127
 5. Oauth,暂时只支持了`Github`和`Google`, 需要创建一个`OAuth App`,然后配置到后台
124
    ![web_admin_oauth](docs/web_admin_oauth.png)
128
    ![web_admin_oauth](docs/web_admin_oauth.png)

+ 12 - 5
README_EN.md

@@ -27,6 +27,9 @@ desktop software that provides self-hosted solutions.
27
     - Tag Management
27
     - Tag Management
28
     - Group Management
28
     - Group Management
29
     - OAuth Management
29
     - OAuth Management
30
+    - Login Logs
31
+    - Connection Logs
32
+    - File Transfer Logs
30
     - Quick access to web client
33
     - Quick access to web client
31
     - i18n
34
     - i18n
32
     - Share to guest by web client
35
     - Share to guest by web client
@@ -117,15 +120,16 @@ installation are `admin` `admin`, please change the password immediately.
117
    ![web_admin](docs/en_img/web_admin.png)
120
    ![web_admin](docs/en_img/web_admin.png)
118
 2. Regular user interface:
121
 2. Regular user interface:
119
    ![web_user](docs/en_img/web_admin_user.png)
122
    ![web_user](docs/en_img/web_admin_user.png)
120
-   You can change your password from the top right corner:
123
+   In the top right corner, you can change the password, switch languages, and toggle between `day/night` mode.
124
+
121
    ![web_resetpwd](docs/en_img/web_resetpwd.png)
125
    ![web_resetpwd](docs/en_img/web_resetpwd.png)
122
 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
126
 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
123
    ![web_admin_gr](docs/en_img/web_admin_gr.png)
127
    ![web_admin_gr](docs/en_img/web_admin_gr.png)
124
-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.
128
+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.
129
+
125
    ![web_webclient](docs/en_img/admin_webclient.png)
130
    ![web_webclient](docs/en_img/admin_webclient.png)
126
 5. OAuth support: Currently, `GitHub` and `Google`  is supported. You need to create an `OAuth App` and configure it in
131
 5. OAuth support: Currently, `GitHub` and `Google`  is supported. You need to create an `OAuth App` and configure it in
127
-   the admin
128
-   panel.
132
+   the admin panel.
129
    ![web_admin_oauth](docs/en_img/web_admin_oauth.png)
133
    ![web_admin_oauth](docs/en_img/web_admin_oauth.png)
130
     - Create a `GitHub OAuth App`
134
     - Create a `GitHub OAuth App`
131
       at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
135
       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.
135
 ### Web Client:
139
 ### Web Client:
136
 
140
 
137
 1. If you're already logged into the admin panel, the web client will log in automatically.
141
 1. If you're already logged into the admin panel, the web client will log in automatically.
138
-2. If you're not logged in, simply click the login button at the top right corner, and the API server will be
142
+2. If you're not logged in, simply click the login button in the top right corner, and the API server will be
139
    pre-configured.
143
    pre-configured.
140
    ![webclient_conf](docs/webclient_conf.png)
144
    ![webclient_conf](docs/webclient_conf.png)
141
 3. After logging in, the ID server and key will be automatically synced.
145
 3. After logging in, the ID server and key will be automatically synced.
@@ -183,6 +187,9 @@ logger:
183
   path: "./runtime/log.txt"
187
   path: "./runtime/log.txt"
184
   level: "warn" #trace,debug,info,warn,error,fatal
188
   level: "warn" #trace,debug,info,warn,error,fatal
185
   report-caller: true
189
   report-caller: true
190
+proxy:
191
+  enable: false
192
+  host: ""
186
 ```
193
 ```
187
 
194
 
188
 ### Environment Variables
195
 ### Environment Variables

BIN
docs/admin_webclient.png


BIN
docs/en_img/admin_webclient.png


BIN
docs/en_img/web_admin.png


BIN
docs/en_img/web_admin_user.png


BIN
docs/en_img/web_resetpwd.png


BIN
docs/web_admin.png


BIN
docs/web_admin_user.png


BIN
docs/web_resetpwd.png