2014-06-02 13:38:03 +02:00
|
|
|
|
{
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"name": "Linux-Dash",
|
2014-06-02 15:02:19 +02:00
|
|
|
|
"id": "linuxdash",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"packaging_format": 1,
|
2014-06-02 13:38:03 +02:00
|
|
|
|
"description": {
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"en": "A drop-in, low-overhead monitoring web dashboard for GNU/linux machine.",
|
|
|
|
|
"fr": "Tableau de bord léger pour le monitoring d’un serveur GNU/linux."
|
2014-06-02 13:38:03 +02:00
|
|
|
|
},
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"version": "2.0",
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"url": "https://github.com/afaqurk/linux-dash",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"license": "MIT",
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Moul",
|
|
|
|
|
"email": "moul@moul.re",
|
|
|
|
|
"url": "https://moul.re"
|
2014-06-02 13:38:03 +02:00
|
|
|
|
},
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 2.7.2"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"services": [
|
2016-02-03 16:53:44 +01:00
|
|
|
|
"nginx"
|
2016-02-03 12:52:31 +01:00
|
|
|
|
],
|
2014-06-02 13:38:03 +02:00
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"type": "domain",
|
2014-06-02 13:38:03 +02:00
|
|
|
|
"ask": {
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"en": "Choose a domain name for Linux-Dash",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour Linux-Dash"
|
2014-06-02 13:38:03 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"type": "path",
|
2014-06-02 13:38:03 +02:00
|
|
|
|
"ask": {
|
2016-02-03 12:52:31 +01:00
|
|
|
|
"en": "Choose a path for Linux-Dash",
|
|
|
|
|
"fr": "Choisissez un chemin pour Linux-Dash"
|
2014-06-02 13:38:03 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "/dash",
|
|
|
|
|
"default": "/dash"
|
2016-02-03 16:30:57 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "user",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"type": "user",
|
2016-02-03 16:30:57 +01:00
|
|
|
|
"ask": {
|
2016-02-03 16:32:56 +01:00
|
|
|
|
"en": "Choose the YunoHost user which have access to Linux-Dash",
|
2016-02-03 16:30:57 +01:00
|
|
|
|
"fr": "Choisissez l’utilisateur YunoHost qui a accès à Linux-Dash"
|
|
|
|
|
},
|
|
|
|
|
"example": "john"
|
2014-06-02 13:38:03 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|