Skip to content

Commit 1824788

Browse files
committed
Add MezcalitoImgproxyBundle recipe
1 parent 41f6eaa commit 1824788

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
imgproxy:
2+
host: '%env(IMGPROXY_HOST)%'
3+
signature:
4+
key: '%env(IMGPROXY_KEY)%'
5+
salt: '%env(IMGPROXY_SALT)%'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"bundles": {
3+
"Mezcalito\\ImgproxyBundle\\ImgproxyBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"#1": "Configure the key and salt for your imgproxy instance (https://docs.imgproxy.net/signing_the_url)",
10+
"#2": "IMGPROXY_HOST=http://localhost",
11+
"#3": "IMGPROXY_KEY=",
12+
"#4": "IMGPROXY_SALT="
13+
}
14+
}

0 commit comments

Comments
 (0)