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

61 lines
1.8 KiB
JSON
Raw Normal View History

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/",
"license": "free",
"maintainer": {
"name": "Scith",
"url": "https://github.com/scith"
},
"multi_instance": "false",
"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": "/passwords",
"default": "/passwords"
},
{
"name": "dropbox",
"type": "user",
"ask": {
"en": "To sync with Dropbox, create a Dropbox app and enter here your app key (Settings/App key)",
"fr": "Pour synchroniser avec Dropbox, créez une app Dropbox et entrez ici votre clé (Settings/App key)"
},
"example": "qp7ctun6qt5n9d6"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}