mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
56 lines
No EOL
1.9 KiB
JSON
56 lines
No EOL
1.9 KiB
JSON
{
|
|
"name": "Tvheadend",
|
|
"id": "tvheadend",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources",
|
|
"fr": "Tveadend est un serveur streaming TV pour Linux et supporte les sources d'entrées DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP et HDHomeRun"
|
|
},
|
|
"version": "4.2",
|
|
"url": "https://tvheadend.org",
|
|
"license": "free",
|
|
"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 web interface user",
|
|
"fr": "Choisissez un nom de domaine pour l'interface utilisateur web"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for the web interface user",
|
|
"fr": "Choisissez un chemin pour l'interface utilisateur web"
|
|
},
|
|
"example": "/tvh",
|
|
"default": "/tvh"
|
|
},
|
|
{
|
|
"name": "launch_on_boot",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Launch Tvheadend service at YunoHost server startup",
|
|
"fr": "Démarrer le service Tvheadend au démarrage du serveur YunoHost"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |