{ "name": "SnappyMail", "id": "snappymail", "packaging_format": 1, "description": { "en": "Simple, modern, lightweight & fast web-based e-mail client", "fr": "Client de messagerie Web simple, moderne, léger et rapide" }, "version": "2.25.3~ynh1", "url": "https://snappymail.eu/", "upstream": { "license": "AGPL-3.0-only", "website": "https://snappymail.eu/", "demo": "https://snappymail.eu/demo/", "admindoc": "https://github.com/the-djmaze/snappymail/wiki", "code": "https://github.com/the-djmaze/snappymail" }, "license": "AGPL-3.0-only", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/snappymail", "default": "/snappymail" }, { "name": "is_public", "type": "boolean", "default": true } ] } }