mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update manifest.toml
This commit is contained in:
parent
db190e25f8
commit
17faa0f9a7
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@ name = "Vaultwarden"
|
|||
description.en = "Manage passwords and other sensitive informations"
|
||||
description.fr = "Gérez les mots de passe et autres informations sensibles"
|
||||
|
||||
version = "1.29.2~ynh1"
|
||||
version = "1.30.1~ynh1"
|
||||
|
||||
maintainers = ["yalh76"]
|
||||
|
||||
|
@ -22,8 +22,11 @@ code = "https://github.com/dani-garcia/vaultwarden"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
Loading…
Add table
Reference in a new issue