From 188e2a38694cc6b76bbf53e241247e8aadace5cd Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 29 Jan 2025 07:53:38 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...6e9c843b0244587cadc511aa1437d2c175ca1.json | 55 +++++++++++++++++++ index.json | 3 + survos.bunny-bundle.1.5.json | 55 +++++++++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 archived/survos.bunny-bundle/38d6e9c843b0244587cadc511aa1437d2c175ca1.json create mode 100644 survos.bunny-bundle.1.5.json diff --git a/RECIPES.md b/RECIPES.md index e692c313..3baf4139 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -578,6 +578,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sulu/webpack-encore](https://packagist.org/packages/sulu/webpack-encore) | [1.0](sulu/webpack-encore/1.0) | | [suncat/mobile-detect-bundle](https://packagist.org/packages/suncat/mobile-detect-bundle) | [1.0](suncat/mobile-detect-bundle/1.0) | | [survos/barcode-bundle](https://packagist.org/packages/survos/barcode-bundle) | [1.0](survos/barcode-bundle/1.0) | +| [survos/bunny-bundle](https://packagist.org/packages/survos/bunny-bundle) | [1.5](survos/bunny-bundle/1.5) | | [survos/command-bundle](https://packagist.org/packages/survos/command-bundle) | [1.5](survos/command-bundle/1.5) | | [survos/crawler-bundle](https://packagist.org/packages/survos/crawler-bundle) | [1.5](survos/crawler-bundle/1.5) | | [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) | diff --git a/archived/survos.bunny-bundle/38d6e9c843b0244587cadc511aa1437d2c175ca1.json b/archived/survos.bunny-bundle/38d6e9c843b0244587cadc511aa1437d2c175ca1.json new file mode 100644 index 00000000..59b4d682 --- /dev/null +++ b/archived/survos.bunny-bundle/38d6e9c843b0244587cadc511aa1437d2c175ca1.json @@ -0,0 +1,55 @@ +{ + "manifests": { + "survos/bunny-bundle": { + "manifest": { + "bundles": { + "Survos\\BunnyBundle\\SurvosBunnyBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BUNNY_API_KEY": "" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Get the main API key from https://dash.bunny.net/account/api-key", + " 2. Optionally add the key to your environment. Otherwise, run the command below with the API key as the argument.", + " 3. bin/console bunny:config >> .env.local", + " 4. run bin/console bunny:list to see the zones", + " 5. Only add the API keys you need to the production environment." + ] + }, + "files": { + "config/packages/survos_bunny.yaml": { + "contents": [ + "survos_bunny:", + " # this is generated automatically with bin/console bunny:config ", + " api_key: '%env(BUNNY_API_KEY)%'", + " # optionally set a default storage zone", + " #storage_zone:", + "" + ], + "executable": false + }, + "config/routes/survos_bunny.yaml": { + "contents": [ + "survos_bunny:", + " resource: '@SurvosBunnyBundle/config/routes.yaml'", + " # consider adding /admin to this route and securing it in security.yaml", + " prefix: '/bunny'", + "" + ], + "executable": false + } + }, + "ref": "38d6e9c843b0244587cadc511aa1437d2c175ca1" + } + } +} diff --git a/index.json b/index.json index ca4134ee..f68bbb06 100644 --- a/index.json +++ b/index.json @@ -1846,6 +1846,9 @@ "survos/barcode-bundle": [ "1.0" ], + "survos/bunny-bundle": [ + "1.5" + ], "survos/command-bundle": [ "1.5" ], diff --git a/survos.bunny-bundle.1.5.json b/survos.bunny-bundle.1.5.json new file mode 100644 index 00000000..59b4d682 --- /dev/null +++ b/survos.bunny-bundle.1.5.json @@ -0,0 +1,55 @@ +{ + "manifests": { + "survos/bunny-bundle": { + "manifest": { + "bundles": { + "Survos\\BunnyBundle\\SurvosBunnyBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BUNNY_API_KEY": "" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Get the main API key from https://dash.bunny.net/account/api-key", + " 2. Optionally add the key to your environment. Otherwise, run the command below with the API key as the argument.", + " 3. bin/console bunny:config >> .env.local", + " 4. run bin/console bunny:list to see the zones", + " 5. Only add the API keys you need to the production environment." + ] + }, + "files": { + "config/packages/survos_bunny.yaml": { + "contents": [ + "survos_bunny:", + " # this is generated automatically with bin/console bunny:config ", + " api_key: '%env(BUNNY_API_KEY)%'", + " # optionally set a default storage zone", + " #storage_zone:", + "" + ], + "executable": false + }, + "config/routes/survos_bunny.yaml": { + "contents": [ + "survos_bunny:", + " resource: '@SurvosBunnyBundle/config/routes.yaml'", + " # consider adding /admin to this route and securing it in security.yaml", + " prefix: '/bunny'", + "" + ], + "executable": false + } + }, + "ref": "38d6e9c843b0244587cadc511aa1437d2c175ca1" + } + } +}