mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-05-05 05:56:06 +00:00
up README_EN.md
This commit is contained in:
18
README_EN.md
18
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.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Address Book
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### 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:
|
||||

|
||||

|
||||
2. Regular user interface:
|
||||

|
||||

|
||||
You can change your password from the top right corner:
|
||||

|
||||

|
||||
3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
||||

|
||||

|
||||
4. You can open the web client directly for convenience:
|
||||

|
||||

|
||||
5. OAuth support: Currently, `GitHub` and `Google` is supported. You need to create an `OAuth App` and configure it in
|
||||
the admin
|
||||
panel.
|
||||

|
||||

|
||||
- 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://<your server[:port]>/api/oauth/callback`,
|
||||
|
||||
Reference in New Issue
Block a user