mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "Bitwarden",
|
|
"id": "bitwarden",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Manage passwords and other sensitive informations",
|
|
"fr": "Gérez les mots de passe et autres informations sensibles"
|
|
},
|
|
"version": "1.20.0~ynh4",
|
|
"url": "https://github.com/dani-garcia/bitwarden_rs",
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.7.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/bitwarden",
|
|
"default": "/bitwarden"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|