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

52 lines
1.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": {
2020-11-29 09:59:46 +01:00
"en": "Self-hosted financial manager.",
"fr": "Gestionnaire de finances personnelles."
2018-06-17 00:50:26 +02:00
},
2021-07-23 13:34:55 +02:00
"version": "5.5.12~ynh1",
2018-06-17 00:50:26 +02:00
"url": "https://firefly-iii.org/",
"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-07-23 13:31:48 +02:00
"yunohost": ">= 4.2.0"
2018-06-17 00:50:26 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-07-23 13:31:48 +02:00
"php7.4-fpm",
2018-06-17 00:50:26 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
2020-02-22 01:28:06 +01:00
{
"name": "path",
"type": "path",
"example": "/example",
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",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}