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
ericgaspar 9282a7bb64
Fix
2020-11-05 21:05:02 +01:00

66 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Laverna",
"id": "laverna",
"packaging_format": 1,
"description": {
"en": "Taking note application with Markdown editor and encryption support.",
"fr": "Application de Prise de note avec éditeur Markdown et chiffrement."
},
"version": "0.7.51~ynh1",
"url": "https://laverna.cc/index.html",
"license": "MPL-2.0",
"maintainer": {
"name": "Alex",
"email": "apulido@free.fr"
},
"requirements": {
"yunohost": ">> 4.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Laverna",
"fr": "Choisissez un nom de domaine pour Laverna"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Laverna",
"fr": "Choisissez un chemin pour Laverna"
},
"example": "/laverna",
"default": "/laverna"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}