2016-03-01 10:47:41 +01:00
|
|
|
|
{
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"name": "Keeweb",
|
|
|
|
|
"id": "keeweb",
|
2016-12-06 03:09:15 +01:00
|
|
|
|
"packaging_format": 1,
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"description": {
|
2022-02-04 15:22:16 +01:00
|
|
|
|
"en": "Password manager compatible with KeePass",
|
|
|
|
|
"fr": "Gestionnaire de mots de passe compatible avec KeePass"
|
2018-11-30 14:47:44 +01:00
|
|
|
|
},
|
2022-02-04 12:29:26 +01:00
|
|
|
|
"version": "1.18.8~ynh1",
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"url": "https://keeweb.info/",
|
2022-02-04 15:22:16 +01:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://keeweb.info/",
|
|
|
|
|
"demo": "https://app.keeweb.info/",
|
|
|
|
|
"admindoc": "https://github.com/keeweb/keeweb/wiki",
|
|
|
|
|
"code": "https://github.com/keeweb/keeweb"
|
|
|
|
|
},
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
2019-02-25 12:38:37 +01:00
|
|
|
|
"name": "kay0u",
|
|
|
|
|
"email": "pierre@kayou.io"
|
2018-11-30 14:47:44 +01:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2022-02-04 15:22:16 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2018-11-30 14:47:44 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2022-02-04 15:22:16 +01:00
|
|
|
|
"type": "domain"
|
2018-11-30 14:47:44 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2016-03-01 10:51:28 +01:00
|
|
|
|
"type": "path",
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"example": "/keeweb",
|
|
|
|
|
"default": "/keeweb"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2022-02-04 15:45:27 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, KeeWeb will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, KeeWeb sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2018-11-30 14:47:44 +01:00
|
|
|
|
"default": false
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2016-03-01 10:47:41 +01:00
|
|
|
|
}
|