Skip to content

镜像站使用说明

Github镜像

目前提供了github绝大部分站点的反代,包括github主站和raw站点等,支持git clone和使用raw下载文件

git clone

如需使用clone功能的话直接在github原有域名后面加上本站域名即可

例如:

原来clone命令

shell
git clone https://github.com/alist-org/alist.git

替换后clone命令

shell
git clone https://github.com.0t0.top/alist-org/alist.git

github文件下载

文件下载同上,在原有域名后面加本站域名即可,支持Releases和raw文件

原链接

shell
https://github.com/alist-org/alist/releases/download/v3.35.0/alist-windows-386.zip

https://raw.githubusercontent.com/alist-org/alist/main/Dockerfile

替换之后的链接

shell
https://github.com.0t0.top/alist-org/alist/releases/download/v3.35.0/alist-windows-386.zip

https://raw.githubusercontent.com.0t0.top/alist-org/alist/main/Dockerfile

特别提醒:raw中出现的github链接会被自动替换为镜像站

测试链接如下

shell
https://raw.githubusercontent.com.0t0.top/voidint/g/master/install.sh

Docker Hub镜像使用说明

本站目前只对Docker Hub进行了镜像

使用方法

修改配置文件/etc/docker/daemon.json

json
{
  "registry-mirrors": ["https://0t0.top"]
}

重启Docker即可生效

shell
sudo systemctl restart docker

然后就可以直接pull镜像了