{ "name": "Gogs", "id": "gogs", "packaging_format": 1, "description": { "en": "Lightweight self-hosted Git forge", "fr": "Forge Git légère auto-hébergé" }, "version": "0.12.8~ynh1", "url": "http://gogs.io", "upstream": { "license": "MIT", "website": "http://gogs.io", "demo": "https://try.gogs.io/user/login", "admindoc": "https://gogs.io/docs", "code": "https://github.com/gogs/gogs" }, "license": "MIT", "maintainer": { "name": "", "email": "" }, "previous_maintainers": { "name": "tostaki", "email": "maxime@max.privy.place" }, "multi_instance": true, "services": [ "nginx", "mysql" ], "requirements": { "yunohost": ">= 4.3.0" }, "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/gogs", "default": "/gogs" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, Gogs will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Gogs sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }