1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/encryptic_ynh.git synced 2024-09-03 18:26:30 +02:00
encryptic_ynh/manifest.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2020-11-05 22:30:55 +01:00
{
"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": "",
"email": ""
},
"requirements": {
"yunohost": ">> 4.0.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"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
}
]
}
}