1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
vaultwarden_ynh/manifest.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2019-08-05 01:29:15 +02:00
{
"name": "Bitwarden",
"id": "bitwarden",
"packaging_format": 1,
"description": {
2019-11-27 01:38:31 +01:00
"en": "Manage passwords and other sensitive informations",
"fr": "Géres les mots de passe et autres informations sensibles"
2019-08-05 01:29:15 +02:00
},
2020-01-08 00:33:36 +01:00
"version": "1.13.1~ynh1",
2019-08-05 01:29:15 +02:00
"url": "https://github.com/dani-garcia/bitwarden_rs",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Bitwarden",
"fr": "Choisissez un nom de domaine pour Bitwarden"
},
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}