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
ericgaspar e8cecf51f9
Fix
2022-01-11 20:14:15 +01:00

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"
}
]
}
}