-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
alist存储:github发布、github API 能否增加 ghproxy、CDN加速 通用的代理,而不是alist-proxy,因为ghproxy、CDN加速 实在是太多了 #7963
Comments
你可以选择使用代理地址,然后代理地址再重定向到ghproxy曲线救国 |
打开web代理 然后填入你的代理url(随便写一个你能用的) 例如说我这边是https://sub.example.com 让nginx把https://sub.example.com/test/ghr/alist-web-gh/*的请求重定向到 https://ghmirror.cn/https://github.com/此处省略一大堆/ |
谢谢,我试试,也许搞不定 |
新 pr 合并了 #7938。 可以填入 https://ghproxy.net/github.com 一些公开示例:
也可以使用 ymyuuu/Cloudflare-Workers-Proxy
|
docker更新到main后 支持gh-proxy了,非常感谢 github api 能考虑增加 jsDelivr 一类的cdn吗? |
Please make sure of the following things
Description of the feature / 需求描述
#7844 (comment) 这里提到AlistGo/alist-proxy 作为代理,但是有一个问题, 非80和443端口,无法用 cloudflare搭建的 alist代理。
因为 宽带运营商不给80和443端口,我家里有公网ip,在小主机上搭建alist 用的5244端口,无法用 cloudflare搭建的 alist代理(已实测5244不可以)。
建议 github 发布 存储 增加一项 ghproxy的地址栏,这种github专用代理非常多,失效可以随时换成其他的。
GitHub API 采用 CDN加速github仓库里的文件
https://cdn.jsdelivr.net/gh/{github用户名}/{仓库名}@{分支名}/,其中 {github用户名}、{仓库名}、{分支名}分别对应Github用户名、仓库名、分支名。 这个是 jsdelivr 提供的加速CDN,有点不稳定,但有N个 jsdelivr 开源项目可用。
某个仓库里的一个iptv文件直链加速链接是 https://cdn.jsdmirror.cn/gh/wwb521/live/movies.json ,这个链接可以直接用在 iptv app里面。
洛雪音乐源 https://fastly.jsdelivr.net/gh/Huibq/keep-alive/render_api.js
ghproxy 加速releases文件
ghproxy 原作者 https://github.com/hunshcn/gh-proxy
ghproxy各种代理合集、测速 https://yishijie.gitlab.io/ziyuan/
CDN加速 仓库里的文件
免费的CDN加速网址(有12个) https://github.com/jsdmirror/JSDMirror 或 https://cnb.cool/jsdmirror/jsdmirror
利用vercel一键搭建CDN稳定(要绑定自己的域名) https://github.com/rong6/jsd
github releases有一个实用的案例,就是 把常用的github开源软件 搭建到alist里,如果软件有新版,直接到alist去找。
github api 实用案例,加速一个在 github仓库里的 iptv文件或者 在线音乐源文件给 空壳播放器用。
Suggested solution / 实现思路
No response
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: