-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathapp.json
48 lines (47 loc) · 1.23 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
46
47
48
{
"name": "DarkV2ray-Manager-Bot",
"description": "A bot that can Manage your v2ray",
"logo": "https://telegra.ph/file/a300722ddab9d8d24fc15.jpg",
"keywords": [
"v2ray",
"v2ray pannel",
"v2ray bot",
"DarkV2ray"
],
"website": "https://youtech.live",
"repository": "https://github.com/sbatrow/DarkV2ray-Manager-Bot",
"success_url": "https://t.me/YouTech_Support",
"env": {
"ADMINS": {
"description": "Your Telegram ID use @my_id_bot",
"value": "",
"required": true
},
"CHROMEDRIVER_PATH": {
"description": "crome path",
"value": "/app/.chromedriver/bin/chromedriver",
"required": true
},
"IP": {
"description": "Your vps ip",
"value": "",
"required": true
},
"TOKEN": {
"description": "Your telegram bot token",
"value": "",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "heroku/python"
}
]
}