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

64 lines
1.8 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",
2020-08-21 09:30:02 +02:00
"fr": "Gérez les mots de passe et autres informations sensibles"
2019-08-05 01:29:15 +02:00
},
2021-01-26 22:12:38 +01:00
"version": "1.16.3~ynh3",
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": {
2021-01-12 12:31:23 +01:00
"yunohost": ">= 4.1.3"
2019-08-05 01:29:15 +02:00
},
"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"
},
2020-03-21 14:04:37 +01:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Bitwarden",
"fr": "Choisissez un chemin pour Bitwarden"
},
"example": "/bitwarden",
"default": "/bitwarden"
},
2019-08-05 01:29:15 +02:00
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
2020-12-01 22:04:05 +01:00
"fr": "Choisissez l'administrateur"
2019-08-05 01:29:15 +02:00
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}