You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -330,7 +330,7 @@ The configuration of scheme. Set this field if using HTTPS.
330
330
"key_file": "data\\key.key", // Path of key file
331
331
"unix_file": "", // Unix socket file path to listen on, default empty, if you want to use unix socket, set it to non empty
332
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
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/AlliotTech/openalist/pull/8294
334
334
},
335
335
```
336
336
@@ -493,11 +493,11 @@ Configuration for background task threads.
493
493
A new **transmission** configuration path is added to the background configuration: `/@manage/settings/traffic`
494
494
495
495
- Supports limiting the number of threads and transmission uplink and downlink rates of ==6 tasks==
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
- 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.
Copy file name to clipboardExpand all lines: docs/config/other.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Allow the use of offline download tools such as 115/PikPak/Thunder in any storag
44
44
45
45
- Otherwise, the file will be downloaded to the temporary directory configured by the user, and then transferred to the target directory
46
46
- For example, in the front-end page of the `GoogleDrive` storage driver, calling `Pikpak offline-download` will first download to the Pikpak temporary folder directory set in the background, and then transfer from Pikpak to the `GoogleDrive` file after the Pikpak offline download is completed
Copy file name to clipboardExpand all lines: docs/guide/drivers/UrlTree.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ star: true
29
29
After opening, you can perform `MakeDir`, `Move`, `Rename`, `Copy`, `Remove`, `PutURL` on this driver
30
30
31
31
- When a user attempts to use SimpleHttp for offline downloading in a driver that implements this interface, the offline download tool will not be invoked. Instead, the `PutURL` method of the driver will be called.
@@ -91,7 +91,7 @@ Allow users to disable storage indexing.
91
91
92
92
- For example, if you enable `Ignore Index` in the index options, you no longer need to configure it after enabling `Disable Index`, which is more convenient.
0 commit comments