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

53 lines
1.5 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",
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
},
2016-02-03 12:52:31 +01:00
"url": "https://github.com/afaqurk/linux-dash",
"license": "free",
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
"url": "https://moul.re"
2014-06-02 13:38:03 +02:00
},
"multi_instance": "false",
2016-02-03 12:52:31 +01:00
"services": [
"nginx",
"php5-fpm"
],
2014-06-02 13:38:03 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2016-02-03 12:52:31 +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",
2016-02-03 12:52:31 +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",
"type": "user",
"ask": {
"en": "Choose the YunoHost user who got access to Linux-Dash",
"fr": "Choisissez lutilisateur YunoHost qui a accès à Linux-Dash"
},
"example": "john"
2014-06-02 13:38:03 +02:00
}
]
}
}