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

54 lines
1.6 KiB
JSON
Raw Normal View History

2014-10-20 18:55:53 +02:00
{
2016-06-26 20:37:38 +02:00
"name": "Laverna",
"id": "laverna",
2016-04-28 17:53:17 +02:00
"packaging_format": 1,
2014-10-20 18:55:53 +02:00
"description": {
2021-10-01 23:08:41 +02:00
"en": "Taking note application with Markdown editor and encryption support",
"fr": "Application de Prise de note avec éditeur Markdown et chiffrement"
2014-10-20 18:55:53 +02:00
},
2021-04-03 23:47:53 +02:00
"version": "0.7.51~ynh5",
2016-06-26 20:37:38 +02:00
"url": "https://laverna.cc/index.html",
2021-10-01 23:47:11 +02:00
"upstream": {
"license": "MPL-2.0",
"website": "https://laverna.cc/index.html",
"demo": "https://laverna.cc/app/",
"admindoc": "https://github.com/Laverna/laverna/wiki",
"code": "https://github.com/Laverna/laverna"
},
2020-11-05 21:05:02 +01:00
"license": "MPL-2.0",
2015-06-22 12:40:00 +02:00
"maintainer": {
2020-11-05 21:34:14 +01:00
"name": "",
"email": ""
2014-10-20 18:55:53 +02:00
},
"requirements": {
2022-03-02 17:37:44 +01:00
"yunohost": ">> 4.3.0"
},
"multi_instance": true,
2015-11-22 19:48:18 +01:00
"services": [
2020-11-05 21:34:14 +01:00
"nginx"
2015-11-22 19:48:18 +01:00
],
2014-10-20 18:55:53 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-21 23:43:00 +02:00
"type": "domain"
2014-10-20 18:55:53 +02:00
},
{
2021-04-03 23:47:53 +02:00
"name": "path",
"type": "path",
2016-06-26 20:37:38 +02:00
"example": "/laverna",
"default": "/laverna"
2014-10-20 18:55:53 +02:00
},
{
2021-04-03 23:47:53 +02:00
"name": "is_public",
"type": "boolean",
2020-12-14 10:42:41 +01:00
"help": {
"en": "If enabled, Laverna will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Laverna sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2014-10-20 18:55:53 +02:00
}
]
}
}