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