From 1a9b2c81cfbc18a1d4daa0c8e57606134e47d2a3 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 3 Feb 2026 00:56:06 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...bd0003f8f68eaa8e995b9221aaae992d60f6a.json | 36 +++++++++++++++++++ index.json | 3 ++ mezcalito.imgproxy-bundle.0.5.json | 36 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 archived/mezcalito.imgproxy-bundle/4edbd0003f8f68eaa8e995b9221aaae992d60f6a.json create mode 100644 mezcalito.imgproxy-bundle.0.5.json diff --git a/RECIPES.md b/RECIPES.md index f29b4131..4c3df32e 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/mezcalito.imgproxy-bundle/4edbd0003f8f68eaa8e995b9221aaae992d60f6a.json b/archived/mezcalito.imgproxy-bundle/4edbd0003f8f68eaa8e995b9221aaae992d60f6a.json new file mode 100644 index 00000000..7e85fad6 --- /dev/null +++ b/archived/mezcalito.imgproxy-bundle/4edbd0003f8f68eaa8e995b9221aaae992d60f6a.json @@ -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" + } + } +} diff --git a/index.json b/index.json index bc4fee60..825b2ab4 100644 --- a/index.json +++ b/index.json @@ -1230,6 +1230,9 @@ "meteo-concept/hcaptcha-bundle": [ "1.0" ], + "mezcalito/imgproxy-bundle": [ + "0.5" + ], "mezcalito/ux-filemanager": [ "0.1" ], diff --git a/mezcalito.imgproxy-bundle.0.5.json b/mezcalito.imgproxy-bundle.0.5.json new file mode 100644 index 00000000..7e85fad6 --- /dev/null +++ b/mezcalito.imgproxy-bundle.0.5.json @@ -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" + } + } +}