1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00
tvheadend_ynh/manifest.json
2022-04-05 20:52:43 +02:00

56 lines
1.5 KiB
JSON

{
"name": "Tvheadend",
"id": "tvheadend",
"packaging_format": 1,
"description": {
"en": "TV streaming server and recorder",
"fr": "Serveur de streaming et d'enregistrement TV"
},
"version": "4.3.2009~ynh10",
"url": "https://tvheadend.org",
"upstream": {
"license": "GPL-3.0",
"website": "https://tvheadend.org",
"userdoc": "https://tvheadend.org/projects/tvheadend/wiki",
"code": "https://github.com/tvheadend/tvheadend"
},
"license": "GPL-3.0",
"maintainer": {
"name": "Sylvain Cecchetto",
"email": "cecchetto.sylvain@me.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/tvh",
"default": "/tvh"
},
{
"name": "superuser",
"type": "string",
"ask": {
"en": "Choose the superuser name in order to login on Tvheadend",
"fr": "Choisissez le nom du superutilisateur pour la connexion à Tvheadend"
},
"example": "johndoe"
},
{
"name": "password",
"type": "password"
}
]
}
}