1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/alltube_ynh.git synced 2024-09-03 18:06:12 +02:00

Delete manifest.json

This commit is contained in:
Éric Gaspar 2023-03-11 15:13:48 +01:00
parent 8c56774e11
commit 74980ca0f6

View file

@ -1,54 +0,0 @@
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}