alltube/app.json

47 lines
971 B
JSON

{
"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": "https://github.com/heroku/heroku-buildpack-locale"
},
{
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
},
{
"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"
},
"STREAM": {
"description": "Enable stream mode",
"value": "false",
"required": false
}
},
"website": "https://alltubedownload.net/"
}