Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-09-26 05:54:23 +00:00
parent 41009a0ce9
commit 85cd80c260
4 changed files with 92 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -2130,6 +2130,9 @@
"tiriel/firestore-security-bridge": [
"0.2"
],
"tito10047/altcha-bundle": [
"2.0"
],
"toiba/fullcalendar-bundle": [
"6.2"
],
+44
View File
@@ -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"
}
}
}