-
Notifications
You must be signed in to change notification settings - Fork 187
/
app.json
40 lines (40 loc) · 1.25 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
{
"name": "Deploy",
"description": "Deploy",
"keywords": ["Deploy"],
"env": {
"GLOBAL_USER": {
"description": "Username for all web services except qbit",
"value": "admin"
},
"GLOBAL_PASSWORD": {
"description": "Password for all web services except qbit, double as Aria2 RPC token. Recommend strong password.",
"value": "password"
},
"GLOBAL_LANGUAGE": {
"description": "Set language of portal page, qbit & filebrowser.(en or chs)",
"value": "en"
},
"GLOBAL_PORTAL_PATH": {
"description": "Portal page & base URL for all web services. Set this to an uncommon path. Do not set to blank or '/'",
"value": "/mypath"
},
"CLOUDFLARE_WORKERS_HOST": {
"description": "Cloudflare workers service Hostname",
"value": "example.example.workers.dev"
},
"CLOUDFLARE_WORKERS_KEY": {
"description": "Cloudflare workers service Key",
"value": "mykey"
},
"TZ": {
"description": "Timezone",
"value": "UTC"
},
"NodeStatus_DSN": {
"description": "Optional. NodeStatus server connection info, default blank value will disable NodeStatus. Example: wss://username:[email protected]",
"value": ""
}
},
"stack": "container"
}