mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Update manifest.json
This commit is contained in:
parent
0143c97cb7
commit
415a95485b
1 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,11 @@
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.2.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": ["nginx", "php7.4-fpm", "mysql"],
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"php7.4-fpm",
|
||||||
|
"mysql"
|
||||||
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
|
@ -49,6 +53,6 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue