1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/manifest.json
2015-09-27 23:37:54 +02:00

34 lines
934 B
JSON

{
"name": "NOALYSS (phpcompta)",
"id": "noalyss",
"description": {
"en": "Accounting free software (Beligum and French accounting)",
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
},
"license": "GPL-2",
"maintainer": {
"name": "bram",
"email": "cortex@worlddomination.be",
"url": "http://worlddomination.be"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for NOALYSS"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for NOALYSS"
},
"example": "/compta",
"default": "/compta"
}
]
}
}