{ "name": "ICEcoder", "id": "icecoder", "packaging_format": 1, "description": { "en": "Code editor awesomeness ...in your browser", "fr": "Un éditeur de code impressionnant ...dans votre navigateur" }, "version": "2.0.0~ynh1", "url": "https://icecoder.net/", "license": "AGPL-3.0-only", "maintainer": { "name": "Stylix58", "email": "lateman-jpeg@outlook.fr", "url": "https://stylix58.netlify.app/" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/example", "default": "/example" }, { "name": "internal_path", "type": "path", "example": "/var/www/my_webapp/www", "default": "/var/www/my_webapp/www" } ] } }