{ "name": "Cinny", "id": "cinny", "packaging_format": 1, "description": { "en": "Matrix client focusing primarily on simple, elegant and secure interface", "fr": "Client matrix orienté simplicité, élégance et sécurité" }, "version": "1.3.1~ynh2", "url": "https://cinny.in", "upstream": { "license": "MIT", "website": "https://cinny.in", "demo": "https://app.cinny.in", "admindoc": "https://cinny.in", "userdoc": "https://cinny.in", "code": "https://github.com/ajbura/cinny" }, "license": "GPL-3.0", "maintainer": { "name": "Salamandar", "email": "felix@piedallu.me" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/", "default": "/", "help": { "en": "Cinny only supports to be installed on / for now.", "fr": "Cinny ne peut être installé que à la racine pour le moment." } }, { "name": "is_public", "type": "boolean", "default": true, "help": { "en": "Should the app be accessible to users not logged into Yunohost", "fr": "L'app devrait-elle être accessible aux utilisateurs Yunohost" } } ] } }