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
2021-04-17 23:02:19 +02:00

43 lines
756 B
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.7.7~ynh4",
"url": "https://keeweb.info/",
"license": "MIT",
"maintainer": {
"name": "kay0u",
"email": "pierre@kayou.io"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/keeweb",
"default": "/keeweb"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}