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

65 lines
1.9 KiB
JSON
Raw Normal View History

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
},
2021-09-12 10:49:03 +02:00
"version": "4.3.1979~ynh5",
2017-09-28 12:47:55 +02:00
"url": "https://tvheadend.org",
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-09-30 16:31:33 +02:00
"yunohost": ">= 4"
2017-09-28 12:47:55 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2019-10-16 08:33:22 +02:00
"en": "Choose a domain name for Tvheadend",
"fr": "Choisissez un nom de domaine pour Tvheadend"
2017-09-28 12:47:55 +02:00
},
"example": "example.com"
},
{
2019-10-16 13:19:40 +02:00
"name": "path",
2017-09-28 12:47:55 +02:00
"type": "path",
"ask": {
2019-10-16 08:33:22 +02:00
"en": "Choose a path for Tvheadend",
"fr": "Choisissez un chemin pour Tvheadend"
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"
},
"example": "Choose a password"
2017-09-28 12:47:55 +02:00
}
]
}
}