Skip to content

Commit ed6b3fc

Browse files
author
You
committed
chore: replace repo
1 parent 4db8695 commit ed6b3fc

24 files changed

Lines changed: 39 additions & 39 deletions

docs/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default hopeTheme(
105105
* Using Giscus 评论
106106
*/
107107
provider: "Giscus",
108-
repo: "AlistGo/docs",
108+
repo: "AlliotTech/openalist-docs",
109109
repoId: "R_kgDOHmaM-A",
110110
category: "Announcements",
111111
categoryId: "DIC_kwDOHmaM-M4CRRXl",

docs/config/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ In PostgreSQL, the `ssl_mode` parameter is used to specify how the client uses S
306306

307307
Documentation link:https://www.meilisearch.com/docs
308308

309-
Reference Links:https://github.com/AlistGo/alist/discussions/6830
309+
Reference Links:https://github.com/AlliotTech/openalist/discussions/6830
310310

311311

312312

@@ -330,7 +330,7 @@ The configuration of scheme. Set this field if using HTTPS.
330330
"key_file": "data\\key.key", // Path of key file
331331
"unix_file": "", // Unix socket file path to listen on, default empty, if you want to use unix socket, set it to non empty
332332
"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
334334
},
335335
```
336336

@@ -493,11 +493,11 @@ Configuration for background task threads.
493493
A new **transmission** configuration path is added to the background configuration: `/@manage/settings/traffic`
494494

495495
- Supports limiting the number of threads and transmission uplink and downlink rates of ==6 tasks==
496-
- **https://github.com/AlistGo/alist/pull/7948**
496+
- **https://github.com/AlliotTech/openalist/pull/7948**
497497

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

500-
- **https://github.com/AlistGo/alist/pull/7948#issuecomment-2775174617**
500+
- **https://github.com/AlliotTech/openalist/pull/7948#issuecomment-2775174617**
501501

502502
- 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.
503503

docs/config/other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Allow the use of offline download tools such as 115/PikPak/Thunder in any storag
4444

4545
- Otherwise, the file will be downloaded to the temporary directory configured by the user, and then transferred to the target directory
4646
- 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
47-
- **https://github.com/AlistGo/alist/pull/7716**
47+
- **https://github.com/AlliotTech/openalist/pull/7716**
4848

4949
<br/>
5050

docs/config/preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ If you want to use self-deployed onlyoffice to preview office files, you can add
104104
```
105105
Deploying and using `OnlyOffice` Reference:
106106

107-
- https://github.com/AlistGo/alist/discussions/3255
108-
- https://github.com/AlistGo/alist/discussions/8271
107+
- https://github.com/AlliotTech/openalist/discussions/3255
108+
- https://github.com/AlliotTech/openalist/discussions/8271
109109

110110
:::
111111

docs/guide/advanced/alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ If you really do n’t understand, you can test it yourself and then install the
247247
248248
### **Download concurrency、Download part size**
249249
250-
You need to enable the proxy to take effect, for details, see:**https://github.com/AlistGo/alist/pull/7829**
250+
You need to enable the proxy to take effect, for details, see:**https://github.com/AlliotTech/openalist/pull/7829**

docs/guide/advanced/offline-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ According to [source code](https://github.com/AlliotTech/openalist/blob/main/int
9393

9494
2. Default value configuration view address: (The link may also change position based on subsequent optimization)
9595

96-
- **https://github.com/AlistGo/alist/blob/main/internal/offline_download/qbit/qbit.go#L28**
96+
- **https://github.com/AlliotTech/openalist/blob/main/internal/offline_download/qbit/qbit.go#L28**
9797

9898

9999
- ```{ *** Value: "http://admin:adminadmin@localhost:8080/", Type: conf.TypeString, *** } ```

docs/guide/advanced/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ star: true
4949
- Daemon:If you want to use it, you can create a new daemon process in the same way as manually starting AList.
5050
- Download Url:https://github.com/meilisearch/meilisearch/releases
5151
- `meilisearch` Docs Url:https://www.meilisearch.com/docs/learn/getting_started/installation
52-
- Reference Links:https://github.com/AlistGo/alist/discussions/6830
52+
- Reference Links:https://github.com/AlliotTech/openalist/discussions/6830
5353

5454
<br/>
5555

docs/guide/drivers/UrlTree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ star: true
2929
After opening, you can perform `MakeDir`, `Move`, `Rename`, `Copy`, `Remove`, `PutURL` on this driver
3030

3131
- 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.
32-
- **https://github.com/AlistGo/alist/pull/7779**
32+
- **https://github.com/AlliotTech/openalist/pull/7779**
3333

3434
<br/>
3535

docs/guide/drivers/alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ If you really do n’t understand, you can test it yourself and then install the
248248
249249
### **Download concurrency、Download part size**
250250
251-
You need to enable the proxy to take effect, for details, see:**https://github.com/AlistGo/alist/pull/7829**
251+
You need to enable the proxy to take effect, for details, see:**https://github.com/AlliotTech/openalist/pull/7829**

docs/guide/drivers/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Currently only the following network disks are supported:
6565

6666
In the storage settings, set the first line of `Remark` to: **ref:/mount path**
6767

68-
- https://github.com/AlistGo/alist/pull/7805
68+
- https://github.com/AlliotTech/openalist/pull/7805
6969

7070
![](/img/drivers/ref_token.png)
7171

@@ -91,7 +91,7 @@ Allow users to disable storage indexing.
9191

9292
- 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.
9393

94-
[alist#7730](https://github.com/AlistGo/alist/pull/7730)[alist-web#219](https://github.com/AlistGo/alist-web/pull/219)
94+
[alist#7730](https://github.com/AlliotTech/openalist/pull/7730)[alist-web#219](https://github.com/AlistGo/alist-web/pull/219)
9595

9696
<br/>
9797

0 commit comments

Comments
 (0)