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

70 lines
1.9 KiB
JSON
Raw Normal View History

2016-08-15 15:38:50 +02:00
{
"name": "Gogs",
"id": "gogs",
"packaging_format": 1,
2016-08-15 15:38:50 +02:00
"description": {
"en": "Lightweight git forge",
"fr": "Forge git légère"
2016-08-15 15:38:50 +02:00
},
"url": "http://gogs.io",
"license": "MIT",
2020-10-11 22:38:04 +02:00
"version": "0.12.3~ynh1",
2016-08-15 15:38:50 +02:00
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"previous_maintainers": {
"name": "tostaki",
2016-08-15 15:38:50 +02:00
"email": "maxime@max.privy.place"
},
2018-02-08 10:11:36 +01:00
"multi_instance": true,
2016-08-15 15:38:50 +02:00
"services": [
"nginx",
"mysql"
],
"requirements": {
2020-10-11 22:38:04 +02:00
"yunohost": ">= 3.8.1"
},
2016-08-15 15:38:50 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2016-08-15 15:38:50 +02:00
"ask": {
"en": "Choose a domain for Gogs",
"fr": "Choisissez un domaine pour Gogs"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2016-08-15 15:38:50 +02:00
"ask": {
"en": "Choose a path for Gogs",
"fr": "Choisissez un chemin pour Gogs"
},
"example": "/gogs",
"default": "/gogs"
},
{
"name": "admin",
"type": "user",
2016-08-15 15:38:50 +02:00
"ask": {
"en": "Choose the Gogs administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Gogs (doit être un utilisateur YunoHost existant)"
2016-08-15 15:38:50 +02:00
},
"example": "johndoe"
},
{
2018-02-07 23:49:32 +01:00
"name": "is_public",
"type": "boolean",
2016-08-15 15:38:50 +02:00
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": true
2016-08-15 15:38:50 +02:00
}
]
}
}