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