mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
@@ -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 <fg=green>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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1572,6 +1572,9 @@
|
||||
"sensiolabs/connect-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
"sensiolabs/gotenberg-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"sentry/sentry-symfony": [
|
||||
"1.0",
|
||||
"3.0",
|
||||
|
||||
@@ -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 <fg=green>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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user