{ "name": "Firefly III", "id": "firefly-iii", "packaging_format": 1, "description": { "en": "Firefly III is a self-hosted financial manager" "fr": "Firefly III est un gestionnaire de finances personnelles" }, "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": { "en": "Choose a domain name for Firefly III", "fr": "Choisissez un nom de domaine pour Firefly III" }, "example": "example.com" }, { "name": "admin", "type": "user", "ask": { "en": "Choose an admin user (should be a YunoHost registered user)", "fr": "Choisissez l’administrateur (should be a YunoHost registered user)" }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }