mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "Noalyss",
|
|
"id": "noalyss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Accounting free software (Beligum and French accounting)",
|
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
|
},
|
|
"version": "8.1.0.1~ynh1",
|
|
"url": "http://noalyss.eu",
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "datatierce",
|
|
"email": "github@computhings.be",
|
|
"url": "https://computhings.be"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.7"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/noalyss",
|
|
"default": "/noalyss"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"example": "Choose a password"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|