1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00
kodi_ynh/manifest.json
2017-10-28 17:47:13 +02:00

65 lines
No EOL
2.1 KiB
JSON

{
"name": "Kodi",
"id": "kodi",
"packaging_format": 1,
"description": {
"en": "Transform your YunoHost server into media center with Kodi",
"fr": "Transfromez votre serveur YunoHost en media center avec Kodi"
},
"version": "17.3",
"url": "https://kodi.tv",
"license": "GPL-2.0",
"maintainer": {
"name": "Sylvain Cecchetto",
"email": "cecchetto.sylvain@me.com",
"url": "blog.cecchettosylvain.fr"
},
"requirements": {
"yunohost": ">= 2.6.4"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for the control web interface",
"fr": "Choisissez un nom de domaine pour l'interface de contrôle web"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for the control web interface",
"fr": "Choisissez un chemin pour l'interface de contrôle web"
},
"example": "/kodi",
"default": "/kodi"
},
{
"name": "launch_on_boot",
"type": "boolean",
"ask": {
"en": "Launch Kodi at YunoHost server startup",
"fr": "Démarrer Kodi au démarrage du serveur YunoHost"
},
"default": true
},
{
"name": "open_webserver_port",
"type": "boolean",
"ask": {
"en": "Open port 8080 in order to use a smartphone Kodi remote app on your local network",
"fr": "Ouvrir le port 8080 afin de pouvoir utiliser une application smartphone de télécommande Kodi sur le réseau local"
},
"default": false
}
]
}
}