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

56 lines
1.5 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": {
2020-11-05 19:32:18 +01: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
},
2020-11-05 20:59:46 +01:00
"version": "0.7.51~ynh1",
2016-06-26 20:37:38 +02:00
"url": "https://laverna.cc/index.html",
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": {
2020-11-05 19:32:18 +01:00
"yunohost": ">> 4.0.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",
"type": "domain",
2014-10-20 18:55:53 +02:00
"ask": {
2016-06-26 20:37:38 +02:00
"en": "Choose a domain name for Laverna",
"fr": "Choisissez un nom de domaine pour Laverna"
2014-10-20 18:55:53 +02:00
},
"example": "example.com"
},
{
2020-11-05 19:32:18 +01:00
"name": "path",
"type": "path",
2014-10-20 18:55:53 +02:00
"ask": {
2016-06-26 20:37:38 +02:00
"en": "Choose a path for Laverna",
"fr": "Choisissez un chemin pour Laverna"
2014-10-20 18:55:53 +02:00
},
2016-06-26 20:37:38 +02:00
"example": "/laverna",
"default": "/laverna"
2014-10-20 18:55:53 +02:00
},
{
2020-11-05 19:32:18 +01:00
"name": "is_public",
"type": "boolean",
2014-10-20 18:55:53 +02:00
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2014-10-20 18:55:53 +02:00
},
"default": true
2014-10-20 18:55:53 +02:00
}
]
}
}