forked from wy580477/PaaS-vmess-trojan-argo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 1002 Bytes
/
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
{
"name": "Deploy",
"description": "Deploy",
"keywords": ["Deploy"],
"env": {
"VmessUUID": {
"description": "Vmess UUID. Use UUID tools to generate you own UUID.",
"value": "ad2c9acd-3afb-4fae-aff2-954c532020bd"
},
"SecretPATH": {
"description": "Websocket base Path. Set this path to an uncommon path which doesn't contain sensitive information.",
"value": "/mypath"
},
"PASSWORD": {
"description": "Trojan Password, recommend strong password.",
"value": "password"
},
"ArgoJSON": {
"description": "Argo tunnel JSON. Optional.",
"required": false,
"value": ""
},
"ArgoDOMAIN": {
"description": "Argo tunnel Domain. Optional, if you don't want to use Argo tunnel, you can ignore this.",
"required": false,
"value": ""
}
},
"stack": "container"
}