mirror of
https://github.com/YunoHost-Apps/nullboard_ynh.git
synced 2024-09-03 19:46:08 +02:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
||
"name": "Nullboard",
|
||
"id": "nullboard",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Minimalist kanban board, focused on compactness and readability",
|
||
"fr": "Kanban minimaliste, axé sur la compacité et la lisibilité"
|
||
},
|
||
"version": "1.0~ynh5",
|
||
"url": "https://nullboard.io/preview",
|
||
"upstream": {
|
||
"license": "BSD-2-Clause",
|
||
"website": "https://nullboard.io/",
|
||
"demo": "https://nullboard.io/preview",
|
||
"code": "https://github.com/apankrat/nullboard"
|
||
},
|
||
"license": "BSD-2-Clause",
|
||
"maintainer": {
|
||
"name": "eric_G",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/nullboard",
|
||
"default": "/nullboard"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Nullboard will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Nullboard sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|