diff --git a/RECIPES.md b/RECIPES.md index bd194f61..3f110eeb 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -403,6 +403,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](picoss/yousign-bundle/2.2) | | [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](pierstoval/character-manager/0.5) | | [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](piou-piou/ribs-cron-bundle/1.0) | +| [pixelopen/cloudflare-turnstile-bundle](https://packagist.org/packages/pixelopen/cloudflare-turnstile-bundle) | [0.1](pixelopen/cloudflare-turnstile-bundle/0.1) | | [player259/graphql-bundle](https://packagist.org/packages/player259/graphql-bundle) | [1.0](player259/graphql-bundle/1.0) | | [pomm-project/pomm-bundle](https://packagist.org/packages/pomm-project/pomm-bundle) | [2.3](pomm-project/pomm-bundle/2.3) | | [pond5/async-request-bundle](https://packagist.org/packages/pond5/async-request-bundle) | [1.1](pond5/async-request-bundle/1.1) | diff --git a/archived/pixelopen.cloudflare-turnstile-bundle/6173b9aff0056dd99ca70a2caa940cc7bcac0b4b.json b/archived/pixelopen.cloudflare-turnstile-bundle/6173b9aff0056dd99ca70a2caa940cc7bcac0b4b.json new file mode 100644 index 00000000..ff7a02e7 --- /dev/null +++ b/archived/pixelopen.cloudflare-turnstile-bundle/6173b9aff0056dd99ca70a2caa940cc7bcac0b4b.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "pixelopen/cloudflare-turnstile-bundle": { + "manifest": { + "bundles": { + "PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TURNSTILE_KEY": "3x00000000000000000000FF", + "TURNSTILE_SECRET": "1x0000000000000000000000000000000AA" + }, + "post-install-output": [ + " * The Cloudflare Turnstile Bundle is almost ready", + "", + " * Read the documentation at https://github.com/Pixel-Open/cloudflare-turnstile-bundle" + ] + }, + "files": { + "config/packages/pixel_open_cloudflare_turnstile.yaml": { + "contents": [ + "pixel_open_cloudflare_turnstile:", + " key: \"%env(TURNSTILE_KEY)%\"", + " secret: \"%env(TURNSTILE_SECRET)%\"", + "" + ], + "executable": false + } + }, + "ref": "6173b9aff0056dd99ca70a2caa940cc7bcac0b4b" + } + } +} diff --git a/index.json b/index.json index 026df485..559776ee 100644 --- a/index.json +++ b/index.json @@ -1258,6 +1258,9 @@ "piou-piou/ribs-cron-bundle": [ "1.0" ], + "pixelopen/cloudflare-turnstile-bundle": [ + "0.1" + ], "player259/graphql-bundle": [ "1.0" ], diff --git a/pixelopen.cloudflare-turnstile-bundle.0.1.json b/pixelopen.cloudflare-turnstile-bundle.0.1.json new file mode 100644 index 00000000..ff7a02e7 --- /dev/null +++ b/pixelopen.cloudflare-turnstile-bundle.0.1.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "pixelopen/cloudflare-turnstile-bundle": { + "manifest": { + "bundles": { + "PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TURNSTILE_KEY": "3x00000000000000000000FF", + "TURNSTILE_SECRET": "1x0000000000000000000000000000000AA" + }, + "post-install-output": [ + " * The Cloudflare Turnstile Bundle is almost ready", + "", + " * Read the documentation at https://github.com/Pixel-Open/cloudflare-turnstile-bundle" + ] + }, + "files": { + "config/packages/pixel_open_cloudflare_turnstile.yaml": { + "contents": [ + "pixel_open_cloudflare_turnstile:", + " key: \"%env(TURNSTILE_KEY)%\"", + " secret: \"%env(TURNSTILE_SECRET)%\"", + "" + ], + "executable": false + } + }, + "ref": "6173b9aff0056dd99ca70a2caa940cc7bcac0b4b" + } + } +}