2017-09-28 12:47:55 +02:00
{
"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" ,
2019-10-15 15:56:27 +02:00
"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"
2017-09-28 12:47:55 +02:00
} ,
2019-10-15 15:56:27 +02:00
"version" : "4.2.8-33~ynh1" ,
2017-09-28 12:47:55 +02:00
"url" : "https://tvheadend.org" ,
"license" : "free" ,
"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" : {
2019-10-15 15:56:27 +02:00
"yunohost" : ">= 3.5"
2017-09-28 12:47:55 +02:00
} ,
"multi_instance" : false ,
"services" : [
"nginx"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
2019-10-15 15:56:27 +02:00
"en" : "Choose a domain name for ynhexample" ,
"fr" : "Choisissez un nom de domaine pour ynhexample"
2017-09-28 12:47:55 +02:00
} ,
"example" : "example.com"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
2019-10-15 15:56:27 +02:00
"en" : "Choose a path for ynhexample" ,
"fr" : "Choisissez un chemin pour ynhexample"
2017-09-28 12:47:55 +02:00
} ,
"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" ,
"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"
2017-09-28 12:47:55 +02:00
}
]
}
}