1
0
Fork 0
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:
Memo 2022-04-07 09:13:52 +02:00 committed by GitHub
parent a87a55689e
commit 13cf851e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"php8.0-fpm",
"mysql"
],
"arguments": {
@ -46,6 +46,16 @@
"name": "admin",
"type": "user"
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "fr", "en_US"],
"default": "fr"
},
{
"name": "is_public",
"type": "boolean",