1
0
Fork 0
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:
ericgaspar 2021-01-25 10:18:00 +01:00
parent 1e3b16faa3
commit 889d399e98
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"
}, },
{ {