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

53 lines
1.4 KiB
JSON
Raw Normal View History

2019-08-05 01:29:15 +02:00
{
"name": "Vaultwarden",
2021-04-30 13:49:31 +02:00
"id": "vaultwarden",
2019-08-05 01:29:15 +02:00
"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
},
2022-07-27 20:58:33 +02:00
"version": "1.25.2~ynh1",
2021-04-30 13:49:31 +02:00
"url": "https://github.com/dani-garcia/vaultwarden",
2021-07-29 20:05:36 +02:00
"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"
},
2019-08-05 01:29:15 +02:00
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "yalh76"
},
"requirements": {
2021-12-05 12:38:04 +01:00
"yunohost": ">= 4.3.0"
2019-08-05 01:29:15 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-01-14 21:31:33 +01:00
"install": [
2019-08-05 01:29:15 +02:00
{
"name": "domain",
2021-12-05 12:38:04 +01:00
"type": "domain"
2019-08-05 01:29:15 +02:00
},
2020-03-21 14:04:37 +01:00
{
"name": "path",
"type": "path",
2021-04-30 13:49:31 +02:00
"example": "/vaultwarden",
"default": "/vaultwarden"
2020-03-21 14:04:37 +01:00
},
2019-08-05 01:29:15 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
2022-07-17 05:57:09 +02:00
},
{
"name": "admin",
"type": "user"
2019-08-05 01:29:15 +02:00
}
]
}
}