mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add MezcalitoImgproxyBundle recipe (#1928)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
imgproxy:
|
||||||
|
host: '%env(IMGPROXY_HOST)%'
|
||||||
|
signature:
|
||||||
|
key: '%env(IMGPROXY_KEY)%'
|
||||||
|
salt: '%env(IMGPROXY_SALT)%'
|
||||||
14
mezcalito/imgproxy-bundle/0.5/manifest.json
Normal file
14
mezcalito/imgproxy-bundle/0.5/manifest.json
Normal 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="
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user