{ "name": "Monica", "id": "monica", "packaging_format": 1, "description": { "en": "Personal Relationship Manager" }, "version": "3.7.0~ynh2", "url": "https://monicahq.com", "upstream": { "license": "GPL-3.0", "website": "https://monicahq.com", "code": "https://github.com/monicahq/monica", "cpe": "cpe:2.3:a:monicahq:monica" }, "license": "GPL-3.0", "maintainer": { "name": "Sebastian Gumprich", "email": "yunohost@gumpri.ch", "url": "http://github.com/rndmh3ro/monica_ynh" }, "requirements": { "yunohost": ">= 11.0.0" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/monica", "default": "/monica" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": [ "cs", "de", "en", "es", "fr", "he", "it", "nl", "pt", "ru", "zh" ], "default": "en" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }