Add proxy for MEILI_TASK_WEBHOOK_URL
#815
tacman
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Hey @tacman 👋 It's not complex to implement. You could add a new parameter to meilisearch named Happy coding ⚽ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like the
MEILI_TASK_WEBHOOK_URL
to go through a proxy, so that I can test on a Symfony project.The Symfony proxy and CLI allows you to call a website like "my-project.wip' and it will use the appropriate port on a development machine.
Even better would be if the tasks themselves could take a URL and proxy, since in my case multiple websites use the same meili instance. There is already a feature request for that somewhere. I realize that's considerably more difficult that adding a proxy to the webhook.
Given the async nature of meilisearch, the webhook seems like a great feature.
Beta Was this translation helpful? Give feedback.
All reactions