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

39 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-27 00:35:53 +02:00
{
2015-09-27 23:37:54 +02:00
"name": "NOALYSS (phpcompta)",
2015-09-27 00:35:53 +02:00
"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/",
2015-09-27 00:35:53 +02:00
"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"
2015-09-27 00:35:53 +02:00
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2015-09-27 00:35:53 +02:00
"ask": {
"en": "Choose a path for NOALYSS",
"fr": "Choisir un chemin pour NOALYSS"
2015-09-27 00:35:53 +02:00
},
"example": "/compta",
"default": "/compta"
}
]
}
}