forked from ricocf/vsocks5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (38 loc) · 1.55 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
{
"name": "ricocf V2Ray Socks5 ;)",
"description": "Deploy SS with prefered encryption method.",
"keywords": ["V2ray", "Shadowsocks"],
"env": {
"ENCRYPT": {
"description": "Encryption method, default: chacha20-ietf-poly1305, others are aes-256-cfb, rc4-md5, salsa20, chacha20-ietf etc.",
"value": "chacha20-ietf-poly1305"
},
"PASSWORD": {
"description": "The password of shadowsocks ;) you should change this",
"value": "FJFB1PWC8R2F"
},
"VER": {
"description": "v2ray-plugin version, the latest version is installed by default, you can select the version different version if you want.",
"value": "latest"
},
"V2_Path": {
"description": "Path path, default /nope, you can also replace connect with something else for safety, / cannot be less.",
"value": "/nope"
},
"AppName": {
"description": "Please copy-paste the App Name filled at the top to generate the configuration and QR code. If you don’t want to generate it, type no",
"value": "no"
},
"QR_Path": {
"description": "QR code and configuration link path, the default qr, you can also change it, but it cannot be the same as V2_Path. If the AppName variable is no, this variable has no effect",
"value": "/connect"
},
"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"
}
},
"website": "",
"repository": "",
"stack": "container"
}