|
|
@@ -79,12 +79,11 @@ installation are `admin` `admin`, please change the password immediately.
|
|
79
|
79
|
In the top right corner, you can change the password, switch languages, and toggle between `day/night` mode.
|
|
80
|
80
|
|
|
81
|
81
|

|
|
82
|
|
-3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
|
83
|
|
- 
|
|
84
|
|
-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.
|
|
85
|
|
-
|
|
|
82
|
+3. Each user can have multiple address books, which can also be shared with other users.
|
|
|
83
|
+4. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
|
|
84
|
+5. 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.
|
|
86
|
85
|

|
|
87
|
|
-5. OAuth support: Currently, `GitHub`, `Google` and `OIDC` are supported. You need to create an `OAuth App` and configure it in
|
|
|
86
|
+6. OAuth support: Currently, `GitHub`, `Google` and `OIDC` are supported. You need to create an `OAuth App` and configure it in
|
|
88
|
87
|
the admin panel.
|
|
89
|
88
|

|
|
90
|
89
|
- For `Google` and `Github`, you don't need to fill the `Issuer` and `Scpoes`
|
|
|
@@ -93,6 +92,23 @@ installation are `admin` `admin`, please change the password immediately.
|
|
93
|
92
|
at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
|
|
94
|
93
|
- Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,
|
|
95
|
94
|
e.g., `http://127.0.0.1:21114/api/oauth/callback`.
|
|
|
95
|
+
|
|
|
96
|
+7. Login logs
|
|
|
97
|
+8. Connection logs
|
|
|
98
|
+9. File transfer logs
|
|
|
99
|
+10. Server control
|
|
|
100
|
+
|
|
|
101
|
+- `Simple mode`, some simple commands have been GUI-ized and can be executed directly in the backend
|
|
|
102
|
+ 
|
|
|
103
|
+
|
|
|
104
|
+- `Advanced mode`, commands can be executed directly in the backend
|
|
|
105
|
+ * Official commands can be used
|
|
|
106
|
+ * Custom commands can be added
|
|
|
107
|
+ * Custom commands can be executed
|
|
|
108
|
+
|
|
|
109
|
+ 
|
|
|
110
|
+
|
|
|
111
|
+
|
|
96
|
112
|
|
|
97
|
113
|
### Web Client:
|
|
98
|
114
|
|