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

63 lines
1.7 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": {
2021-11-26 17:31:20 +01:00
"en": "Lightweight self-hosted Git forge",
"fr": "Forge Git légère auto-hébergé"
2016-08-15 15:38:50 +02:00
},
2022-08-05 15:19:11 +02:00
"version": "0.12.10~ynh1",
"url": "http://gogs.io",
2021-11-07 10:32:50 +01:00
"upstream": {
"license": "MIT",
"website": "http://gogs.io",
"demo": "https://try.gogs.io/user/login",
"admindoc": "https://gogs.io/docs",
"code": "https://github.com/gogs/gogs"
},
"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-11-21 21:38:18 +01:00
"yunohost": ">= 4.3.0"
},
2016-08-15 15:38:50 +02:00
"arguments": {
2022-03-12 07:25:03 +01:00
"install": [
2016-08-15 15:38:50 +02:00
{
"name": "domain",
2021-11-06 19:10:24 +01:00
"type": "domain"
2016-08-15 15:38:50 +02:00
},
{
"name": "path",
"type": "path",
2016-08-15 15:38:50 +02:00
"example": "/gogs",
"default": "/gogs"
},
{
"name": "admin",
2021-11-06 19:10:24 +01:00
"type": "user"
2016-08-15 15:38:50 +02:00
},
{
2018-02-07 23:49:32 +01:00
"name": "is_public",
"type": "boolean",
2021-11-26 17:31:20 +01:00
"help": {
"en": "If enabled, Gogs will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Gogs sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2016-08-15 15:38:50 +02:00
}
]
}
}