-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathapp.json
36 lines (36 loc) · 1.07 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
{
"name": "AutoBackUp Script",
"description": "Backup Google Shared Drive automatically",
"repository": "https://github.com/kzinthant-kas/slam_easy_deploy",
"keywords": ["Slam","Slam Mirror Bot"],
"website": "https://t.me/drivetalk",
"success_url": "https://github.com/kzinthant-kas/autobackup/main/README.md",
"env": {
"accounts_zip_url":{
"description": "Put direct download link of service accounts zip",
"required": true
},
"rest_seconds":{
"description": "Enter rest seconds interval between backups",
"value": "3600",
"required": true
},
"drive_ids":{
"description": "Enter [sourceid] [destid],[sourceid] [destid] There is no space beside comma",
"required": true
},
"process":{
"description": "Enter copy or sync. If sync, service accounts group must be content manager",
"value":"copy",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/amivin/rclone-heroku"
}
]
}