mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -388,6 +388,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [mercuryseries/inertia-bundle](https://packagist.org/packages/mercuryseries/inertia-bundle) | [0.1](mercuryseries/inertia-bundle/0.1) |
|
||||
| [meritoo/common-bundle](https://packagist.org/packages/meritoo/common-bundle) | [0.1](meritoo/common-bundle/0.1) |
|
||||
| [meteo-concept/hcaptcha-bundle](https://packagist.org/packages/meteo-concept/hcaptcha-bundle) | [1.0](meteo-concept/hcaptcha-bundle/1.0) |
|
||||
| [mezcalito/imgproxy-bundle](https://packagist.org/packages/mezcalito/imgproxy-bundle) | [0.5](mezcalito/imgproxy-bundle/0.5) |
|
||||
| [mezcalito/ux-filemanager](https://packagist.org/packages/mezcalito/ux-filemanager) | [0.1](mezcalito/ux-filemanager/0.1) |
|
||||
| [mezcalito/ux-search](https://packagist.org/packages/mezcalito/ux-search) | [0.1](mezcalito/ux-search/0.1) |
|
||||
| [mgdsoft/stackdriver-bundle](https://packagist.org/packages/mgdsoft/stackdriver-bundle) | [0.1](mgdsoft/stackdriver-bundle/0.1) |
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1230,6 +1230,9 @@
|
||||
"meteo-concept/hcaptcha-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"mezcalito/imgproxy-bundle": [
|
||||
"0.5"
|
||||
],
|
||||
"mezcalito/ux-filemanager": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user