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

58 lines
1.6 KiB
JSON
Raw Normal View History

2023-01-05 14:48:22 +01:00
{
2023-01-06 10:12:01 +01:00
"name": "Forgejo",
"id": "forgejo",
2023-01-05 14:48:22 +01:00
"packaging_format": 1,
"description": {
2023-01-06 10:12:01 +01:00
"en": "Lightweight software forge",
"fr": "Forge logiciel légère"
2023-01-05 14:48:22 +01:00
},
"upstream": {
"license": "MIT",
2023-01-06 10:12:01 +01:00
"website": "https://forgejo.org",
2023-01-05 14:48:22 +01:00
"admindoc": "https://docs.gitea.io/",
2023-01-06 10:12:01 +01:00
"code": "https://codeberg.org/forgejo/forgejo"
2023-01-05 14:48:22 +01:00
},
2023-01-06 10:12:01 +01:00
"url": "https://forgejo.org",
2023-01-05 14:48:22 +01:00
"license": "MIT",
2023-01-23 08:11:43 +01:00
"version": "1.18.2-1~ynh1",
2023-01-05 14:48:22 +01:00
"maintainer": {
2023-01-06 10:12:01 +01:00
"name": "Emmanuel Averty",
"email": "emmanuel.averty@free.fr"
2023-01-05 14:48:22 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"postgres"
2023-01-05 14:48:22 +01:00
],
"requirements": {
"yunohost": ">= 11.0.9"
2023-01-05 14:48:22 +01:00
},
"arguments": {
"install": [
2023-01-05 14:48:22 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/forgejo",
2023-01-06 10:12:01 +01:00
"default": "/forgejo"
2023-01-05 14:48:22 +01:00
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Forgejo 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, Forgejo sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2023-01-05 14:48:22 +01:00
"default": true
}
]
}
}