mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
53 lines
1.3 KiB
JSON
53 lines
1.3 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"
|
||
},
|
||
"version": "1.18.8~ynh1",
|
||
"url": "https://keeweb.info/",
|
||
"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"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "kay0u",
|
||
"email": "pierre@kayou.io"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/keeweb",
|
||
"default": "/keeweb"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"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."
|
||
},
|
||
"default": false
|
||
}
|
||
]
|
||
}
|
||
}
|