GithubSoEasy icon indicating copy to clipboard operation
GithubSoEasy copied to clipboard

使用Cloudflare Workers代理加速Github,不仅仅是下载附件

Results 6 GithubSoEasy issues
Sort by recently updated
recently updated
newest added

按照教程部署成功,非常感谢! 不加这些前缀`prefixs = ['git', 'raw', 'assets', 'avatars', 'camo', 'codeload', 'releases', 'object', 'gist', 'gist-notebooks', 'gist-ucontent']` 用绑定域名`HOME_DOMAIN`直接访问出错 ![1716455838557](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/1038300/93abed3f-0a63-4ce5-a1d2-89a5aa0d1546)

将Worker 连接到自定义域`abc.cc`,在效果上等价于 在该Worker建立路由`abc.cc/*` + 设置域名`abc.cc`的DNS并Proxy。但是这样更简便。 在进入到具体Worker后,操作如下图: ![1](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/5fb0caab-c7be-4ee6-90ce-5f165c84730a) ![2](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/6b52c96e-c915-4b9f-a448-134f9547b471) ![3](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/a1a81233-64ff-4608-8d61-8d82e3fe6de7)

后续有可能支持docker的搭建吗,Cloudflare 虽然方便好使但有时速度感人,所有希望使用docker搭建到自己的服务器进行加速,期待的支持。

i have adapted the code to tiktok, but the verication process always has problem, the `get` api endpoint receives incorrect parameter

似乎不支持`*.github.io`域名反代,可以实现吗? 谢谢。🙏