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

54 lines
1.6 KiB
JSON
Raw Normal View History

2021-02-16 09:39:38 +01:00
{
"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é"
},
2021-05-26 11:37:54 +02:00
"version": "1.0~ynh3",
2021-02-16 09:39:38 +01:00
"url": "https://nullboard.io/preview",
2021-05-26 11:37:54 +02:00
"upstream": {
"license": "BSD-2-Clause",
"website": "https://nullboard.io/",
"demo": "https://nullboard.io/preview",
"code": "https://github.com/apankrat/nullboard"
},
2021-02-16 09:39:38 +01:00
"license": "BSD-2-Clause",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
2021-05-26 11:37:54 +02:00
"yunohost": ">= 4.2.4"
2021-02-16 09:39:38 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/nullboard",
"default": "/nullboard"
},
{
"name": "is_public",
"type": "boolean",
"help": {
2021-02-23 15:38:59 +01:00
"en": "If enabled, Nullboard will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Nullboard sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2021-02-16 09:39:38 +01:00
},
"default": true
}
]
}
}