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

44 lines
757 B
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": {
"en": "Password manager compatible with KeePass.",
"fr": "Gestionnaire de mots de passe compatible avec KeePass."
},
"version": "1.18.7~ynh1",
2018-11-30 14:47:44 +01:00
"url": "https://keeweb.info/",
"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": {
2021-03-14 19:22:51 +01:00
"yunohost": ">= 4.1.7"
2018-11-30 14:47:44 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2016-03-01 10:51:28 +01:00
"type": "domain",
2018-11-30 14:47:44 +01:00
"example": "example.com"
},
{
"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",
"default": false
}
]
}
2016-03-01 10:47:41 +01:00
}