mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "Linux Dash",
|
|
"id": "linudash",
|
|
"description": {
|
|
"en": "A drop-in, low-overhead monitoring web dashboard for a linux machine.",
|
|
"fr": "Un tableau de bord leger pour le monitoring d'un serveur linux."
|
|
},
|
|
"developer": {
|
|
"name": "opi",
|
|
"email": "opi@no-log.org",
|
|
"url": "http://zeropi.net"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Linux Dash",
|
|
"fr": "Choisissez un domaine pour Linux Dash"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Linux Dash",
|
|
"fr": "Choisissez un chemin pour Linux Dash"
|
|
},
|
|
"example": "/dash",
|
|
"default": "/dash"
|
|
}
|
|
]
|
|
}
|
|
}
|