1
0
Fork 0
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:
OniriCorpe 2024-01-25 18:32:45 +01:00
parent b1df2e0f4a
commit b3ed849bef

View file

@ -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"