diff --git a/pixelopen/cloudflare-turnstile-bundle/0.1/config/packages/pixel_open_cloudflare_turnstile.yaml b/pixelopen/cloudflare-turnstile-bundle/0.1/config/packages/pixel_open_cloudflare_turnstile.yaml new file mode 100644 index 00000000..8953b289 --- /dev/null +++ b/pixelopen/cloudflare-turnstile-bundle/0.1/config/packages/pixel_open_cloudflare_turnstile.yaml @@ -0,0 +1,3 @@ +pixel_open_cloudflare_turnstile: + key: "%env(TURNSTILE_KEY)%" + secret: "%env(TURNSTILE_SECRET)%" diff --git a/pixelopen/cloudflare-turnstile-bundle/0.1/manifest.json b/pixelopen/cloudflare-turnstile-bundle/0.1/manifest.json new file mode 100644 index 00000000..5871d822 --- /dev/null +++ b/pixelopen/cloudflare-turnstile-bundle/0.1/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TURNSTILE_KEY": "3x00000000000000000000FF", + "TURNSTILE_SECRET": "1x0000000000000000000000000000000AA" + } +} diff --git a/pixelopen/cloudflare-turnstile-bundle/0.1/post-install.txt b/pixelopen/cloudflare-turnstile-bundle/0.1/post-install.txt new file mode 100644 index 00000000..70ad0d46 --- /dev/null +++ b/pixelopen/cloudflare-turnstile-bundle/0.1/post-install.txt @@ -0,0 +1,3 @@ + * The Cloudflare Turnstile Bundle is almost ready + + * Read the documentation at https://github.com/Pixel-Open/cloudflare-turnstile-bundle