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

55 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",
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",
2022-03-25 01:09:30 +01:00
"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"
},
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": {
2022-03-25 01:09:30 +01:00
"yunohost": ">= 4.3.0"
2018-01-29 00:55:27 +01:00
},
2022-03-25 01:09:30 +01:00
"multi_instance": true,
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": {
2022-03-25 01:09:30 +01:00
"install": [
2014-06-02 13:38:03 +02:00
{
"name": "domain",
2022-03-25 01:09:30 +01:00
"type": "domain"
2014-06-02 13:38:03 +02:00
},
{
"name": "path",
2018-01-29 00:55:27 +01:00
"type": "path",
2014-06-02 13:38:03 +02:00
"example": "/dash",
"default": "/dash"
},
{
2022-03-25 01:09:30 +01:00
"name": "admin",
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
}
]
}
}