1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00

Update manifest

This commit is contained in:
Moul 2016-02-03 12:52:31 +01:00
parent 7892694bc3
commit 092b3c54b1

View file

@ -1,31 +1,39 @@
{
"name": "Linux Dash",
"name": "Linux-Dash",
"id": "linuxdash",
"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."
"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."
},
"developer": {
"name": "opi",
"email": "opi@no-log.org",
"url": "http://zeropi.net"
"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",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Linux Dash",
"fr": "Choisissez un domaine pour Linux Dash"
"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"
"en": "Choose a path for Linux-Dash",
"fr": "Choisissez un chemin pour Linux-Dash"
},
"example": "/dash",
"default": "/dash"