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

54 lines
1.2 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": {
2020-11-20 11:25:30 +01:00
"en": "Lightweight Git forge",
"fr": "Forge Git légère"
2016-08-15 15:38:50 +02:00
},
2020-11-18 17:59:20 +01:00
"version": "0.12.3~ynh1",
"url": "http://gogs.io",
"license": "MIT",
2016-08-15 15:38:50 +02:00
"maintainer": {
2020-12-06 14:12:04 +01:00
"name": "",
"email": ""
},
"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": {
2021-05-17 09:45:06 +02:00
"yunohost": ">= 4.2.4"
},
2016-08-15 15:38:50 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2016-08-15 15:38:50 +02:00
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2016-08-15 15:38:50 +02:00
"example": "/gogs",
"default": "/gogs"
},
{
"name": "admin",
"type": "user",
2016-08-15 15:38:50 +02:00
"example": "johndoe"
},
{
2018-02-07 23:49:32 +01:00
"name": "is_public",
"type": "boolean",
"default": true
2016-08-15 15:38:50 +02:00
}
]
}
}