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" : {
2016-06-26 20:37:38 +02:00
"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."
2014-10-20 18:55:53 +02:00
} ,
2016-06-26 20:37:38 +02:00
"url" : "https://laverna.cc/index.html" ,
2015-12-16 21:02:39 +01:00
"license" : "free" ,
2015-06-22 12:40:00 +02:00
"maintainer" : {
2016-06-26 20:37:38 +02:00
"name" : "Alex" ,
"email" : "apulido@free.fr" ,
"url" : "https://github.com/likeitneverwentaway/laverna_ynh"
2014-10-20 18:55:53 +02:00
} ,
2016-04-26 16:05:50 +02:00
"requirements" : {
2016-06-13 22:25:00 +02:00
"yunohost" : ">> 2.4.0"
2016-04-26 16:05:50 +02:00
} ,
"multi_instance" : true ,
2015-11-22 19:48:18 +01:00
"services" : [
"nginx" ,
"php5-fpm" ,
"mysql"
] ,
2014-10-20 18:55:53 +02:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2016-01-31 17:14:13 +01:00
"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"
} ,
{
"name" : "path" ,
2016-01-31 17:14:13 +01:00
"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
} ,
{
"name" : "admin" ,
2016-01-31 17:14:13 +01:00
"type" : "user" ,
2014-10-20 18:55:53 +02:00
"ask" : {
2015-10-27 16:03:21 +01:00
"en" : "Choose an admin user" ,
2016-01-31 17:14:13 +01:00
"fr" : "Choisissez l’ administrateur"
2014-10-20 18:55:53 +02:00
} ,
"example" : "johndoe"
} ,
{
"name" : "is_public" ,
2016-04-26 15:57:57 +02:00
"type" : "boolean" ,
2014-10-20 18:55:53 +02:00
"ask" : {
2016-01-31 17:14:13 +01:00
"en" : "Is it a public application?" ,
2015-10-27 16:03:21 +01:00
"fr" : "Est-ce une application publique ?"
2014-10-20 18:55:53 +02:00
} ,
2016-04-26 15:57:57 +02:00
"default" : true
2014-10-20 18:55:53 +02:00
}
]
}
}