GitHub Releases
January 29, 2025GuideStorageGuide302About 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
alistGo/alist
The effect is the same as the following:
/:alistGo/alist
2
Mount to a subdirectory, you can mount multiple repositories
Input
/alist-gh:alistGo/alist
/alist-web-gh:alistGo/alist-web
The leading /
can be omitted:
alist-gh:alistGo/alist
alist-web-gh:alistGo/alist-web
Show README file
Off switch:
alist/
├── alist-linux-amd64.tar.gz
└── alist-windows-amd64.zip
On 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.md
If 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.zip
On 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.zip
Gh Proxy
Used to speed up downloading
- Download the content of
Releases
and change it to https://xxxx.com/https://github.com
https://gh-proxy.com/github.com
https://ghfast.top/github.com
https://ghproxy.net/github.com