Skip to content

Commit a0b2608

Browse files
authored
Docd: Update (#428)
* update * 添加查看桌面版 key 方法
1 parent 6e3aab2 commit a0b2608

File tree

125 files changed

+383
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+383
-146
lines changed
51.2 KB
Loading
59.7 KB
Loading
75.9 KB
Loading
82.7 KB
Loading
19.4 KB
Loading
96.3 KB
Loading
11.9 KB
Loading
12.3 KB
Loading

docs/config/configuration.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ After modifying the configuration file, restart AList for changes to take effect
6363
"cert_file": "",
6464
"key_file": "",
6565
"unix_file": "",
66-
"unix_file_perm": ""
66+
"unix_file_perm": "",
67+
"enable_h2c": false
6768
},
6869
"temp_dir": "data\\temp",
6970
"bleve_dir": "data\\bleve",
@@ -328,7 +329,8 @@ The configuration of scheme. Set this field if using HTTPS.
328329
"cert_file": "data\\cert.crt", // Path of cert file
329330
"key_file": "data\\key.key", // Path of key file
330331
"unix_file": "", // Unix socket file path to listen on, default empty, if you want to use unix socket, set it to non empty
331-
"unix_file_perm": "" // Unix socket file permission, set to the appropriate permissions
332+
"unix_file_perm": "", // Unix socket file permission, set to the appropriate permissions
333+
"enable_h2c": false // Support HTTP/2 Cleartext (H2C) protocol for alist's http service. The cleartext HTTP/2 protocol supports nginx's grpc_pass after it is enabled - https://github.com/AlistGo/alist/pull/8294
332334
},
333335
```
334336

@@ -486,6 +488,18 @@ Configuration for background task threads.
486488
- **decompress_upload**:false
487489
- **allow_retry_canceled**:Allow users to retry previously canceled tasks
488490

491+
-----
492+
493+
A new **transmission** configuration path is added to the background configuration: `/@manage/settings/traffic`
494+
495+
- Supports limiting the number of threads and transmission uplink and downlink rates of ==6 tasks==
496+
- **https://github.com/AlistGo/alist/pull/7948**
497+
498+
Operation principle: If `settings/traffic` does not have a thread number field (first run or just upgraded from an old version), `settings/traffic` will be initialized with the value of the config configuration file. If `settings/traffic` has a value, the thread configuration information of config will be ignored
499+
500+
- **https://github.com/AlistGo/alist/pull/7948#issuecomment-2775174617**
501+
502+
- Summary: For newly installed or upgraded versions, the values will be read from the configuration file to initialize the `traffic` configuration information. Subsequent modifications to the thread only need to be modified in the background.
489503

490504
<br/>
491505

0 commit comments

Comments
 (0)