mirror of
https://github.com/YunoHost-Apps/alltube_ynh.git
synced 2024-09-03 18:06:12 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
||
"name": "AllTube",
|
||
"id": "alltube",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Web interface for Youtube-dl",
|
||
"fr": "Interface Web pour Youtube-dl"
|
||
},
|
||
"version": "3.1.0~ynh1",
|
||
"url": "http://alltubedownload.net/",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "https://alltubedownload.net/",
|
||
"demo": "https://alltubedownload.net/",
|
||
"admindoc": "https://github.com/Rudloff/alltube/blob/master/resources/FAQ.md",
|
||
"code": "https://github.com/Rudloff/alltube"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "plopoyop",
|
||
"email": "plopoyop@gmail.com"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.9"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php8.0-fpm"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/alltube",
|
||
"default": "/alltube"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, AllTube will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, AllTube sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|