{ "name": "Gotify", "id": "gotify", "packaging_format": 1, "description": { "en": "Simple server for sending and receiving messages", "fr": "Simple serveur pour envoyer et recevoir des messages" }, "version": "2.2.0~ynh1", "url": "http://gotify.net", "upstream": { "license": "MIT", "website": "http://gotify.net", "admindoc": "https://gotify.net/docs/index", "code": "https://github.com/gotify/server" }, "license": "MIT", "maintainer": { "name": "plopoyop", "email": "plopoyop@gmail.com" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/gotify", "default": "/gotify" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }