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": {
|
2022-04-14 08:45:27 +02:00
|
|
|
"en": "Accounting free software (Belgian and French accounting)",
|
2015-09-27 00:35:53 +02:00
|
|
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
|
|
|
},
|
2022-08-17 18:44:14 +02:00
|
|
|
"version": "9.0.2.5~ynh3",
|
2020-03-26 09:13:02 +01:00
|
|
|
"url": "http://noalyss.eu",
|
2021-08-22 14:58:08 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"website": "http://noalyss.eu",
|
|
|
|
"demo": "http://demo.noalyss.eu/index.php",
|
|
|
|
"admindoc": "https://wiki.noalyss.eu/doku.php"
|
|
|
|
},
|
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": {
|
2022-08-15 18:39:49 +02:00
|
|
|
"yunohost": ">= 11.0.9"
|
2019-03-12 00:02:09 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-04-14 08:49:07 +02:00
|
|
|
"php8.0-fpm"
|
2019-03-12 00:02:09 +01:00
|
|
|
],
|
2015-09-27 00:35:53 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-22 18:26:26 +02:00
|
|
|
"type": "domain"
|
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-09-22 18:26:26 +02:00
|
|
|
"type": "user"
|
2019-03-12 00:02:09 +01:00
|
|
|
},
|
2021-03-01 11:36:32 +01:00
|
|
|
{
|
|
|
|
"name": "password",
|
2021-09-22 18:26:26 +02:00
|
|
|
"type": "password"
|
2021-03-01 11:36:32 +01:00
|
|
|
},
|
2019-03-12 00:02:09 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2023-02-07 02:14:29 +01:00
|
|
|
"default": false
|
2015-09-27 00:35:53 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|