forked from ygcaicn/Xray-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (38 loc) · 1.44 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
39
40
41
42
43
{
"name": "Xray快速部署",
"description": "Deploy Xray Vless to Heroku.",
"keywords": ["V2ray", "Xray"],
"env": {
"ProxySite": {
"description": "反代一个网站,例如:mirror.umd.edu,不填写表示使用本地静态网页文件。",
"value": "mirror.umd.edu"
},
"Vless_UUID": {
"description": "Vless uuid(http://www.uuid.online/在线生成)",
"value": "5c301bb8-6c77-41a0-a606-4ba11bbab084"
},
"Vless_Path": {
"description": "Path路径,默认/s233,为了安全你也可以使用uuid替换s233,/不能少。如果开启反代,不要与反代网站存在的uri相同",
"value": "/s233"
},
"Vmess_UUID": {
"description": "Vmess uuid(http://www.uuid.online/在线生成)",
"value": "5c301bb8-6c77-41a0-a606-4ba11bbab084"
},
"Vmess_Path": {
"description": "Path路径,默认/s244,为了安全你也可以使用uuid替换s244,/不能少。如果开启反代,不要与反代网站存在的uri相同",
"value": "/s244"
},
"Share_Path": {
"description": "Share path, /share233/index.html查看订阅链接及二维码",
"value": "/share233"
},
"VER": {
"description": "Xray版本,默认latest安装最新版本,可以去https://github.com/XTLS/Xray-core/releases选择版本 (例如:1.2.2)",
"value": "latest"
}
},
"website": "",
"repository": "",
"stack": "container"
}