gh-proxy icon indicating copy to clipboard operation
gh-proxy copied to clipboard

[feature] 针对 Latest release 利用正则过滤获取特定的包

Open MisteryMonster opened this issue 2 years ago • 1 comments

类似这个项目 glare 可以用正则过滤请求 latest release 里特定的包名。比如 frp 发布了很多平台二进制文件,但是我只想要特定平台最新的包,只需要 /fatedier/frp/releases/latest/download/linux_arm64 即可

MisteryMonster avatar Jun 15 '22 17:06 MisteryMonster

我觉得这个不应该是代理网站来处理的事,应该用自己命令或者脚本去判断架构下载对应的二进制.

如果用户在 X86 服务器上需要下载一些其他架构的文件丢到网站上供大家下载,那就麻烦了

stilleshan avatar Jul 21 '22 03:07 stilleshan