diff --git a/RECIPES.md b/RECIPES.md index 7f346567..682003d4 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/mosl.opensign-bridge-bundle/58782e6fd10d58a93fa1f25055db2593add038a6.json b/archived/mosl.opensign-bridge-bundle/58782e6fd10d58a93fa1f25055db2593add038a6.json new file mode 100644 index 00000000..654d4e8f --- /dev/null +++ b/archived/mosl.opensign-bridge-bundle/58782e6fd10d58a93fa1f25055db2593add038a6.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "mosl/opensign-bridge-bundle": { + "manifest": { + "bundles": { + "Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Configure your OpenSign connection in 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:", + " https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app", + "", + " * 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" + } + } +} diff --git a/index.json b/index.json index 694da86c..629e942f 100644 --- a/index.json +++ b/index.json @@ -1411,6 +1411,9 @@ "1.0", "1.2" ], + "mosl/opensign-bridge-bundle": [ + "0.6" + ], "mp3000mp/tos-bundle": [ "0.1" ], diff --git a/mosl.opensign-bridge-bundle.0.6.json b/mosl.opensign-bridge-bundle.0.6.json new file mode 100644 index 00000000..654d4e8f --- /dev/null +++ b/mosl.opensign-bridge-bundle.0.6.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "mosl/opensign-bridge-bundle": { + "manifest": { + "bundles": { + "Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Configure your OpenSign connection in 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:", + " https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app", + "", + " * 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" + } + } +}