{ "name": "Lstu", "id": "lstu", "packaging_format": 1, "description": { "en": "URL Shortener", "fr": "Raccourcisseur d'URL" }, "version": "0.23-0~ynh1", "url": "https://lstu.fr", "upstream": { "license": "WTFPL", "website": "https://lstu.fr", "demo": "https://lstu.fr", "admindoc": "https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home", "code": "https://framagit.org/fiat-tux/hat-softwares/lstu" }, "license": "WTFPL", "maintainer": { "name": "frju365", "email": "abld@abld.info" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/lstu", "default": "/lstu" }, { "name": "is_public", "type": "boolean", "default": false }, { "name": "theme", "type": "string", "ask": { "en": "Choose a theme", "fr": "Choisissez un theme" }, "choices": [ "default", "milligram" ], "default": "milligram" }, { "name": "password", "type": "password", "example": "Choose a password" } ] } }