diff --git a/RECIPES.md b/RECIPES.md index 99b2502e..74ed6fc8 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -6,6 +6,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | --- | --- | | [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) | | [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) | +| [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) | | [ad3n/ratchet-bundle](https://packagist.org/packages/ad3n/ratchet-bundle) | [0.4](ad3n/ratchet-bundle/0.4) | | [adback/adback-sdk-php-symfony](https://packagist.org/packages/adback/adback-sdk-php-symfony) | [2.4](adback/adback-sdk-php-symfony/2.4) | | [adlarge/fixtures-documentation-bundle](https://packagist.org/packages/adlarge/fixtures-documentation-bundle) | [1.1](adlarge/fixtures-documentation-bundle/1.1) | diff --git a/acseo.typesense-bundle.0.7.json b/acseo.typesense-bundle.0.7.json new file mode 100644 index 00000000..0b113dbf --- /dev/null +++ b/acseo.typesense-bundle.0.7.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "acseo/typesense-bundle": { + "manifest": { + "bundles": { + "ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TYPESENSE_URL": "http://localhost:8108", + "TYPESENSE_KEY": "123" + } + }, + "files": { + "config/packages/acseo_typesense.yaml": { + "contents": [ + "# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md", + "acseo_typesense:", + " typesense:", + " url: '%env(resolve:TYPESENSE_URL)%'", + " key: '%env(resolve:TYPESENSE_KEY)%'", + " # Optional : add prefix to all collection names in Typesense", + " #collection_prefix: 'app_'", + " # Collection settings", + " collections: null", + "" + ], + "executable": false + } + }, + "ref": "b202ccc902adb679c089d541b1b2748d595b4315" + } + } +} diff --git a/archived/acseo.typesense-bundle/b202ccc902adb679c089d541b1b2748d595b4315.json b/archived/acseo.typesense-bundle/b202ccc902adb679c089d541b1b2748d595b4315.json new file mode 100644 index 00000000..0b113dbf --- /dev/null +++ b/archived/acseo.typesense-bundle/b202ccc902adb679c089d541b1b2748d595b4315.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "acseo/typesense-bundle": { + "manifest": { + "bundles": { + "ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TYPESENSE_URL": "http://localhost:8108", + "TYPESENSE_KEY": "123" + } + }, + "files": { + "config/packages/acseo_typesense.yaml": { + "contents": [ + "# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md", + "acseo_typesense:", + " typesense:", + " url: '%env(resolve:TYPESENSE_URL)%'", + " key: '%env(resolve:TYPESENSE_KEY)%'", + " # Optional : add prefix to all collection names in Typesense", + " #collection_prefix: 'app_'", + " # Collection settings", + " collections: null", + "" + ], + "executable": false + } + }, + "ref": "b202ccc902adb679c089d541b1b2748d595b4315" + } + } +} diff --git a/index.json b/index.json index 3f081741..8f0b17ab 100644 --- a/index.json +++ b/index.json @@ -7,6 +7,9 @@ "ablaise/meteion-bundle": [ "1.0" ], + "acseo/typesense-bundle": [ + "0.7" + ], "ad3n/ratchet-bundle": [ "0.4" ],