Heroku deploy button
This commit is contained in:
parent
f9203706f7
commit
e45a284b01
2 changed files with 39 additions and 0 deletions
35
app.json
Normal file
35
app.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "AllTube Download",
|
||||
"description": "HTML GUI for youtube-dl",
|
||||
"repository": "https://github.com/Rudloff/alltube.git",
|
||||
"logo": "https://alltubedownload.net/img/logo.png",
|
||||
"keywords": [
|
||||
"alltube",
|
||||
"download",
|
||||
"video",
|
||||
"youtube",
|
||||
"php"
|
||||
],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "heroku/nodejs"
|
||||
},
|
||||
{
|
||||
"url": "heroku/python"
|
||||
},
|
||||
{
|
||||
"url": "heroku/php"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"CONVERT": {
|
||||
"description": "Enable audio conversion",
|
||||
"value": "true"
|
||||
},
|
||||
"PYTHON": {
|
||||
"description": "Path to python binary",
|
||||
"value": "/app/.heroku/python/bin/python"
|
||||
}
|
||||
},
|
||||
"website": "https://alltubedownload.net/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue