From e237e090a124f2f78405be7d3cd3cd18c5a5612c Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 3 Dec 2025 19:26:02 +0000 Subject: [PATCH] Update Flex endpoint --- acseo.typesense-bundle.0.7.json | 10 +++-- ...a54fb3cbee8415fda597432e1d73ce7aea214.json | 42 +++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 archived/acseo.typesense-bundle/3f0a54fb3cbee8415fda597432e1d73ce7aea214.json diff --git a/acseo.typesense-bundle.0.7.json b/acseo.typesense-bundle.0.7.json index 0b113dbf..7ce4f697 100644 --- a/acseo.typesense-bundle.0.7.json +++ b/acseo.typesense-bundle.0.7.json @@ -7,6 +7,10 @@ "all" ] }, + "container": { + "typesense_url": "%env(TYPESENSE_URL)%", + "typesense_key": "%env(TYPESENSE_KEY)%" + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, @@ -21,8 +25,8 @@ "# 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)%'", + " url: '%typesense_url%'", + " key: '%typesense_key%'", " # Optional : add prefix to all collection names in Typesense", " #collection_prefix: 'app_'", " # Collection settings", @@ -32,7 +36,7 @@ "executable": false } }, - "ref": "b202ccc902adb679c089d541b1b2748d595b4315" + "ref": "3f0a54fb3cbee8415fda597432e1d73ce7aea214" } } } diff --git a/archived/acseo.typesense-bundle/3f0a54fb3cbee8415fda597432e1d73ce7aea214.json b/archived/acseo.typesense-bundle/3f0a54fb3cbee8415fda597432e1d73ce7aea214.json new file mode 100644 index 00000000..7ce4f697 --- /dev/null +++ b/archived/acseo.typesense-bundle/3f0a54fb3cbee8415fda597432e1d73ce7aea214.json @@ -0,0 +1,42 @@ +{ + "manifests": { + "acseo/typesense-bundle": { + "manifest": { + "bundles": { + "ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [ + "all" + ] + }, + "container": { + "typesense_url": "%env(TYPESENSE_URL)%", + "typesense_key": "%env(TYPESENSE_KEY)%" + }, + "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: '%typesense_url%'", + " key: '%typesense_key%'", + " # Optional : add prefix to all collection names in Typesense", + " #collection_prefix: 'app_'", + " # Collection settings", + " collections: null", + "" + ], + "executable": false + } + }, + "ref": "3f0a54fb3cbee8415fda597432e1d73ce7aea214" + } + } +}