{ "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": "2.0.4~ynh1", "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.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/cinny", "default": "/cinny" }, { "name": "is_public", "type": "boolean", "default": true, "help": { "en": "If enabled, Cinny will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Cinny sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." } } ] } }