-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
34 lines (34 loc) · 1018 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
31
32
33
34
{
"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 & Shadowsocks Password",
"value": "password"
},
"ArgoCERT": {
"description": "Argo tunnel CERT",
"value": "Disable"
},
"ArgoJSON": {
"description": "Argo tunnel JSON",
"required": false,
"value": ""
},
"ArgoDOMAIN": {
"description": "Argo tunnel Domain",
"required": false,
"value": ""
}
},
"stack": "container"
}