mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "Vaultwarden",
|
|
"id": "vaultwarden",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Manage passwords and other sensitive informations",
|
|
"fr": "Gérez les mots de passe et autres informations sensibles"
|
|
},
|
|
"version": "1.22.2~ynh1",
|
|
"url": "https://github.com/dani-garcia/vaultwarden",
|
|
"upstream": {
|
|
"license": "GPL-3.0-or-later",
|
|
"demo": "https://vault.bitwarden.com/#/register",
|
|
"admindoc": "https://github.com/dani-garcia/vaultwarden/wiki",
|
|
"userdoc": "https://help.bitwarden.com/",
|
|
"code": "https://github.com/dani-garcia/vaultwarden"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/vaultwarden",
|
|
"default": "/vaultwarden"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|