1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update manifest to be up to date with the last yunohost version and linter

This commit is contained in:
mbugeia 2016-10-11 23:45:47 +02:00
parent 4f11e5a624
commit 3c45df42a4

View file

@ -1,24 +1,31 @@
{ {
"package_format": 1,
"name": "Gogs", "name": "Gogs",
"id": "gogs", "id": "gogs",
"description": { "description": {
"en": "A self-hosted Git service written in Go", "en": "A self-hosted Git service written in Go",
"fr": "A self-hosted Git service written in Go" "fr": "A self-hosted Git service written in Go"
}, },
"url": "http://gogs.io/", "url": "http://gogs.io/",
"license": "MIT",
"version": "0.9.97",
"maintainer": { "maintainer": {
"name": "mbugeia", "name": "tostaki",
"email": "maxime@max.privy.place" "email": "maxime@max.privy.place"
}, },
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"mysql" "mysql"
], ],
"requirements": {
"yunohost": ">= 2.4.0"
},
"arguments": { "arguments": {
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Gogs", "en": "Choose a domain for Gogs",
"fr": "Choisissez un domaine pour Gogs" "fr": "Choisissez un domaine pour Gogs"
@ -27,6 +34,7 @@
}, },
{ {
"name": "path", "name": "path",
"type": "path",
"ask": { "ask": {
"en": "Choose a path for Gogs", "en": "Choose a path for Gogs",
"fr": "Choisissez un chemin pour Gogs" "fr": "Choisissez un chemin pour Gogs"
@ -36,9 +44,10 @@
}, },
{ {
"name": "admin", "name": "admin",
"type": "user",
"ask": { "ask": {
"en": "Choose the admin user for Gogs (must be an existing yunohost user)", "en": "Choose the Gogs administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Gogs (doit être un utilisateur yunohost existant)" "fr": "Choisissez l'administrateur de Gogs (doit être un utilisateur YunoHost existant)"
}, },
"example": "johndoe" "example": "johndoe"
}, },