From c759b2b7753a3dd3dd44063d544253028631634d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 3 Aug 2026 09:42:50 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...a13aef56929cb188150840ad43a4cd278047a.json | 49 +++++++++++++++++++ index.json | 3 ++ webowi.symfony-monitoring-bundle.0.1.json | 49 +++++++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 archived/webowi.symfony-monitoring-bundle/b20a13aef56929cb188150840ad43a4cd278047a.json create mode 100644 webowi.symfony-monitoring-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index bc65ba93..3b005bd5 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/webowi.symfony-monitoring-bundle/b20a13aef56929cb188150840ad43a4cd278047a.json b/archived/webowi.symfony-monitoring-bundle/b20a13aef56929cb188150840ad43a4cd278047a.json new file mode 100644 index 00000000..1cece4bf --- /dev/null +++ b/archived/webowi.symfony-monitoring-bundle/b20a13aef56929cb188150840ad43a4cd278047a.json @@ -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:/... (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" + } + } +} diff --git a/index.json b/index.json index a21d03f1..dbf88dad 100644 --- a/index.json +++ b/index.json @@ -2405,6 +2405,9 @@ "2.1", "2.3" ], + "webowi/symfony-monitoring-bundle": [ + "0.1" + ], "webylum/puppeteer-server-client-bundle": [ "1.2" ], diff --git a/webowi.symfony-monitoring-bundle.0.1.json b/webowi.symfony-monitoring-bundle.0.1.json new file mode 100644 index 00000000..1cece4bf --- /dev/null +++ b/webowi.symfony-monitoring-bundle.0.1.json @@ -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:/... (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" + } + } +}