forked from YG-tsj/hkok
-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
37 lines (37 loc) · 1.89 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
{
"name": "hkok",
"description": "vless vmess deploy on heroku",
"keywords": ["vless vmess trojan shadowsocks socks tor"],
"env": {
"AA": {
"description": "初阶用户只需修改以下AUUID点击页面最后的Deploy app按钮即可开始部署",
"value": "如出现错误,请检查参数格式或多尝试几次。使用自定义参数请务必先充分理解其含义"
},
"AUUID": {
"description": "UUID充当各个配置的路径和账号密码,建议修改和妥善保存,可生成UUID的网站: https://www.uuidgenerator.net",
"value": "8f91b6a0-e8ee-11ea-adc1-0242ac120002"
},
"CADDYIndexPage": {
"description": "自定义CADDY部署完成后点击View的显示页面,参考:https://github.com/YG-tsj/xrayku/blob/master/etc/CADDYIndexPage.md",
"value": "https://raw.githubusercontent.com/caddyserver/dist/master/welcome/index.html"
},
"CONFIGCADDY": {
"description": "自定义网络地址读取配置运行CADDY,不熟悉CADDY配置的请勿修改",
"value": "https://raw.githubusercontent.com/YG-tsj/xrayku/master/etc/Caddyfile"
},
"CONFIGXRAY": {
"description": "自定义网络地址读取配置运行xray,不熟悉xray配置的请勿修改",
"value": "https://raw.githubusercontent.com/YG-tsj/xrayku/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/YG-tsj/xrayku/master/etc/StoreFiles"
}
},
"repository": "",
"stack": "container"
}