diff --git a/README_EN.md b/README_EN.md index 38ec6a8..823b6e6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -65,15 +65,15 @@ desktop software that provides self-hosted solutions. configuration section for details. - Added authorization login for the web admin panel. -![pc_login](docs/pc_login.png) +![pc_login](docs/en_img/pc_login.png) #### Address Book -![pc_ab](docs/pc_ab.png) +![pc_ab](docs/en_img/pc_ab.png) #### Groups: Groups are divided into `shared groups` and `regular groups`. In shared groups, everyone can see the peers of all group members, while in regular groups, only administrators can see all members' peers. -![pc_gr](docs/pc_gr.png) +![pc_gr](docs/en_img/pc_gr.png) ### Web Admin @@ -84,19 +84,19 @@ displaying data.Frontend code is available at [rustdesk-api-web](https://github. installation are `admin` `admin`, please change the password immediately.*** 1. Admin interface: - ![web_admin](docs/web_admin.png) + ![web_admin](docs/en_img/web_admin.png) 2. Regular user interface: - ![web_user](docs/web_admin_user.png) + ![web_user](docs/en_img/web_admin_user.png) You can change your password from the top right corner: - ![web_resetpwd](docs/web_resetpwd.png) + ![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/web_admin_gr.png) + ![web_admin_gr](docs/en_img/web_admin_gr.png) 4. You can open the web client directly for convenience: - ![web_webclient](docs/admin_webclient.png) + ![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. - ![web_admin_oauth](docs/web_admin_oauth.png) + ![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). - Set the `Authorization callback URL` to `http:///api/oauth/callback`, diff --git a/docs/en_img/admin_webclient.png b/docs/en_img/admin_webclient.png new file mode 100644 index 0000000..d3e8b63 Binary files /dev/null and b/docs/en_img/admin_webclient.png differ diff --git a/docs/en_img/pc_ab.png b/docs/en_img/pc_ab.png new file mode 100644 index 0000000..73c1916 Binary files /dev/null and b/docs/en_img/pc_ab.png differ diff --git a/docs/en_img/pc_gr.png b/docs/en_img/pc_gr.png new file mode 100644 index 0000000..049d814 Binary files /dev/null and b/docs/en_img/pc_gr.png differ diff --git a/docs/en_img/pc_login.png b/docs/en_img/pc_login.png new file mode 100644 index 0000000..74b1047 Binary files /dev/null and b/docs/en_img/pc_login.png differ diff --git a/docs/en_img/web_admin.png b/docs/en_img/web_admin.png new file mode 100644 index 0000000..8fa56bd Binary files /dev/null and b/docs/en_img/web_admin.png differ diff --git a/docs/en_img/web_admin_gr.png b/docs/en_img/web_admin_gr.png new file mode 100644 index 0000000..a324be5 Binary files /dev/null and b/docs/en_img/web_admin_gr.png differ diff --git a/docs/en_img/web_admin_oauth.png b/docs/en_img/web_admin_oauth.png new file mode 100644 index 0000000..5591167 Binary files /dev/null and b/docs/en_img/web_admin_oauth.png differ diff --git a/docs/en_img/web_admin_user.png b/docs/en_img/web_admin_user.png new file mode 100644 index 0000000..856f5fe Binary files /dev/null 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 new file mode 100644 index 0000000..131d6a9 Binary files /dev/null and b/docs/en_img/web_resetpwd.png differ diff --git a/docs/web_resetpwd.png b/docs/web_resetpwd.png index 3f5c679..59f960b 100644 Binary files a/docs/web_resetpwd.png and b/docs/web_resetpwd.png differ