forked from andatoshiki/toshiki-proxypool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
25 lines (25 loc) · 863 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": "toshiki-proxypool",
"description": "The all-in-one crawler/scraper for crunching free proxy nodes of SS, SSR, vmess, trojan!",
"website": "https://proxypool.toshiki.top/",
"repository": "https://github.com/andatoshiki/toshiki-proxypool",
"success_url": "/",
"logo": "https://www.unpkg.com/@andatoshiki/toshiki-proxypool-ui@0.0.13/assets/img/toshiki-proxypool-logo@v0.0.13.png",
"keywords": ["golang", "ss", "ssr", "vmess", "shadowsocks", "shadowsocksr", "trojan", "proxy", "nodes"],
"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
}
}
}