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

58 lines
1.6 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": {
2018-06-29 13:51:40 +02:00
"en": "Firefly III is a self-hosted financial manager.",
"fr": "Firefly III est un gestionnaire de finances personnelles."
2018-06-17 00:50:26 +02:00
},
"version": "4.7.4",
"url": "https://firefly-iii.org/",
"license": "GPL v3",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": "https://datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php7.2-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2018-06-18 18:39:03 +02:00
"en": "Choose a domain name for Firefly III",
"fr": "Choisissez un nom de domaine pour Firefly III"
2018-06-17 00:50:26 +02:00
},
"example": "example.com"
},
{
"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
}
]
}
}