{ "name": "phpIPAM", "id": "phpipam", "packaging_format": 1, "description": { "en": "Web IP address management application", "fr": "Application web de gestion d'adresses IP" }, "version": "1.4.3~ynh1", "url": "https://phpipam.net/", "upstream": { "license": "GPL-3.0", "website": "https://phpipam.net/", "demo": "https://demo.example.com", "admindoc": "https://yunohost.org/packaging_apps", "userdoc": "https://yunohost.org/apps", "code": "https://some.forge.com/example/example" }, "license": "GPL-3.0", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/phpipam", "default": "/phpipam" }, { "name": "is_public", "type": "boolean", "default": true } ] } }