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"
|
version = "1.30.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["yalh76"]
|
maintainers = [ "yalh76" ]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
@ -62,7 +62,7 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.additional_urls = ["/identity"]
|
api.additional_urls = [ "/identity" ]
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
|
@ -72,4 +72,4 @@ ram.runtime = "50M"
|
||||||
admin.show_tile = false
|
admin.show_tile = false
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "libpq5"
|
packages = "libpq5, openssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue