{ "name": "Firefly III", "id": "firefly-iii", "packaging_format": 1, "description": { "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, "version": "5.7.1~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", "website": "https://firefly-iii.org/", "demo": "https://demo.firefly-iii.org/login", "admindoc": "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/", "code": "https://github.com/firefly-iii/firefly-iii" }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "https://datamol.org" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/firefly", "default": "/firefly" }, { "name": "admin", "type": "user" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["de", "fr", "en_US"], "default": "fr" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, firefly-III will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, firefly-III sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }