1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pagure_ynh.git synced 2024-09-03 19:56:19 +02:00
pagure_ynh/manifest.json

60 lines
1 KiB
JSON
Raw Normal View History

{
"name": "Pagure",
"id": "pagure",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 3.0.0"
},
"description": {
"en": "Pagure is a git-centered forge, python based using pygit2."
},
2017-12-28 13:37:21 +01:00
"version": "3.13.2-1",
"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"
}
]
}
}