Search: #镜像加速

  1. EdgeMirror: 开发者资源一站式边缘镜像网关• 基于 Cloudflare Workers 与 Vercel Functions 构建,使用单域名路径路由统一加速 PyPI、Hugging Face、GitHub、Docker、npm、Go Modules、Maven 等开发资源• 提供 CDN 风格代理能力,支持 Docker Registry、Linux 软件源、运行时下载和通用文件转发,覆盖常见开发与部署场景• 支持一键部署到 Cloudflare 和 Vercel,内置健康检查、国际化界面与完整验证流程,适合快速搭建自有开发者镜像服务

    EdgeMirror: 开发者资源一站式边缘镜像网关

    • 基于 Cloudflare Workers 与 Vercel Functions 构建,使用单域名路径路由统一加速 PyPI、Hugging Face、GitHub、Docker、npm、Go Modules、Maven 等开发资源

    • 提供 CDN 风格代理能力,支持 Docker Registry、Linux 软件源、运行时下载和通用文件转发,覆盖常见开发与部署场景

    • 支持一键部署到 Cloudflare 和 Vercel,内置健康检查、国际化界面与完整验证流程,适合快速搭建自有开发者镜像服务

    https://github.com/tianrking/EdgeMirror

    合集 群组 恰饭 联系推广

    #开源项目 #开发工具 #镜像加速 #边缘计算 #Cloudflare #Vercel #GitHub #Docker #PyPI #HuggingFace #npm

    • 🥰5
    • ❤️1
  2. #Surge #模块 #脚本 #代理 #加速 #GitHub #镜像 #配置 #订阅 #Sub-Store #分流 #简化 Surge 分流配置超简化从此以后你只需要这样写:# > 自己 Gist 的分流

    #Surge #模块 #脚本 #代理 #加速 #GitHub #镜像 #配置 #订阅 #Sub-Store #分流 #简化

    Surge 分流配置超简化

    从此以后你只需要这样写:

    # > 自己 Gist 的分流
    RULE-SET,http://self/direct,DIRECT
    # > skk 佬的分流
    RULE-SET,http://skk/non_ip/lan,DIRECT
    # > bm7 仓库的分流
    RULE-SET,http://bm7/Global_All,Proxy
    # > 自建服务端 Sub-Store 的组合订阅
    订阅 01 = select, policy-path=http://sub/01


    转换规则:
    http://bm7/Global_All
    ->
    https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/Global/Global_All.list

    http://self/direct
    ->
    https://gist.githubusercontent.com/your_username/your_gist_id/raw/direct.list

    http://sub/01
    ->
    https://your_sub_store_api.com/xxxxxx/download/collection/01?target=Surge

    配置:

    [URL Rewrite]
    ^http:\/\/bm7\/(.*?)(_.*)?$ https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/$1/$1$2.list 302
    
    ^http:\/\/skk\/(.*?)$ https://ruleset.skk.moe/List/$1.conf 302
    
    ^http:\/\/self\/(.*)$ https://gist.githubusercontent.com/your_username/your_gist_id/raw/$1.list 302
    
    ^http:\/\/sub\/(.*)$ https://your_sub_store_api.com/xxxxxx/download/collection/$1?target=Surge 302


    福利:

    薯薯

    RULE-SET,http://❤️🍟/HTTPDNS,Reject


    ^http:\/\/xn--qeiz318m\/HTTPDNS http://raw.githubusercontent.com/VirgilClyne/GetSomeFries/main/ruleset/HTTPDNS.Block.list 302


    如果你要添加更多自定义的 建议不要使用大写 或 自己注意正则中大小写同时匹配 讨论

    • 👍18
    • ❤️14
  3. #Surge #模块 #脚本 #代理 #加速 #GitHub #Gist #镜像 自动使用 mirror.ghproxy.com 加速支持 raw, gist, archive, release 等各种链接 去除了 github.com 的 Content-Security-Policy 现在 github readme 之类的页面上 图片应该可以显示了 可能会违反 Content-Security-Policy 导致某些网页的图片无法加载

    #Surge #模块 #脚本 #代理 #加速 #GitHub #Gist #镜像

    自动使用 mirror.ghproxy.com 加速

    支持 raw, gist, archive, release 等各种链接

    去除了 github.com 的 Content-Security-Policy 现在 github readme 之类的页面上 图片应该可以显示了

    可能会违反 Content-Security-Policy 导致某些网页的图片无法加载
    
    #!name=GitHub 加速
    #!desc=自动使用 mirror.ghproxy.com 加速, 去除 github.com 的 Content-Security-Policy
    
    [URL Rewrite]
    ^(https?:\/\/(raw\.githubusercontent\.com|gist\.githubusercontent\.com|github\.com\/[^/]+\/[^/]+(\/releases\/download|\/archive))\/.+?)$ https://mirror.ghproxy.com/$1 302
    
    [Header Rewrite]
    http-response ^https:\/\/github\.com\/.+?$ header-del Content-Security-Policy
    
    [MITM]
    hostname = %APPEND% raw.githubusercontent.com, gist.githubusercontent.com, github.com

    • ❤️13
    • 👍2
    • 🔥1
    • 🥰1