forked from xinxin8816/heroku-ariang-21vianet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 1.15 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
{
"name": "Heroku AriaNG 21vianet. Heroku AriaNG 世纪互联版",
"description": "Run ariaNG on heroku",
"repository": "https://github.com/xinxin8816/heroku-ariang-21vianet",
"keywords": ["AriaNG"],
"env": {
"HEROKU_APP_NAME": {
"description": "This should be the same as \"App name\" above.",
"value": ""
},
"ARIA2C_SECRET": {
"description": "Aria2c's secret",
"value": ""
},
"RCLONE_CONFIG": {
"description": "Rclone config to mount in one line, replace line breaks with \"\\n\"",
"required": false
},
"RCLONE_DESTINATION": {
"description": "Rclone destination path, format \"[drivename A]:[remove path A]\"",
"required": false,
"value": "Google:tmp"
},
"RCLONE_DESTINATION_2": {
"description": "If you mount a second cloud drive, then fill in \"[drivename B]:[remove path B]\"",
"required": false,
"value": "OneDrive:tmp"
},
"UNPACK_PASSWORDS": {
"description": "unpack passwords in one line, replace line breaks with \"\\n\"",
"required": false,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
}
]
}