mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
fix
This commit is contained in:
parent
6ff23df280
commit
d67fb0625c
2 changed files with 1 additions and 67 deletions
|
@ -1,66 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Kanboard",
|
|
||||||
"id": "kanboard",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Kanban project management software",
|
|
||||||
"fr": "Logiciel de gestion de projet Kanban"
|
|
||||||
},
|
|
||||||
"version": "1.2.27~ynh1",
|
|
||||||
"url": "https://kanboard.net",
|
|
||||||
"upstream": {
|
|
||||||
"license": "MIT",
|
|
||||||
"website": "https://kanboard.net",
|
|
||||||
"demo": "https://demo.yunohost.org/kanboard/",
|
|
||||||
"admindoc": "https://docs.kanboard.org/en/latest/",
|
|
||||||
"code": "https://github.com/kanboard/kanboard",
|
|
||||||
"cpe": "cpe:2.3:a:kanboard:kanboard"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "",
|
|
||||||
"email": ""
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 11.0.9"
|
|
||||||
},
|
|
||||||
"previous_maintainers": [
|
|
||||||
{
|
|
||||||
"name": "mbugeia",
|
|
||||||
"email": "maxime@max.privy.place"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "jibec",
|
|
||||||
"email": "jean-baptiste@holcroft.fr"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"php8.0-fpm",
|
|
||||||
"mysql"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/kanboard",
|
|
||||||
"default": "/kanboard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"type": "user"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue