mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"package_format": 1,
|
|
"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"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 2.2"
|
|
},
|
|
"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",
|
|
"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": "No"
|
|
}
|
|
]
|
|
}
|
|
}
|