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
ericgaspar 4b97838bb9
Fix
2021-11-06 23:42:14 +01:00

51 lines
1.1 KiB
JSON

{
"name": "Gogs",
"id": "gogs",
"packaging_format": 1,
"description": {
"en": "Lightweight Git forge",
"fr": "Forge Git légère"
},
"version": "0.12.3~ynh1",
"url": "http://gogs.io",
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"previous_maintainers": {
"name": "tostaki",
"email": "maxime@max.privy.place"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"requirements": {
"yunohost": ">= 4.2.8"
},
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/gogs",
"default": "/gogs"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}