1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00
firefly-iii_ynh/manifest.json

71 lines
2.2 KiB
JSON
Raw Normal View History

2018-06-17 00:50:26 +02:00
{
2018-06-18 18:39:03 +02:00
"name": "Firefly III",
"id": "firefly-iii",
2018-06-17 00:50:26 +02:00
"packaging_format": 1,
"description": {
2021-07-23 14:59:51 +02:00
"en": "Self-hosted financial manager",
"fr": "Gestionnaire de finances personnelles"
2018-06-17 00:50:26 +02:00
},
2022-05-31 08:01:40 +02:00
"version": "5.7.9~ynh1",
2018-06-17 00:50:26 +02:00
"url": "https://firefly-iii.org/",
2021-07-23 14:59:51 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://firefly-iii.org/",
"demo": "https://demo.firefly-iii.org/login",
"admindoc": "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/",
"code": "https://github.com/firefly-iii/firefly-iii"
},
"license": "GPL-3.0-or-later",
2018-06-17 00:50:26 +02:00
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": "https://datamol.org"
},
"requirements": {
2021-11-22 07:34:00 +01:00
"yunohost": ">= 4.3.0"
2018-06-17 00:50:26 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-04-06 13:35:35 +02:00
"php8.0-fpm",
2018-06-17 00:50:26 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-10-04 22:21:20 +02:00
"type": "domain"
2018-06-17 00:50:26 +02:00
},
2020-02-22 01:28:06 +01:00
{
"name": "path",
"type": "path",
2021-12-24 18:29:34 +01:00
"example": "/firefly",
2021-07-23 13:31:48 +02:00
"default": "/firefly"
2020-02-22 01:28:06 +01:00
},
2018-06-17 00:50:26 +02:00
{
"name": "admin",
2021-10-04 22:21:20 +02:00
"type": "user"
2018-06-17 00:50:26 +02:00
},
2022-04-06 13:35:35 +02:00
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2022-05-05 18:52:00 +02:00
"choices": ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pt_PT"],
2022-05-02 19:43:54 +02:00
"default": "fr_FR"
2022-04-06 13:35:35 +02:00
},
2018-06-17 00:50:26 +02:00
{
"name": "is_public",
"type": "boolean",
2022-04-06 08:45:31 +02:00
"help": {
"en": "If enabled, firefly-iii will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2022-04-06 08:45:31 +02:00
},
2018-06-17 00:50:26 +02:00
"default": true
}
]
}
}