{ "name": "Firefly III", "id": "firefly-iii", "packaging_format": 1, "description": { "en": "Self-hosted financial manager.", "fr": "Gestionnaire de finances personnelles." }, "version": "5.4.6~ynh1", "url": "https://firefly-iii.org/", "license": "GPL-3.0-or-later", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "https://datamol.org" }, "requirements": { "yunohost": ">= 3.8.1" }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Firefly III", "fr": "Choisissez un nom de domaine pour Firefly III" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Firefly III", "fr": "Choisissez un chemin pour Firefly III" }, "example": "/example", "default": "/firefly" }, { "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 } ] } }