-
Notifications
You must be signed in to change notification settings - Fork 49
method gist
sinspired edited this page May 29, 2026
·
1 revision
- 创建一个 Gist
- 将 Gist ID 配置到
config.yaml - 将 Gist Token 配置到
config.yaml
- 将 worker 部署到 Cloudflare Workers
- 在“变量和机密”设置:
-
GITHUB_USER为你的 GitHub 用户名 -
GITHUB_ID为你的 Gist ID -
AUTH_TOKEN为访问密钥
-
- 将
github-api-mirror配置为你的 Worker 地址
示例:
github-api-mirror: "https://your-worker-url/github"
如果配置了 Worker,将
key修改为对应的即可。 订阅格式:https://your-worker-url/gist?key=all.yaml&token=AUTH_TOKEN
- yaml 格式
https://gist.githubusercontent.com/YOUR_GITHUB_USERNAME/YOUR_GIST_ID/raw/all.yaml
- base64 编码
https://gist.githubusercontent.com/YOUR_GITHUB_USERNAME/YOUR_GIST_ID/raw/base64.txt
- 带规则的 mihomo.yaml
https://gist.githubusercontent.com/YOUR_GITHUB_USERNAME/YOUR_GIST_ID/raw/mihomo.yaml
- 🧭 入门与部署
- 📘 Cloudflare Tunnel 外网访问
- 🚀 自建测速地址
- ✨ 新增功能与性能优化
- 📙 订阅使用方法
- 📕 内置文件服务
- 📗 通知渠道(Apprise)
- 🚦 系统与 GitHub 代理
- 💾 保存方法
- 📱 安卓手机 CLI(Termux)运行