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

54 lines
1.3 KiB
JSON
Raw Normal View History

2016-03-01 10:47:41 +01:00
{
2018-11-30 14:47:44 +01:00
"name": "Keeweb",
"id": "keeweb",
"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 nayant 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
}