mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
add openssl apt dep
This commit is contained in:
parent
b1df2e0f4a
commit
b3ed849bef
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ description.fr = "Gérez les mots de passe et autres informations sensibles"
|
|||
|
||||
version = "1.30.1~ynh1"
|
||||
|
||||
maintainers = ["yalh76"]
|
||||
maintainers = [ "yalh76" ]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
@ -62,7 +62,7 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.additional_urls = ["/identity"]
|
||||
api.additional_urls = [ "/identity" ]
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
|
@ -72,4 +72,4 @@ ram.runtime = "50M"
|
|||
admin.show_tile = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "libpq5"
|
||||
packages = "libpq5, openssl"
|
||||
|
|
Loading…
Reference in a new issue