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-04-12 09:13:38 +02:00
|
|
|
|
"version": "1.19.0-3~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",
|
2023-01-21 12:00:03 +01:00
|
|
|
|
"postgres"
|
2023-01-05 14:48:22 +01:00
|
|
|
|
],
|
|
|
|
|
"requirements": {
|
2023-01-11 10:32:49 +01:00
|
|
|
|
"yunohost": ">= 11.0.9"
|
2023-01-05 14:48:22 +01:00
|
|
|
|
},
|
|
|
|
|
"arguments": {
|
2023-01-11 10:32:49 +01:00
|
|
|
|
"install": [
|
2023-01-05 14:48:22 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
2023-01-11 10:32:49 +01:00
|
|
|
|
"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",
|
2023-01-11 10:32:49 +01:00
|
|
|
|
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2023-01-05 14:48:22 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|