mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
fix
This commit is contained in:
parent
9422d245f8
commit
dcea68cb64
2 changed files with 3 additions and 59 deletions
|
@ -1,58 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,3 +1,5 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
test_upgrade_from.620065d7.name = "Upgrade from #31"
|
||||||
|
|
Loading…
Reference in a new issue