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

57 lines
1.5 KiB
JSON
Raw Normal View History

2016-03-01 10:47:41 +01:00
{
2016-06-10 11:32:05 +02:00
"package_format": 1,
2016-03-01 10:47:41 +01:00
"name": "Keeweb",
"id": "keeweb",
"description": {
"en": "Password manager compatible with KeePass.",
"fr": "Gestionnaire de mots de passe compatible avec KeePass."
},
"url": "https://keeweb.info/",
2016-06-10 11:44:52 +02:00
"license": "AGPL-3",
"version": "1.1.4",
2016-03-01 10:47:41 +01:00
"maintainer": {
"name": "Scith",
"url": "https://github.com/scith"
},
"multi_instance": "false",
"services": [
"nginx",
"php5-fpm"
],
2016-06-10 11:32:05 +02:00
"requirements": {
"yunohost": ">= 2.2"
},
2016-03-01 10:47:41 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2016-03-01 10:51:28 +01:00
"type": "domain",
2016-03-01 10:47:41 +01:00
"ask": {
"en": "Choose a domain name for Keeweb",
"fr": "Choisissez un nom de domaine pour Keeweb"
},
"example": "example.com"
},
{
"name": "path",
2016-03-01 10:51:28 +01:00
"type": "path",
2016-03-01 10:47:41 +01:00
"ask": {
"en": "Choose a path for Keeweb",
"fr": "Choisissez un chemin pour Keeweb"
},
"example": "/passwords",
"default": "/passwords"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"choices": ["Yes", "No"],
2016-06-10 11:32:05 +02:00
"default": "No"
2016-03-01 10:47:41 +01:00
}
]
}
}