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
dudjima 073f2ee2be create scripts
- create upgrade scripts
- update version on instal script
add some values on manifest
2018-04-13 21:20:12 +02:00

38 lines
1.1 KiB
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)"
},
"url": "http://www.noalyss.eu/",
"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",
"fr": "Choisir un domaine pour NOALYSS"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for NOALYSS",
"fr": "Choisir un chemin pour NOALYSS"
},
"example": "/compta",
"default": "/compta"
}
]
}
}