{ "name": "Huginn", "id": "huginn", "packaging_format": 1, "description": { "en": " Build agents that monitor and act on your behalf" }, "version": "2022.03.24~ynh3", "url": "https://github.com/huginn/huginn", "upstream": { "license": "MIT", "code": "https://github.com/huginn/huginn" }, "license": "MIT", "maintainer": { "name": "aurel", "email": "aurel@grudu.ovh", "url": "https://github.com/onde2rock/huginn_ynh" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" }, { "name": "invitation", "type": "string", "ask": { "en": "Choose an invitation code for new users" }, "example": "invitationcode" } ] } }