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

68 lines
1.9 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-06-11 00:45:03 +02:00
"en": "A self-hosted financial manager.",
"fr": "Un gestionnaire de finances personnelles."
2018-06-17 00:50:26 +02:00
},
"version": "5.2.0~ynh2",
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": {
2019-06-23 01:32:31 +02:00
"yunohost": ">= 3.5.0"
2018-06-17 00:50:26 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2020-02-25 18:39:05 +01:00
"php7.3-fpm",
2018-06-17 00:50:26 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2020-06-11 00:45:03 +02:00
"en": "Choose a domain for Firefly III",
2018-06-18 18:39:03 +02:00
"fr": "Choisissez un nom de domaine pour Firefly III"
2018-06-17 00:50:26 +02:00
},
"example": "example.com"
},
2020-02-22 01:28:06 +01:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Firefly III",
"fr": "Choisissez un chemin pour Firefly III"
},
"example": "/example",
"default": "/firefly"
},
2018-06-17 00:50:26 +02:00
{
"name": "admin",
"type": "user",
"ask": {
2018-06-18 18:39:03 +02:00
"en": "Choose an admin user (should be a YunoHost registered user)",
"fr": "Choisissez ladministrateur (should be a YunoHost registered user)"
2018-06-17 00:50:26 +02:00
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}