|
@@ -65,15 +65,15 @@ desktop software that provides self-hosted solutions.
|
|
65
|
configuration section for details.
|
65
|
configuration section for details.
|
|
66
|
- Added authorization login for the web admin panel.
|
66
|
- Added authorization login for the web admin panel.
|
|
67
|
|
67
|
|
|
68
|
-
|
|
|
|
|
|
68
|
+
|
|
69
|
|
69
|
|
|
70
|
#### Address Book
|
70
|
#### Address Book
|
|
71
|
|
71
|
|
|
72
|
-
|
|
|
|
|
|
72
|
+
|
|
73
|
|
73
|
|
|
74
|
#### 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.
|
74
|
#### 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.
|
|
75
|
|
75
|
|
|
76
|
-
|
|
|
|
|
|
76
|
+
|
|
77
|
|
77
|
|
|
78
|
### Web Admin
|
78
|
### Web Admin
|
|
79
|
|
79
|
|
|
@@ -84,19 +84,19 @@ displaying data.Frontend code is available at [rustdesk-api-web](https://github.
|
|
84
|
installation are `admin` `admin`, please change the password immediately.***
|
84
|
installation are `admin` `admin`, please change the password immediately.***
|
|
85
|
|
85
|
|
|
86
|
1. Admin interface:
|
86
|
1. Admin interface:
|
|
87
|
- 
|
|
|
|
|
|
87
|
+ 
|
|
88
|
2. Regular user interface:
|
88
|
2. Regular user interface:
|
|
89
|
- 
|
|
|
|
|
|
89
|
+ 
|
|
90
|
You can change your password from the top right corner:
|
90
|
You can change your password from the top right corner:
|
|
91
|
- 
|
|
|
|
|
|
91
|
+ 
|
|
92
|
3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
92
|
3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
|
93
|
- 
|
|
|
|
|
|
93
|
+ 
|
|
94
|
4. You can open the web client directly for convenience:
|
94
|
4. You can open the web client directly for convenience:
|
|
95
|
- 
|
|
|
|
|
|
95
|
+ 
|
|
96
|
5. OAuth support: Currently, `GitHub` and `Google` is supported. You need to create an `OAuth App` and configure it in
|
96
|
5. OAuth support: Currently, `GitHub` and `Google` is supported. You need to create an `OAuth App` and configure it in
|
|
97
|
the admin
|
97
|
the admin
|
|
98
|
panel.
|
98
|
panel.
|
|
99
|
- 
|
|
|
|
|
|
99
|
+ 
|
|
100
|
- Create a `GitHub OAuth App`
|
100
|
- Create a `GitHub OAuth App`
|
|
101
|
at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
|
101
|
at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
|
|
102
|
- Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,
|
102
|
- Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,
|