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

+ 7 - 3
README.md

@@ -28,6 +28,9 @@
28 28
     - 标签管理
29 29
     - 群组管理
30 30
     - Oauth 管理
31
+    - 登录日志
32
+    - 链接日志
33
+    - 文件传输日志
31 34
     - 快速使用web client
32 35
     - i18n
33 36
     - 通过 web client 分享给游客
@@ -44,7 +47,7 @@
44 47
 #### PC客户端使用的是 ***1.3.0***,经测试 ***1.2.6+*** 都可以
45 48
 
46 49
 #### 关于PC端链接超时或者链接不上的问题以及解决方案
47
-##### 链接不上或者超时
50
+##### 链接不上或者超时
48 51
 因为server端相对于客户端落后版本,server不会响应客户端的`secure_tcp`请求,所以客户端超时。
49 52
 相关代码代码位置在`https://github.com/rustdesk/rustdesk/blob/master/src/client.rs#L322`
50 53
   ```rust
@@ -113,12 +116,13 @@
113 116
    ![web_admin](docs/web_admin.png)
114 117
 2. 普通用户界面
115 118
    ![web_user](docs/web_admin_user.png)
116
-   右上角可以更改密码,可以切换语言
119
+   右上角可以更改密码,可以切换语言,可以切换`白天/黑夜`模式
117 120
    ![web_resetpwd](docs/web_resetpwd.png)
118 121
 
119 122
 3. 分组可以自定义,方便管理,暂时支持两种类型: `共享组` 和 `普通组`
120 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 126
    ![web_webclient](docs/admin_webclient.png)
123 127
 5. Oauth,暂时只支持了`Github`和`Google`, 需要创建一个`OAuth App`,然后配置到后台
124 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 27
     - Tag Management
28 28
     - Group Management
29 29
     - OAuth Management
30
+    - Login Logs
31
+    - Connection Logs
32
+    - File Transfer Logs
30 33
     - Quick access to web client
31 34
     - i18n
32 35
     - Share to guest by web client
@@ -117,15 +120,16 @@ installation are `admin` `admin`, please change the password immediately.
117 120
    ![web_admin](docs/en_img/web_admin.png)
118 121
 2. Regular user interface:
119 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 125
    ![web_resetpwd](docs/en_img/web_resetpwd.png)
122 126
 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
123 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 130
    ![web_webclient](docs/en_img/admin_webclient.png)
126 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 133
    ![web_admin_oauth](docs/en_img/web_admin_oauth.png)
130 134
     - Create a `GitHub OAuth App`
131 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 139
 ### Web Client:
136 140
 
137 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 143
    pre-configured.
140 144
    ![webclient_conf](docs/webclient_conf.png)
141 145
 3. After logging in, the ID server and key will be automatically synced.
@@ -183,6 +187,9 @@ logger:
183 187
   path: "./runtime/log.txt"
184 188
   level: "warn" #trace,debug,info,warn,error,fatal
185 189
   report-caller: true
190
+proxy:
191
+  enable: false
192
+  host: ""
186 193
 ```
187 194
 
188 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