Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-03 16:15:53 +00:00
parent b53a3d7fb0
commit 5bba47c5a5
4 changed files with 86 additions and 0 deletions
+1
View File
@@ -444,6 +444,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [monsieurbiz/sylius-settings-plugin](https://packagist.org/packages/monsieurbiz/sylius-settings-plugin) | [1.0](../../../tree/main/monsieurbiz/sylius-settings-plugin/1.0) |
| [monsieurbiz/sylius-shipping-slot-plugin](https://packagist.org/packages/monsieurbiz/sylius-shipping-slot-plugin) | [1.0](../../../tree/main/monsieurbiz/sylius-shipping-slot-plugin/1.0) |
| [monsieursloop/woleet-bundle](https://packagist.org/packages/monsieursloop/woleet-bundle) | [1.2](../../../tree/main/monsieursloop/woleet-bundle/1.2) |
| [mosl/opensign-bridge-bundle](https://packagist.org/packages/mosl/opensign-bridge-bundle) | [0.6](../../../tree/main/mosl/opensign-bridge-bundle/0.6) |
| [mp3000mp/tos-bundle](https://packagist.org/packages/mp3000mp/tos-bundle) | [0.1](../../../tree/main/mp3000mp/tos-bundle/0.1) |
| [msalsas/gdpr-consent-banner-bundle](https://packagist.org/packages/msalsas/gdpr-consent-banner-bundle) | [1.0](../../../tree/main/msalsas/gdpr-consent-banner-bundle/1.0) |
| [msalsas/voting-bundle](https://packagist.org/packages/msalsas/voting-bundle) | [1.0](../../../tree/main/msalsas/voting-bundle/1.0) |
@@ -0,0 +1,41 @@
{
"manifests": {
"mosl/opensign-bridge-bundle": {
"manifest": {
"bundles": {
"Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Configure your OpenSign connection in</> <comment>config/packages/opensign_bridge.yaml</>",
" and set the required env vars: OPENSIGN_APP_ID, OPENSIGN_MASTER_KEY, OPENSIGN_API_URL,",
" OPENSIGN_USER_ID, OPENSIGN_SESSION_TOKEN. See:",
" <comment>https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app</>",
"",
" * <fg=blue>Deploy a self-hosted OpenSign server (Docker) yourself</> \u2014 this bundle only",
" provides the PHP client/integration layer, not the OpenSign server itself."
]
},
"files": {
"config/packages/opensign_bridge.yaml": {
"contents": [
"open_sign_bridge:",
" opensign:",
" app_id: '%env(OPENSIGN_APP_ID)%'",
" master_key: '%env(OPENSIGN_MASTER_KEY)%'",
" api_url: '%env(OPENSIGN_API_URL)%'",
" user_id: '%env(OPENSIGN_USER_ID)%'",
" session_token: '%env(OPENSIGN_SESSION_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "58782e6fd10d58a93fa1f25055db2593add038a6"
}
}
}
+3
View File
@@ -1411,6 +1411,9 @@
"1.0",
"1.2"
],
"mosl/opensign-bridge-bundle": [
"0.6"
],
"mp3000mp/tos-bundle": [
"0.1"
],
+41
View File
@@ -0,0 +1,41 @@
{
"manifests": {
"mosl/opensign-bridge-bundle": {
"manifest": {
"bundles": {
"Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Configure your OpenSign connection in</> <comment>config/packages/opensign_bridge.yaml</>",
" and set the required env vars: OPENSIGN_APP_ID, OPENSIGN_MASTER_KEY, OPENSIGN_API_URL,",
" OPENSIGN_USER_ID, OPENSIGN_SESSION_TOKEN. See:",
" <comment>https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app</>",
"",
" * <fg=blue>Deploy a self-hosted OpenSign server (Docker) yourself</> \u2014 this bundle only",
" provides the PHP client/integration layer, not the OpenSign server itself."
]
},
"files": {
"config/packages/opensign_bridge.yaml": {
"contents": [
"open_sign_bridge:",
" opensign:",
" app_id: '%env(OPENSIGN_APP_ID)%'",
" master_key: '%env(OPENSIGN_MASTER_KEY)%'",
" api_url: '%env(OPENSIGN_API_URL)%'",
" user_id: '%env(OPENSIGN_USER_ID)%'",
" session_token: '%env(OPENSIGN_SESSION_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "58782e6fd10d58a93fa1f25055db2593add038a6"
}
}
}