1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
keeweb_ynh/manifest.json
scith f2ecb1b715 Refresh app
- Install from source
- Config
- 2.4
2016-12-06 03:09:15 +01:00

55 lines
1.5 KiB
JSON

{
"name": "Keeweb",
"id": "keeweb",
"packaging_format": 1,
"description": {
"en": "Password manager compatible with KeePass.",
"fr": "Gestionnaire de mots de passe compatible avec KeePass."
},
"url": "https://keeweb.info/",
"license": "free",
"maintainer": {
"name": "Scith",
"url": "https://github.com/scith"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Keeweb",
"fr": "Choisissez un nom de domaine pour Keeweb"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Keeweb",
"fr": "Choisissez un chemin pour Keeweb"
},
"example": "/keeweb",
"default": "/keeweb"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}