1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchpotato_ynh.git synced 2024-09-03 18:16:22 +02:00
couchpotato_ynh/manifest.json
2022-09-23 23:16:42 +02:00

43 lines
1 KiB
JSON

{
"name": "CouchPotato",
"id": "couchpotato",
"packaging_format": 1,
"description": {
"en": "Automatic movie downloader",
"fr": "Téléchargement automatisé de film"
},
"version": "3.0.1~ynh4",
"url": "https://couchpota.to/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://couchpota.to",
"code": "https://github.com/CouchPotato/CouchPotatoServer"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "Snipees",
"email": "snipees@wareziens.net",
"url": "https://github.com/Snipees"
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/couchpotato",
"default": "/couchpotato"
}
]
}
}