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
2021-09-12 10:49:03 +02:00

68 lines
2.2 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.1979~ynh5",
"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 Tvheadend",
"fr": "Choisissez un nom de domaine pour Tvheadend"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Tvheadend",
"fr": "Choisissez un chemin pour Tvheadend"
},
"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"
}
]
}
}