Files
symfony-flex-recipes-contrib/sensiolabs.gotenberg-bundle.0.1.json
T
github-action[bot]andgithub-action[bot] d65ed5ddec Update Flex endpoint
2025-06-06 07:58:02 +00:00

62 lines
2.3 KiB
JSON

{
"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 <fg=green>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"
}
}
}