2017-10-06 15:36:42 +02:00
|
|
|
{
|
|
|
|
"name": "Pagure",
|
|
|
|
"id": "pagure",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"requirements": {
|
2022-01-11 20:14:15 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2017-10-06 15:36:42 +02:00
|
|
|
},
|
|
|
|
"description": {
|
2017-11-23 22:56:00 +01:00
|
|
|
"en": "Pagure is a git-centered forge, python based using pygit2."
|
2017-10-06 15:36:42 +02:00
|
|
|
},
|
2018-09-27 23:33:34 +02:00
|
|
|
"version": "5.0.1~ynh1",
|
2017-10-06 15:36:42 +02:00
|
|
|
"url": "https://pagure.io/pagure",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Jean-Baptiste Holcroft",
|
|
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
|
|
},
|
2018-05-12 13:44:46 +02:00
|
|
|
"multi_instance": false,
|
2017-10-06 15:36:42 +02:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-01-11 20:14:15 +01:00
|
|
|
"type": "domain"
|
2017-10-06 15:36:42 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/pagure",
|
|
|
|
"default": "/pagure"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Should Pagure be publicly accessible?"
|
|
|
|
},
|
2021-08-31 19:16:40 +02:00
|
|
|
"default": true
|
2017-10-06 15:36:42 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2022-01-11 20:14:15 +01:00
|
|
|
"type": "user"
|
2017-10-06 15:36:42 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|