diff --git a/archived/sensiolabs.gotenberg-bundle/4b40c14df89ba85902d42b112fee818843af6530.json b/archived/sensiolabs.gotenberg-bundle/4b40c14df89ba85902d42b112fee818843af6530.json new file mode 100644 index 00000000..d60b984c --- /dev/null +++ b/archived/sensiolabs.gotenberg-bundle/4b40c14df89ba85902d42b112fee818843af6530.json @@ -0,0 +1,61 @@ +{ + "manifests": { + "sensiolabs/gotenberg-bundle": { + "manifest": { + "bundles": { + "Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOTENBERG_DSN": "http://gotenberg: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)%'", + " # or you can leverage this endpoint for fast testing without Docker", + " # base_uri: 'https://demo.gotenberg.dev'", + "", + "sensiolabs_gotenberg:", + " http_client: 'gotenberg.client'", + "# default_options:", + "# pdf:", + "# html:", + "# metadata:", + "# Keywords: 'Symfony'", + "" + ], + "executable": false + } + }, + "ref": "4b40c14df89ba85902d42b112fee818843af6530" + } + } +} diff --git a/sensiolabs.gotenberg-bundle.0.1.json b/sensiolabs.gotenberg-bundle.0.1.json index fcde2a11..d60b984c 100644 --- a/sensiolabs.gotenberg-bundle.0.1.json +++ b/sensiolabs.gotenberg-bundle.0.1.json @@ -40,6 +40,8 @@ " scoped_clients:", " gotenberg.client:", " base_uri: '%env(GOTENBERG_DSN)%'", + " # or you can leverage this endpoint for fast testing without Docker", + " # base_uri: 'https://demo.gotenberg.dev'", "", "sensiolabs_gotenberg:", " http_client: 'gotenberg.client'", @@ -53,7 +55,7 @@ "executable": false } }, - "ref": "c17b12606882eedea4ada9f5c6b00b6bcbc3011b" + "ref": "4b40c14df89ba85902d42b112fee818843af6530" } } }