-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 1.99 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "XrayHeroku",
"description": "xray websocket proxy on heroku",
"keywords": ["xray vmess vless trojan shadowsocks socks tor"],
"env": {
"AA": {
"description": "初阶用户只需修改以下AUUID点击页面最后的Deploy app按钮即可开始部署",
"value": "如出现错误,请检查参数格式或多尝试几次。使用自定义参数请务必先充分理解其含义"
},
"AUUID": {
"description": "UUID充当各个配置的路径和账号密码,建议修改和妥善保存,可生成UUID的网站: https://www.uuidgenerator.net",
"value": "9921c728-5fd3-4aec-94c6-a61d40568d06"
},
"CADDYIndexPage": {
"description": "自定义CADDY部署完成后点击View的显示页面,参考:https://github.com/Lbingyi/HerokuXray/blob/master/etc/CADDYIndexPage.md",
"value": "https://github.com/AYJCSGM/mikutap/archive/master.zip"
},
"CONFIGCADDY": {
"description": "自定义网络地址读取配置运行CADDY,不熟悉CADDY配置的请勿修改",
"value": "https://raw.githubusercontent.com/Lbingyi/HerokuXray/master/etc/Caddyfile"
},
"CONFIGXRAY": {
"description": "自定义网络地址读取配置运行xray,不熟悉xray配置的请勿修改",
"value": "https://raw.githubusercontent.com/Lbingyi/HerokuXray/master/etc/xray.json"
},
"ParameterSSENCYPT": {
"description": "SS加密方式,查看支持协议: https://www.v2fly.org/config/protocols/shadowsocks.html",
"value": "chacha20-ietf-poly1305"
},
"StoreFiles": {
"description": "自定义网络地址读取存储文件列表",
"value": "https://raw.githubusercontent.com/Lbingyi/HerokuXray/master/etc/StoreFiles"
}
},
"website": "https://github.com/Lbingyi/XrayHeroku",
"repository": "https://github.com/Lbingyi/XrayHeroku",
"stack": "container"
}