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",
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://github.com/afaqurk/linux-dash",
|
|
|
|
|
"demo": "https://afaqurk.github.io/linux-dash/",
|
|
|
|
|
"admindoc": "https://github.com/afaqurk/linux-dash/wiki",
|
|
|
|
|
"code": "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": {
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2018-01-29 00:55:27 +01:00
|
|
|
|
},
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"multi_instance": true,
|
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": {
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"install": [
|
2014-06-02 13:38:03 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"type": "domain"
|
2014-06-02 13:38:03 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2018-01-29 00:55:27 +01:00
|
|
|
|
"type": "path",
|
2014-06-02 13:38:03 +02:00
|
|
|
|
"example": "/dash",
|
|
|
|
|
"default": "/dash"
|
2016-02-03 16:30:57 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-03-25 01:09:30 +01:00
|
|
|
|
"name": "admin",
|
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
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|