mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
68 lines
No EOL
2.4 KiB
JSON
68 lines
No EOL
2.4 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": "Tvheadend 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.8-33~ynh1",
|
|
"url": "https://tvheadend.org",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Sylvain Cecchetto",
|
|
"email": "cecchetto.sylvain@me.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for ynhexample",
|
|
"fr": "Choisissez un nom de domaine pour ynhexample"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for ynhexample",
|
|
"fr": "Choisissez un chemin pour ynhexample"
|
|
},
|
|
"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",
|
|
"ask": {
|
|
"en": "Set the superuser password",
|
|
"fr": "Définissez le mot de passe du superutilisateur"
|
|
},
|
|
"help": {
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
},
|
|
"example": "Choose a password"
|
|
}
|
|
]
|
|
}
|
|
} |