hey. I'm trying to get typesense running on a dock...
# community-help
j
hey. I'm trying to get typesense running on a docker-stack. works great on my local maschine, but in our main docker server, we enforce proxy usage with envs (http/https_proxy and no_proxy) The docker-internal communication has an exception in no_proxy, so it shouln't be a problem. but it is. if I debugged and understood correctly the typesense-ruby uses typhoeus as http client lib. which itself has a 8 year old issue on github asking for support of no_proxy, there is even a pullrequest relating that issue open for 4,5 years. The last commit was 2 years ago. i'm here with 2 questions • has anyone found a fix for this issue with typsense-ruby and no_proxy env? • might it be the right time to drop typhoeus?