Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:57:55 +02:00 committed by GitHub
parent f525a0bfde
commit e3c6d21bf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,3 +67,6 @@ ram.runtime = "50M"
download.auth_header = false
download.show_tile = false
download.additional_urls = [ "re:^__DOMAIN__/.*.css$", "re:^__DOMAIN__/.*.js$", "re:^__DOMAIN__/.*.svg$", "re:^__DOMAIN__/.*.woff2$", "re:^__DOMAIN__/favicon.*.png$" ]
[resources.apt]
packages = "redis-server"