{ "name": "Pagure", "id": "pagure", "packaging_format": 1, "requirements": { "yunohost": ">= 3.0.0~beta1.2" }, "description": { "en": "Pagure is a git-centered forge, python based using pygit2." }, "version": "3.13.2-2", "url": "https://pagure.io/pagure", "license": "AGPL-3.0", "maintainer": { "name": "Jean-Baptiste Holcroft", "email": "jean-baptiste@holcroft.fr" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Pagure:" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Pagure:" }, "example": "/pagure", "default": "/pagure" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Should Pagure be publicly accessible?" }, "default": "0" }, { "name": "admin", "type": "user", "ask": { "en": "Choose an admin user for Pagure" }, "example": "simon" } ] } }