-
Notifications
You must be signed in to change notification settings - Fork 41
/
app.json
38 lines (38 loc) · 1.86 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": "HX-001",
"description": "Learn Linux on heroku",
"keywords": ["Linux"],
"env": {
"AA": {
"description": "初阶用户只需修改以下AUUID点击页面最后的Deploy app按钮即可开始部署",
"value": "如出现错误,请检查参数格式或多尝试几次。使用自定义参数请务必先充分理解其含义"
},
"AUUID": {
"description": "UUID充当各个配置的路径和账号密码,建议修改和妥善保存,可生成UUID的网站: https://www.uuidgenerator.net",
"value": "da4c732f-3110-4c11-809e-2382dc1f31a8"
},
"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.githubusercontents.com/yxdz2020/wall-Xr/main/etc/Caddyfile"
},
"CONFIGXRAY": {
"description": "自定义网络地址读取配置运行xray,不熟悉xray配置的请勿修改",
"value": "https://raw.githubusercontents.com/yxdz2020/wall-Xr/main/etc/xray.json"
},
"ParameterSSENCYPT": {
"description": "SS加密方式,查看支持协议: https://www.v2fly.org/config/protocols/shadowsocks.html",
"value": "chacha20-ietf-poly1305"
},
"StoreFiles": {
"description": "自定义网络地址读取存储文件列表",
"value": "https://raw.githubusercontents.com/yxdz2020/wall-Xr/main/etc/StoreFiles"
}
},
"website": "",
"repository": "",
"stack": "container"
}