2017-09-28 12:47:55 +02:00
|
|
|
{
|
|
|
|
"name": "Tvheadend",
|
|
|
|
"id": "tvheadend",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2020-10-13 18:23:23 +02:00
|
|
|
"en": "TV streaming server and recorder",
|
|
|
|
"fr": "Serveur de streaming et d'enregistrement TV"
|
2017-09-28 12:47:55 +02:00
|
|
|
},
|
2022-03-12 13:14:13 +01:00
|
|
|
"version": "4.3.2009~ynh9",
|
2017-09-28 12:47:55 +02:00
|
|
|
"url": "https://tvheadend.org",
|
2021-09-30 16:57:59 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "https://tvheadend.org",
|
|
|
|
"userdoc": "https://tvheadend.org/projects/tvheadend/wiki",
|
|
|
|
"code": "https://github.com/tvheadend/tvheadend"
|
|
|
|
},
|
2021-09-30 16:31:33 +02:00
|
|
|
"license": "GPL-3.0",
|
2017-09-28 12:47:55 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Sylvain Cecchetto",
|
2019-10-15 15:56:27 +02:00
|
|
|
"email": "cecchetto.sylvain@me.com"
|
2017-09-28 12:47:55 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-11-29 19:11:05 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2017-09-28 12:47:55 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-30 16:57:59 +02:00
|
|
|
"type": "domain"
|
2017-09-28 12:47:55 +02:00
|
|
|
},
|
|
|
|
{
|
2019-10-16 13:19:40 +02:00
|
|
|
"name": "path",
|
2017-09-28 12:47:55 +02:00
|
|
|
"type": "path",
|
|
|
|
"example": "/tvh",
|
|
|
|
"default": "/tvh"
|
|
|
|
},
|
|
|
|
{
|
2019-10-15 15:56:27 +02:00
|
|
|
"name": "superuser",
|
|
|
|
"type": "string",
|
2017-09-28 12:47:55 +02:00
|
|
|
"ask": {
|
2019-10-15 15:56:27 +02:00
|
|
|
"en": "Choose the superuser name in order to login on Tvheadend",
|
|
|
|
"fr": "Choisissez le nom du superutilisateur pour la connexion à Tvheadend"
|
2017-09-28 12:47:55 +02:00
|
|
|
},
|
2019-10-15 15:56:27 +02:00
|
|
|
"example": "johndoe"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2021-09-30 16:57:59 +02:00
|
|
|
"type": "password"
|
2017-09-28 12:47:55 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2019-11-27 01:05:58 +01:00
|
|
|
}
|