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.json

This commit is contained in:
ericgaspar 2022-01-11 08:59:40 +01:00
parent ab7a761770
commit 728283cdc7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,7 @@
},
"url": "http://gogs.io",
"license": "MIT",
"version": "0.11.66~ynh1",
"version": "0.12.3~ynh1",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
@ -24,37 +24,23 @@
"mysql"
],
"requirements": {
"yunohost": ">= 2.7.12"
"yunohost": ">= 4.0.0"
},
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Gogs",
"fr": "Choisissez un domaine pour Gogs"
},
"example": "domain.org"
"type": "domain"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Gogs",
"fr": "Choisissez un chemin pour Gogs"
},
"example": "/gogs",
"default": "/gogs"
},
{
"name": "admin",
"type": "user",
"ask": {
"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"
"type": "user"
},
{
"name": "is_public",