Skip to content
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

适配 GitHub Releases #7842

Open
4 tasks done
YangRucheng opened this issue Jan 19, 2025 · 4 comments · May be fixed by #7844
Open
4 tasks done

适配 GitHub Releases #7842

YangRucheng opened this issue Jan 19, 2025 · 4 comments · May be fixed by #7844
Labels
enhancement New feature or request

Comments

@YangRucheng
Copy link
Contributor

YangRucheng commented Jan 19, 2025

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

向 用户/朋友 提供开源软件最新版的下载链接,无需他们访问 GitHub。(这与最近合入的 GitHub 驱动不同)

类似于 地址树,但需要自动更新为最新的版本。且包含 仓库下的 *.md 文件。

Suggested solution / 实现思路

https://api.github.com/repos/alistGo/alist/releases/latest

使用此 API 来获取最新版。

如果此 Feature 符合 合理且受欢迎的要求 的要求,我可以自行 pr。 pr: #7844

Additional context / 附件

No response

@YangRucheng YangRucheng added the enhancement New feature or request label Jan 19, 2025
@flashlab
Copy link

支持,很棒的想法

@ShiaBox
Copy link

ShiaBox commented Jan 21, 2025

有趣,很棒的想法

@vvtommy
Copy link

vvtommy commented Jan 21, 2025

我也有一个在用的 github release driver,这样就能把测试包和其他文件下载都集中到 Alist 中管理。

设计跟楼主的 #7844 不太一样:

  • 在楼主的设计中,通过一个 storage 配置映射多个仓库的最新 Release。
  • 而我的需求(设计)则是“一个 storage 配置对应一个仓库”,alist 中挂载仓库所有版本的 Release(tag name)(见附图)。

另外由于我们工作仓库是私有仓库,所以也支持302(浏览器“自备”github session) 和代理模式下载。配置好 repo name(如 AlistGo/alist) 和 personal access token 就可以工作。

晚点整理一下提个 PR 上来😉。 see #7859

下图是 AlistGo/alist 的挂载示例:

Image

@YangRucheng
Copy link
Contributor Author

我也有一个在用的 github release driver,这样就能把测试包和其他文件下载都集中到 Alist 中管理。

设计跟楼主的 #7844 不太一样:

  • 在楼主的设计中,通过一个 storage 配置映射多个仓库的最新 Release。
  • 而我的需求(设计)则是“一个 storage 配置对应一个仓库”,alist 中挂载仓库所有版本的 Release(tag name)(见附图)。

另外由于我们工作仓库是私有仓库,所以也支持302(浏览器“自备”github session) 和代理模式下载。配置好 repo name(如 AlistGo/alist) 和 personal access token 就可以工作。

晚点整理一下提个 PR 上来😉。 see #7859

需求差异很小,如果你之前就pr了,我就可以在你的基础上加 readme 显示了😂

我修改了pr描述,以便能区分这两个pr的区别。

@YangRucheng YangRucheng changed the title 请求适配 GitHub Releases 适配 GitHub Releases Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants