Files
symfony-flex-recipes-contrib/mezcalito.imgproxy-bundle.0.5.json
T
github-action[bot]andgithub-action[bot] 1a9b2c81cf Update Flex endpoint
2026-02-03 00:56:06 +00:00

37 lines
1.2 KiB
JSON

{
"manifests": {
"mezcalito/imgproxy-bundle": {
"manifest": {
"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="
}
},
"files": {
"config/packages/imgproxy.yaml": {
"contents": [
"imgproxy:",
" host: '%env(IMGPROXY_HOST)%'",
" signature:",
" key: '%env(IMGPROXY_KEY)%'",
" salt: '%env(IMGPROXY_SALT)%'",
""
],
"executable": false
}
},
"ref": "4edbd0003f8f68eaa8e995b9221aaae992d60f6a"
}
}
}