mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Update manifest.json
This commit is contained in:
parent
1e3b16faa3
commit
889d399e98
1 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.0-fpm"
|
"php7.3-fpm"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [{
|
||||||
|
@ -29,6 +29,10 @@
|
||||||
"en": "Choose a domain name for Grocy",
|
"en": "Choose a domain name for Grocy",
|
||||||
"fr": "Choisissez un nom de domaine pour Grocy"
|
"fr": "Choisissez un nom de domaine pour Grocy"
|
||||||
},
|
},
|
||||||
|
"help": {
|
||||||
|
"en": "Grocy needs to be installed in its own root domain or subdomain.",
|
||||||
|
"fr": "Grocy doit être installé dans son propre domaine racine ou sous-domaine."
|
||||||
|
},
|
||||||
"example": "grocy.example.com"
|
"example": "grocy.example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue