mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
34 lines
935 B
JSON
34 lines
935 B
JSON
{
|
|
"name": "NOALYSS (php compta)",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|