Add MezcalitoImgproxyBundle recipe (#1928)

This commit is contained in:
Loïc Sapone
2026-02-03 01:55:50 +01:00
committed by GitHub
parent 7e1705fa54
commit ffc4863403
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
imgproxy:
host: '%env(IMGPROXY_HOST)%'
signature:
key: '%env(IMGPROXY_KEY)%'
salt: '%env(IMGPROXY_SALT)%'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"Mezcalito\\ImgproxyBundle\\ImgproxyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Configure the key and salt for your imgproxy instance (https://docs.imgproxy.net/signing_the_url)",
"#2": "IMGPROXY_HOST=http://localhost",
"#3": "IMGPROXY_KEY=",
"#4": "IMGPROXY_SALT="
}
}