forked from Sansui233/proxypool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
25 lines (25 loc) · 944 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "proxypool",
"description": "自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess节点信息,聚合去重测试可用性后提供节点列表",
"website": "https://alexproxy003.herokuapp.com/",
"repository": "https://github.com/Alex950808/proxypoolnew",
"success_url": "/",
"logo": "https://raw.githubusercontent.com/Alex950808/proxypoolnew/heroku/assets/proxy.jpg",
"keywords": ["golang", "ss", "ssr", "vmess", "shadowsocks", "shadowsocksr", "trojan"],
"env": {
"CONFIG_FILE": {
"description": "Path to config file, could be a url."
},
"DOMAIN": {
"description": "Domain to use."
},
"CF_API_EMAIL": {
"description": "Cloudflare Email.",
"required": false
},
"CF_API_KEY": {
"description": "Cloudflare API key.",
"required": false
}
}
}