1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/manifest.json
liberodark dee698316b update
2019-04-11 11:17:42 +02:00

58 lines
1.5 KiB
JSON

{
"name": "Jellyfin",
"id": "jellyfin",
"packaging_format": 1,
"description": {
"en": "Jellyfin package for YunoHost.",
"fr": "Jellyfin pour YunoHost."
},
"version": "10.2.2",
"url": "https://github.com/jellyfin/jellyfin",
"license": "GPL-2.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Jellyfin",
"fr": "Choisissez un nom de domaine pour Jellyfin"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Jellyfin /jelly is accepted",
"fr": "Choisissez un chemin pour Jellyfin /jelly est accepté"
},
"example": "/jelly",
"default": "/jelly"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}