mirror of
https://github.com/YunoHost-Apps/opennote_ynh.git
synced 2024-09-03 19:46:28 +02:00
67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
|
{
|
|||
|
"name": "Laverna",
|
|||
|
"id": "laverna",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.",
|
|||
|
"fr": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote."
|
|||
|
},
|
|||
|
"url": "https://laverna.cc/index.html",
|
|||
|
"license": "free",
|
|||
|
"maintainer": {
|
|||
|
"name": "Alex",
|
|||
|
"email": "apulido@free.fr",
|
|||
|
"url": "https://github.com/likeitneverwentaway/laverna_ynh"
|
|||
|
},
|
|||
|
"requirements": {
|
|||
|
"yunohost": ">> 2.4.0"
|
|||
|
},
|
|||
|
"multi_instance": true,
|
|||
|
"services": [
|
|||
|
"nginx",
|
|||
|
"php5-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 l’administrateur"
|
|||
|
},
|
|||
|
"example": "johndoe"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"type": "boolean",
|
|||
|
"ask": {
|
|||
|
"en": "Is it a public application?",
|
|||
|
"fr": "Est-ce une application publique ?"
|
|||
|
},
|
|||
|
"default": true
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|