{ "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~ynh3", "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 } ] } }