1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00
prowlarr_ynh/manifest.json
2024-01-29 06:15:20 +00:00

47 lines
1.2 KiB
JSON

{
"name": "Prowlarr",
"id": "prowlarr",
"packaging_format": 1,
"description": {
"en": "Complete management of your indexers for Radarr, Sonarr, Lidarr...",
"fr": "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr..."
},
"version": "1.13.1.4243~ynh1",
"url": "https://prowlarr.com",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://prowlarr.com",
"admindoc": "https://wiki.servarr.com/prowlarr",
"code": "https://github.com/Prowlarr/Prowlarr"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 11.2"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/prowlarr",
"default": "/prowlarr"
},
{
"name": "admin",
"type": "user"
}
]
}
}