Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-08-03 09:42:50 +00:00
parent 3073afb30e
commit c759b2b775
4 changed files with 102 additions and 0 deletions
+1
View File
@@ -743,6 +743,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [wandi/mailer-bundle](https://packagist.org/packages/wandi/mailer-bundle) | [1.0](../../../tree/main/wandi/mailer-bundle/1.0) |
| [web-auth/webauthn-symfony-bundle](https://packagist.org/packages/web-auth/webauthn-symfony-bundle) | [3.0](../../../tree/main/web-auth/webauthn-symfony-bundle/3.0) |
| [webinarium/symfony-lazysec](https://packagist.org/packages/webinarium/symfony-lazysec) | [2.3](../../../tree/main/webinarium/symfony-lazysec/2.3) |
| [webowi/symfony-monitoring-bundle](https://packagist.org/packages/webowi/symfony-monitoring-bundle) | [0.1](../../../tree/main/webowi/symfony-monitoring-bundle/0.1) |
| [webylum/puppeteer-server-client-bundle](https://packagist.org/packages/webylum/puppeteer-server-client-bundle) | [1.2](../../../tree/main/webylum/puppeteer-server-client-bundle/1.2) |
| [wedrix/watchtower-bundle](https://packagist.org/packages/wedrix/watchtower-bundle) | [2.0](../../../tree/main/wedrix/watchtower-bundle/2.0) |
| [weglot/translate-bundle](https://packagist.org/packages/weglot/translate-bundle) | [0.6](../../../tree/main/weglot/translate-bundle/0.6) |
@@ -0,0 +1,49 @@
{
"manifests": {
"webowi/symfony-monitoring-bundle": {
"manifest": {
"bundles": {
"Webowi\\SymfonyMonitoringBundle\\SymfonyMonitoringBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONITORING_WEBOWI_URL": "",
"MONITORING_WEBOWI_API_KEY": ""
},
"post-install-output": [
"A config/packages/symfony_monitoring.yaml file has been added with placeholder values.",
"",
"Set the MONITORING_WEBOWI_URL and MONITORING_WEBOWI_API_KEY environment variables,",
"or edit the file directly, using the url and api_key from your Monitoring Webowi",
"project's ingestion-key page (GET /api/v1/projects/{uuid}/ingestion-key).",
"",
"Running this app in Docker? 'localhost' inside your app's container does not reach",
"a Monitoring Webowi instance running in a sibling container/stack. Use",
"http://host.docker.internal:<port>/... (Docker Desktop on Mac/Windows) instead,",
"or the instance's container/service name if both stacks share a Docker network.",
"",
"No further wiring is needed \u2014 this bundle registers its own Monolog handler chain."
]
},
"files": {
"config/packages/symfony_monitoring.yaml": {
"contents": [
"# Get your project's url and api_key from your Monitoring Webowi project's ingestion-key page",
"# (GET /api/v1/projects/{uuid}/ingestion-key).",
"symfony_monitoring:",
" url: '%env(MONITORING_WEBOWI_URL)%'",
" api_key: '%env(MONITORING_WEBOWI_API_KEY)%'",
" level: error",
""
],
"executable": false
}
},
"ref": "b20a13aef56929cb188150840ad43a4cd278047a"
}
}
}
+3
View File
@@ -2405,6 +2405,9 @@
"2.1",
"2.3"
],
"webowi/symfony-monitoring-bundle": [
"0.1"
],
"webylum/puppeteer-server-client-bundle": [
"1.2"
],
+49
View File
@@ -0,0 +1,49 @@
{
"manifests": {
"webowi/symfony-monitoring-bundle": {
"manifest": {
"bundles": {
"Webowi\\SymfonyMonitoringBundle\\SymfonyMonitoringBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONITORING_WEBOWI_URL": "",
"MONITORING_WEBOWI_API_KEY": ""
},
"post-install-output": [
"A config/packages/symfony_monitoring.yaml file has been added with placeholder values.",
"",
"Set the MONITORING_WEBOWI_URL and MONITORING_WEBOWI_API_KEY environment variables,",
"or edit the file directly, using the url and api_key from your Monitoring Webowi",
"project's ingestion-key page (GET /api/v1/projects/{uuid}/ingestion-key).",
"",
"Running this app in Docker? 'localhost' inside your app's container does not reach",
"a Monitoring Webowi instance running in a sibling container/stack. Use",
"http://host.docker.internal:<port>/... (Docker Desktop on Mac/Windows) instead,",
"or the instance's container/service name if both stacks share a Docker network.",
"",
"No further wiring is needed \u2014 this bundle registers its own Monolog handler chain."
]
},
"files": {
"config/packages/symfony_monitoring.yaml": {
"contents": [
"# Get your project's url and api_key from your Monitoring Webowi project's ingestion-key page",
"# (GET /api/v1/projects/{uuid}/ingestion-key).",
"symfony_monitoring:",
" url: '%env(MONITORING_WEBOWI_URL)%'",
" api_key: '%env(MONITORING_WEBOWI_API_KEY)%'",
" level: error",
""
],
"executable": false
}
},
"ref": "b20a13aef56929cb188150840ad43a4cd278047a"
}
}
}