1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/manifest.json

57 lines
1.6 KiB
JSON
Raw Normal View History

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 dun 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": [
"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"
},
{
"name": "user",
2018-01-29 00:55:27 +01:00
"type": "user",
"ask": {
2016-02-03 16:32:56 +01:00
"en": "Choose the YunoHost user which have access to Linux-Dash",
"fr": "Choisissez lutilisateur YunoHost qui a accès à Linux-Dash"
},
"example": "john"
2014-06-02 13:38:03 +02:00
}
]
}
}