mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
||
"name": "Linux-Dash",
|
||
"id": "linuxdash",
|
||
"description": {
|
||
"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."
|
||
},
|
||
"url": "https://github.com/afaqurk/linux-dash",
|
||
"license": "free",
|
||
"maintainer": {
|
||
"name": "Moul",
|
||
"email": "moul@moul.re",
|
||
"url": "https://moul.re"
|
||
},
|
||
"multi_instance": "false",
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Linux-Dash",
|
||
"fr": "Choisissez un nom de domaine pour Linux-Dash"
|
||
},
|
||
"example": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Linux-Dash",
|
||
"fr": "Choisissez un chemin pour Linux-Dash"
|
||
},
|
||
"example": "/dash",
|
||
"default": "/dash"
|
||
},
|
||
{
|
||
"name": "user",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose the YunoHost user which have access to Linux-Dash",
|
||
"fr": "Choisissez l’utilisateur YunoHost qui a accès à Linux-Dash"
|
||
},
|
||
"example": "john"
|
||
}
|
||
]
|
||
}
|
||
}
|