GitHub Releases
January 29, 2025GuideStorageGuide302OfficialAbout 1 min
GitHub Releases
Tips
GitHub API rate limits: The primary rate limit for unauthenticated requests is 60 requests per hour. Making API requests using a personal access token counts toward your personal rate limit of 5,000 requests per hour.
Repo Structure
1
The simplest usage is to directly write owner/repository, only one can be filled in.
Input
AlliotTech/openalistThe effect is the same as the following:
/:AlliotTech/openalist2
Mount to a subdirectory, you can mount multiple repositories
Input
/alist-gh:AlliotTech/openalist
/alist-web-gh:AlliotTech/openalist-webThe leading / can be omitted:
alist-gh:AlliotTech/openalist
alist-web-gh:AlliotTech/openalist-webShow README file
Off switch:
alist/
├── alist-linux-amd64.tar.gz
└── alist-windows-amd64.zipOn switch:
alist/
├── v3.41.0/
│ ├── alist-linux-amd64.tar.gz
│ └── alist-windows-amd64.zip
├── v3.40.0/
│ ├── alist-linux-amd64.tar.gz
│ └── alist-windows-amd64.zip
├── LICENSE
├── README.md
└── README_cn.mdIf enabled, the total size and modification time of the folder will not be displayed.
Token
Required when accessing private repositories, and can also reduce the impact of rate limits.
Log in GitHub and visit: https://github.com/settings/tokens
Show all version
Off switch:
alist/
├── alist-linux-amd64.tar.gz
└── alist-windows-amd64.zipOn switch:
alist/
├── v3.41.0/
│ ├── alist-linux-amd64.tar.gz
│ └── alist-windows-amd64.zip
├── v3.40.0/
│ ├── alist-linux-amd64.tar.gz
│ └── alist-windows-amd64.zip
└── v3.39.4/
├── alist-linux-amd64.tar.gz
└── alist-windows-amd64.zipGh Proxy
Used to speed up downloading
- Download the content of
Releasesand change it to https://xxxx.com/https://github.com
https://gh-proxy.com/github.comhttps://ghfast.top/github.comhttps://ghproxy.net/github.com