Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-03 00:56:06 +00:00
parent 2eb115004e
commit 1a9b2c81cf
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -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"
}
}
}
+3
View File
@@ -1230,6 +1230,9 @@
"meteo-concept/hcaptcha-bundle": [
"1.0"
],
"mezcalito/imgproxy-bundle": [
"0.5"
],
"mezcalito/ux-filemanager": [
"0.1"
],
+36
View File
@@ -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"
}
}
}