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

67 lines
1.8 KiB
JSON
Raw Normal View History

2016-08-15 15:38:50 +02:00
{
"package_format": 1,
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",
"version": "0.11.34~ynh1",
2016-08-15 15:38:50 +02:00
"maintainer": {
"name": "tostaki",
2016-08-15 15:38:50 +02:00
"email": "maxime@max.privy.place"
},
"multi_instance": false,
2016-08-15 15:38:50 +02:00
"services": [
"nginx",
"mysql"
],
"requirements": {
"yunohost": ">= 2.4.0"
},
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"
},
{
"name": "public_site",
"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
}
]
}
}