mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
48 lines
835 B
JSON
48 lines
835 B
JSON
{
|
|
"name": "Pagure",
|
|
"id": "pagure",
|
|
"packaging_format": 1,
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"description": {
|
|
"en": "Pagure is a git-centered forge, python based using pygit2."
|
|
},
|
|
"version": "5.0.1~ynh1",
|
|
"url": "https://pagure.io/pagure",
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jean-Baptiste Holcroft",
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/pagure",
|
|
"default": "/pagure"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should Pagure be publicly accessible?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|