mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
||
"name": "Linux-Dash",
|
||
"id": "linuxdash",
|
||
"packaging_format": 1,
|
||
"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."
|
||
},
|
||
"version": "2.0",
|
||
"url": "https://github.com/afaqurk/linux-dash",
|
||
"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"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "Moul",
|
||
"email": "moul@moul.re",
|
||
"url": "https://moul.re"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/dash",
|
||
"default": "/dash"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"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"
|
||
}
|
||
]
|
||
}
|
||
}
|