mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "Noalyss",
|
|
"id": "noalyss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Accounting free software (Belgian and French accounting)",
|
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
|
},
|
|
"version": "9.0.2.5~ynh4",
|
|
"url": "http://noalyss.eu",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "http://noalyss.eu",
|
|
"demo": "http://demo.noalyss.eu/index.php",
|
|
"admindoc": "https://wiki.noalyss.eu/doku.php"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "datatierce",
|
|
"email": "github@computhings.be",
|
|
"url": "https://computhings.be"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"php8.0-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/noalyss",
|
|
"default": "/noalyss"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|