用爱发电,提供一些公益服务,能持续多久我也不知道


  • Docker 镜像加速

    仓库镜像 URL源站
    Docker Hubhttps://docker.keccak.topdocker.io
    GHCR (GitHub Container Registry)https://ghcr.keccak.topghcr.io
    GCR (Google Container Registry)https://gcr.keccak.topgcr.io
    K8S-GCRhttps://k8s-gcr.keccak.topk8s.gcr.io
    K8Shttps://k8s.keccak.topregistry.k8s.io
    Quayhttps://quay.keccak.topquay.io
    MCR (Microsoft Container Registry)https://mcr.keccak.topmcr.microsoft.com
    Elastichttps://elastic.keccak.topdocker.elastic.co
    NVCRhttps://nvcr.keccak.topnvcr.io

    编辑 Docker 配置文件 /etc/docker/daemon.json(Linux)%ProgramData%\docker\config\daemon.json(Windows)

    {
    "registry-mirrors": [
      "https://docker.keccak.top",  
      "https://ghcr.keccak.top",  
      "https://gcr.keccak.top",  
      "https://k8s-gcr.keccak.top",  
      "https://k8s.keccak.top",  
      "https://quay.keccak.top",  
      "https://mcr.keccak.top",  
      "https://elastic.keccak.top",  
      "https://nvcr.keccak.top"   
      ]
    }
    

    然后重启 Docker 生效
    systemctl restart docker




  • 蓝奏云直链解析 API

    请求地址: https://t.0z.gs

    参数请求方式类型是否必填描述示例值
    urlGETstring蓝奏云分享链接,不支持文件夹外链https://lanzoux.com/xxx
    pwdGETstring外链密码(如果有)114514
    typeGETstring值为 down 时 返回 302 状态码触发直链下载,空值 = 返回 JSONdown

    示例:
    直链解析:https://t.0z.gs/?url=https://www.lanzout.com/iPO0w2vdvxof&pwd=7ux9
    直链下载:https://t.0z.gs/?url=https://www.lanzout.com/iPO0w2vdvxof&pwd=7ux9&type=down
    限制:10 ~ 60 req/min/IP
    Fork 该大佬项目:https://github.com/5ime/Lanzou_API,并修复文件大小无法获取问题、合并所有文件为单文件入口
    自托管部署实现:https://github.com/szkzn/Lanzou_API



  • 动态生成二维码
    请求地址: https://qr.0z.gs
    示例: https://qr.0z.gs/?text=https:/www.qr.0z.gs/&size=100

    参数名必选类型说明备注
    textstring要生成二维码图片的内容,支持链接、字符串
    sizeint生成的二维码图片大小,默认为根据内容自动调整合适大小,单位为px
    levelstring二维码容错级别,默认为L,L、M、Q、H,分别对应可以损失7%、15%、25%、30%的信息
    marginint外边距,单位为px,默认为4px,控制生成二维码的周边空白区域大小

    限制:10 ~ 60 req/min/IP



如果觉得我的文章对你有用,请随意赞赏