diff --git a/RECIPES.md b/RECIPES.md index 03bae1a6..bfc1c4bb 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -709,6 +709,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [troopers/mangopay-bundle](https://packagist.org/packages/troopers/mangopay-bundle) | [3.0](../../../tree/main/troopers/mangopay-bundle/3.0) | | [tsantos/serializer-bundle](https://packagist.org/packages/tsantos/serializer-bundle) | [1.0](../../../tree/main/tsantos/serializer-bundle/1.0) | | [velhron/dadata-bundle](https://packagist.org/packages/velhron/dadata-bundle) | [1.0](../../../tree/main/velhron/dadata-bundle/1.0) | +| [velpl/buggregator-profiler-bundle](https://packagist.org/packages/velpl/buggregator-profiler-bundle) | [0.2](../../../tree/main/velpl/buggregator-profiler-bundle/0.2) | | [verschoof/transip-api-bundle](https://packagist.org/packages/verschoof/transip-api-bundle) | [1.2](../../../tree/main/verschoof/transip-api-bundle/1.2) | | [vich/uploader-bundle](https://packagist.org/packages/vich/uploader-bundle) | [1.13](../../../tree/main/vich/uploader-bundle/1.13) | | [victor-prdh/recaptcha-bundle](https://packagist.org/packages/victor-prdh/recaptcha-bundle) | [1.5](../../../tree/main/victor-prdh/recaptcha-bundle/1.5) | diff --git a/archived/velpl.buggregator-profiler-bundle/996e4be3025bf608edbc566f8f985e4f30f98fb1.json b/archived/velpl.buggregator-profiler-bundle/996e4be3025bf608edbc566f8f985e4f30f98fb1.json new file mode 100644 index 00000000..311d0807 --- /dev/null +++ b/archived/velpl.buggregator-profiler-bundle/996e4be3025bf608edbc566f8f985e4f30f98fb1.json @@ -0,0 +1,61 @@ +{ + "manifests": { + "velpl/buggregator-profiler-bundle": { + "manifest": { + "bundles": { + "Velpl\\BuggregatorProfilerBundle\\BuggregatorProfilerBundle": [ + "all" + ] + }, + "env": { + "BUGGREGATOR_PROFILER_PORT": "", + "BUGGREGATOR_PROFILER_URL": "", + "BUGGREGATOR_BUNDLE_PROFILER_URL": "${BUGGREGATOR_PROFILER_URL:-http://127.0.0.1}:${BUGGREGATOR_PROFILER_PORT:-8000}", + "BUGGREGATOR_BUNDLE_SMTP_PORT": "${BUGGREGATOR_BUNDLE_SMTP_PORT:-1025}", + "BUGGREGATOR_BUNDLE_VARDUMPER_PORT": "${BUGGREGATOR_BUNDLE_VARDUMPER_PORT:-9912}", + "BUGGREGATOR_BUNDLE_MONOLOG_PORT": "${BUGGREGATOR_BUNDLE_MONOLOG_PORT:-9913}", + "BUGGREGATOR_BUNDLE_CONTAINER_NAME": "", + "BUGGREGATOR_BUNDLE_IMAGE_TAG": "" + }, + "docker-compose": { + "compose.yaml": { + "services": { + "buggregator-profiler": { + "image": " ghcr.io/buggregator/server:${BUGGREGATOR_BUNDLE_IMAGE_TAG:-latest}", + "container_name": " ${BUGGREGATOR_BUNDLE_CONTAINER_NAME:-buggregator-profiler}", + "ports": [ + "- \"${BUGGREGATOR_PROFILER_PORT}:8000\"", + "- \"${BUGGREGATOR_BUNDLE_SMTP_PORT}:1025\"", + "- \"${BUGGREGATOR_BUNDLE_VARDUMPER_PORT}:9912\"", + "- \"${BUGGREGATOR_BUNDLE_MONOLOG_PORT}:9913\"" + ], + "restart": " unless-stopped" + } + } + } + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/buggregator_profiler.yaml": { + "contents": [ + "buggregator_profiler:", + " enabled: false", + " application_name: 'Symfony App'", + " profiler_url: '%env(string:BUGGREGATOR_BUNDLE_PROFILER_URL)%'", + "", + "when@dev:", + " buggregator_profiler:", + " enabled: true", + " profiler_url: '%env(string:BUGGREGATOR_BUNDLE_PROFILER_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "996e4be3025bf608edbc566f8f985e4f30f98fb1" + } + } +} diff --git a/index.json b/index.json index 8cfbe219..54fe7300 100644 --- a/index.json +++ b/index.json @@ -2290,6 +2290,9 @@ "velhron/dadata-bundle": [ "1.0" ], + "velpl/buggregator-profiler-bundle": [ + "0.2" + ], "verschoof/transip-api-bundle": [ "1.2" ], diff --git a/velpl.buggregator-profiler-bundle.0.2.json b/velpl.buggregator-profiler-bundle.0.2.json new file mode 100644 index 00000000..311d0807 --- /dev/null +++ b/velpl.buggregator-profiler-bundle.0.2.json @@ -0,0 +1,61 @@ +{ + "manifests": { + "velpl/buggregator-profiler-bundle": { + "manifest": { + "bundles": { + "Velpl\\BuggregatorProfilerBundle\\BuggregatorProfilerBundle": [ + "all" + ] + }, + "env": { + "BUGGREGATOR_PROFILER_PORT": "", + "BUGGREGATOR_PROFILER_URL": "", + "BUGGREGATOR_BUNDLE_PROFILER_URL": "${BUGGREGATOR_PROFILER_URL:-http://127.0.0.1}:${BUGGREGATOR_PROFILER_PORT:-8000}", + "BUGGREGATOR_BUNDLE_SMTP_PORT": "${BUGGREGATOR_BUNDLE_SMTP_PORT:-1025}", + "BUGGREGATOR_BUNDLE_VARDUMPER_PORT": "${BUGGREGATOR_BUNDLE_VARDUMPER_PORT:-9912}", + "BUGGREGATOR_BUNDLE_MONOLOG_PORT": "${BUGGREGATOR_BUNDLE_MONOLOG_PORT:-9913}", + "BUGGREGATOR_BUNDLE_CONTAINER_NAME": "", + "BUGGREGATOR_BUNDLE_IMAGE_TAG": "" + }, + "docker-compose": { + "compose.yaml": { + "services": { + "buggregator-profiler": { + "image": " ghcr.io/buggregator/server:${BUGGREGATOR_BUNDLE_IMAGE_TAG:-latest}", + "container_name": " ${BUGGREGATOR_BUNDLE_CONTAINER_NAME:-buggregator-profiler}", + "ports": [ + "- \"${BUGGREGATOR_PROFILER_PORT}:8000\"", + "- \"${BUGGREGATOR_BUNDLE_SMTP_PORT}:1025\"", + "- \"${BUGGREGATOR_BUNDLE_VARDUMPER_PORT}:9912\"", + "- \"${BUGGREGATOR_BUNDLE_MONOLOG_PORT}:9913\"" + ], + "restart": " unless-stopped" + } + } + } + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/buggregator_profiler.yaml": { + "contents": [ + "buggregator_profiler:", + " enabled: false", + " application_name: 'Symfony App'", + " profiler_url: '%env(string:BUGGREGATOR_BUNDLE_PROFILER_URL)%'", + "", + "when@dev:", + " buggregator_profiler:", + " enabled: true", + " profiler_url: '%env(string:BUGGREGATOR_BUNDLE_PROFILER_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "996e4be3025bf608edbc566f8f985e4f30f98fb1" + } + } +}