-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(github_releases): add support for github_releases driver #7844
Open
YangRucheng
wants to merge
6
commits into
AlistGo:main
Choose a base branch
from
YangRucheng:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+473
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
我构建了此 pr 的镜像 构建过程和进度:GitHub Action |
YangRucheng
changed the title
feat: add support for github_releases driver
feat(github_releases): add support for github_releases driver
Jan 23, 2025
我感觉像是#7859 这个另一个PR的文件结构会不会更好一些呢?就是一个仓库作为一个储存,这样,如果我只挂载一个仓库,更好能直接挂载到一个目录中直接进入,而不是要进入两次。如果我要挂载多个仓库,那我就添加多次这个储存就行了 |
此外,这个pr与#7859 功能相近。两个功能相近的pr是不是合并一下更好呢,一个开发者给另外一个开发者fork的仓库进行pr,然后最后让xhofe把merge commit去author两个人 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolve #7842
添加对 GitHub Releases 的支持,将多个仓库的最新版 Releases 挂载到 AList,方便不了解 GitHub 的用户下载。
同时可选是否获取仓库根目录下的
*.md
和LICENSE
文件。配置项:
*.md
和LICENSE
文件RepoStructure 使用类似地址树的方式,但不使用缩进表示目录,支持多级路径。
效果示例(不显示所有版本):
效果示例(显示所有版本):
补充说明:
*.md
和LICENSE
文件的大小。map
缓存接口响应,减少访问速率限制的影响。