|
|
@@ -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
|

|
|
118
|
121
|
2. Regular user interface:
|
|
119
|
122
|

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

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

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

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

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

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