From a24272b5d807eefb5bb83813ab5e942b5eff5e4c Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 24 Jun 2024 07:12:33 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...01710e7787a7a142c64288bee858a461685fc.json | 59 +++++++++++++++++++ index.json | 3 + sensiolabs.gotenberg-bundle.0.1.json | 59 +++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 archived/sensiolabs.gotenberg-bundle/25a01710e7787a7a142c64288bee858a461685fc.json create mode 100644 sensiolabs.gotenberg-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index aad5a81f..6c537553 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -496,6 +496,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) | | [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [2.0](sensiolabs-de/storyblok-api/2.0) | | [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) | +| [sensiolabs/gotenberg-bundle](https://packagist.org/packages/sensiolabs/gotenberg-bundle) | [0.1](sensiolabs/gotenberg-bundle/0.1) | | [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) | | [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) | | [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) | diff --git a/archived/sensiolabs.gotenberg-bundle/25a01710e7787a7a142c64288bee858a461685fc.json b/archived/sensiolabs.gotenberg-bundle/25a01710e7787a7a142c64288bee858a461685fc.json new file mode 100644 index 00000000..8e4f8a27 --- /dev/null +++ b/archived/sensiolabs.gotenberg-bundle/25a01710e7787a7a142c64288bee858a461685fc.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "sensiolabs/gotenberg-bundle": { + "manifest": { + "bundles": { + "Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOTENBERG_DSN": "http://localhost:3000" + }, + "docker-compose": { + "compose.yaml": { + "services": [ + "gotenberg:", + " image: 'gotenberg/gotenberg:8'" + ] + }, + "compose.override.yaml": { + "services": [ + "gotenberg:", + " ports:", + " - \"3000\"" + ] + } + }, + "post-install-output": [ + " * Do not forget to start the new Gotenberg container if enabled." + ] + }, + "files": { + "config/packages/gotenberg.yaml": { + "contents": [ + "framework:", + " http_client:", + " scoped_clients:", + " gotenberg.client:", + " base_uri: '%env(GOTENBERG_DSN)%'", + "", + "sensiolabs_gotenberg:", + " http_client: 'gotenberg.client'", + "# default_options:", + "# pdf:", + "# html:", + "# metadata:", + "# Keywords: 'Symfony'", + "" + ], + "executable": false + } + }, + "ref": "25a01710e7787a7a142c64288bee858a461685fc" + } + } +} diff --git a/index.json b/index.json index 4cff038b..692f295a 100644 --- a/index.json +++ b/index.json @@ -1572,6 +1572,9 @@ "sensiolabs/connect-bundle": [ "4.0" ], + "sensiolabs/gotenberg-bundle": [ + "0.1" + ], "sentry/sentry-symfony": [ "1.0", "3.0", diff --git a/sensiolabs.gotenberg-bundle.0.1.json b/sensiolabs.gotenberg-bundle.0.1.json new file mode 100644 index 00000000..8e4f8a27 --- /dev/null +++ b/sensiolabs.gotenberg-bundle.0.1.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "sensiolabs/gotenberg-bundle": { + "manifest": { + "bundles": { + "Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOTENBERG_DSN": "http://localhost:3000" + }, + "docker-compose": { + "compose.yaml": { + "services": [ + "gotenberg:", + " image: 'gotenberg/gotenberg:8'" + ] + }, + "compose.override.yaml": { + "services": [ + "gotenberg:", + " ports:", + " - \"3000\"" + ] + } + }, + "post-install-output": [ + " * Do not forget to start the new Gotenberg container if enabled." + ] + }, + "files": { + "config/packages/gotenberg.yaml": { + "contents": [ + "framework:", + " http_client:", + " scoped_clients:", + " gotenberg.client:", + " base_uri: '%env(GOTENBERG_DSN)%'", + "", + "sensiolabs_gotenberg:", + " http_client: 'gotenberg.client'", + "# default_options:", + "# pdf:", + "# html:", + "# metadata:", + "# Keywords: 'Symfony'", + "" + ], + "executable": false + } + }, + "ref": "25a01710e7787a7a142c64288bee858a461685fc" + } + } +}