2015-09-27 00:35:53 +02:00
|
|
|
{
|
2020-11-28 10:57:02 +01:00
|
|
|
"name": "Noalyss",
|
2015-09-27 00:35:53 +02:00
|
|
|
"id": "noalyss",
|
2019-03-12 00:02:09 +01:00
|
|
|
"packaging_format": 1,
|
2015-09-27 00:35:53 +02:00
|
|
|
"description": {
|
|
|
|
"en": "Accounting free software (Beligum and French accounting)",
|
|
|
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
|
|
|
},
|
2021-03-01 11:36:32 +01:00
|
|
|
"version": "8.1.0.1~ynh1",
|
2020-03-26 09:13:02 +01:00
|
|
|
"url": "http://noalyss.eu",
|
2020-11-28 10:57:02 +01:00
|
|
|
"license": "AGPL-3.0-only",
|
2015-09-27 00:35:53 +02:00
|
|
|
"maintainer": {
|
2020-03-26 09:13:02 +01:00
|
|
|
"name": "datatierce",
|
|
|
|
"email": "github@computhings.be",
|
|
|
|
"url": "https://computhings.be"
|
2015-09-27 00:35:53 +02:00
|
|
|
},
|
2019-03-12 00:02:09 +01:00
|
|
|
"requirements": {
|
2021-04-03 17:48:35 +02:00
|
|
|
"yunohost": ">= 4.1.7"
|
2019-03-12 00:02:09 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-03-01 11:36:32 +01:00
|
|
|
"php7.3-fpm"
|
2019-03-12 00:02:09 +01:00
|
|
|
],
|
2015-09-27 00:35:53 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2019-03-12 00:02:09 +01:00
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
2015-09-27 00:35:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2019-03-12 00:02:09 +01:00
|
|
|
"type": "path",
|
2020-11-28 10:57:02 +01:00
|
|
|
"example": "/noalyss",
|
|
|
|
"default": "/noalyss"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2021-04-03 18:46:27 +02:00
|
|
|
"type": "user"
|
2019-03-12 00:02:09 +01:00
|
|
|
},
|
2021-03-01 11:36:32 +01:00
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"example": "Choose a password"
|
|
|
|
},
|
2019-03-12 00:02:09 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2015-09-27 00:35:53 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|