-
Notifications
You must be signed in to change notification settings - Fork 321
/
app.json
45 lines (45 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
44
45
{
"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": ""
},
"OVERRIDE_DEST": {
"description": "Optional. Force domain names to be re-resolved.",
"required": false,
"value": ""
},
"BLOCK_QUIC_443": {
"description": "Block QUIC traffic on port 443.",
"required": false,
"value": "true"
},
"WG_MTU": {
"description": "Wireguard MTU.",
"required": false,
"value": "1408"
},
"NodeStatus_DSN": {
"description": "NodeStatus server address. Optional. Example: wss://username:[email protected]",
"required": false,
"value": ""
}
},
"stack": "container"
}