diff --git a/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml new file mode 100644 index 00000000..daf842ea --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml @@ -0,0 +1,13 @@ +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' diff --git a/sensiolabs/gotenberg-bundle/0.1/manifest.json b/sensiolabs/gotenberg-bundle/0.1/manifest.json new file mode 100644 index 00000000..033273a9 --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/manifest.json @@ -0,0 +1,26 @@ +{ + "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\"" + ] + } + } +} diff --git a/sensiolabs/gotenberg-bundle/0.1/post-install.txt b/sensiolabs/gotenberg-bundle/0.1/post-install.txt new file mode 100644 index 00000000..310086c1 --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/post-install.txt @@ -0,0 +1 @@ + * Do not forget to start the new Gotenberg container if enabled.