forked from aditya-shri/VPN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (39 loc) · 1.88 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
44
45
{
"name": "Shadowsocks+V2Ray-plugin Rapid deployment",
"description": "Deploy Shadowsocks+V2Ray-plugin to Heroku.",
"keywords": ["V2ray", "Shadowsocks", "V2Ray-plugin"],
"env": {
"ENCRYPT": {
"description": "Encryption method, due to https blessing, choose the simplest one, default: chacha20-ietf-poly1305, others are(aes-256-cfb,chacha20-ietf-poly1305,salsa20,chacha20-ietf etc.)",
"value": "chacha20-ietf-poly1305"
},
"PASSWORD": {
"description": "The password of shadowsocks, you can use uuid as the password (http://www.uuid.online/ online generation)",
"value": "5c301bb8-6c77-41a0-a606-4ba11bbab084"
},
"VER": {
"description": "v2ray-plugin version, the latest version is installed by default, you can go to https://github.com/shadowsocks/v2ray-plugin/releasesV2Ray to select the version (for example: 1.1.0)",
"value": "latest"
},
"V2_Path": {
"description": "Path path, default /s233, you can also replace s233 with uuid for safety, / cannot be less. If anti-generation is turned on, do not repeat with anti-generation uri",
"value": "/s233"
},
"AppName": {
"description": "Please enter the App Name filled in at the top to generate the configuration and QR code. If you don’t want to generate it, enter no",
"value": "no"
},
"QR_Path": {
"description": "QR code and configuration link path, the default qr_img, you can also use uuid for confidentiality, but it cannot be the same as V2_Path. If the AppName variable is no, this variable has no effect",
"value": "/qr"
},
"ProxySite": {
"description": "Replacing a website, for example: www.ietf.org, if you don’t fill in it means to use a local static webpage file.",
"value": "www.ietf.org",
"required": false
}
},
"website": "",
"repository": "",
"stack": "container"
}