diff --git a/RECIPES.md b/RECIPES.md index 05cd7e0a..66521c42 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -662,6 +662,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) | | [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) | | [tiriel/firestore-security-bridge](https://packagist.org/packages/tiriel/firestore-security-bridge) | [0.2](tiriel/firestore-security-bridge/0.2) | +| [tito10047/altcha-bundle](https://packagist.org/packages/tito10047/altcha-bundle) | [2.0](tito10047/altcha-bundle/2.0) | | [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](toiba/fullcalendar-bundle/6.2) | | [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](trikoder/oauth2-bundle/3.0) | | [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](troopers/alertify-bundle/3.0) | diff --git a/archived/tito10047.altcha-bundle/64d5bc8d22b01ee6917ed754613fa5befc1ac486.json b/archived/tito10047.altcha-bundle/64d5bc8d22b01ee6917ed754613fa5befc1ac486.json new file mode 100644 index 00000000..2ea26242 --- /dev/null +++ b/archived/tito10047.altcha-bundle/64d5bc8d22b01ee6917ed754613fa5befc1ac486.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "tito10047/altcha-bundle": { + "manifest": { + "bundles": { + "Tito10047\\AltchaBundle\\AltchaBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ALTCHA_SECRET": "%generate(secret)%" + } + }, + "files": { + "config/packages/altcha.yaml": { + "contents": [ + "altcha:", + " hmacKey: '%env(ALTCHA_SECRET)%'", + " enable: true", + " include_script: true", + "", + "when@test:", + " altcha:", + " enable: false", + "" + ], + "executable": false + }, + "config/routes/altcha.yaml": { + "contents": [ + "altcha:", + " resource: '@AltchaBundle/config/routes.yml'", + "" + ], + "executable": false + } + }, + "ref": "64d5bc8d22b01ee6917ed754613fa5befc1ac486" + } + } +} diff --git a/index.json b/index.json index 9be0ca80..1e8f6cc4 100644 --- a/index.json +++ b/index.json @@ -2130,6 +2130,9 @@ "tiriel/firestore-security-bridge": [ "0.2" ], + "tito10047/altcha-bundle": [ + "2.0" + ], "toiba/fullcalendar-bundle": [ "6.2" ], diff --git a/tito10047.altcha-bundle.2.0.json b/tito10047.altcha-bundle.2.0.json new file mode 100644 index 00000000..2ea26242 --- /dev/null +++ b/tito10047.altcha-bundle.2.0.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "tito10047/altcha-bundle": { + "manifest": { + "bundles": { + "Tito10047\\AltchaBundle\\AltchaBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ALTCHA_SECRET": "%generate(secret)%" + } + }, + "files": { + "config/packages/altcha.yaml": { + "contents": [ + "altcha:", + " hmacKey: '%env(ALTCHA_SECRET)%'", + " enable: true", + " include_script: true", + "", + "when@test:", + " altcha:", + " enable: false", + "" + ], + "executable": false + }, + "config/routes/altcha.yaml": { + "contents": [ + "altcha:", + " resource: '@AltchaBundle/config/routes.yml'", + "" + ], + "executable": false + } + }, + "ref": "64d5bc8d22b01ee6917ed754613fa5befc1ac486" + } + } +}