Hey, I wish to Google Palm API on my VPS server, yet my server is geo-blocked from using it.
Is there any way I could bypass this geo-blocking?
At first, I’m thinking to use a VPN client called gluetun together with n8n, and it works… but it is very memory intensive (=300 ram) in my 1.5gb ram VPS hosting.
That’s why I’m thinking about using http proxy in the docker container, but currently I’m not sure if this is feasible for Google Palm API node.
We can’t advise on ways to bypass restrications that have been placed as it would be in breach of the terms of service for what you are using.
However… I can answer one part of your question, Docker does support http and https proxies that can be set for a container. You can find the Docker documentation for this here: Configure Docker to use a proxy server | Docker Docs
I would recommend using an https proxy though as you may run into issues if you just use an http proxy.
Just to update purposes, I finally used gluetun vpn with a few settings suggested by craxkerjack86 which could reduce the memory usage from 300 - 400 MB ram to around 70 MB ram. This works well on my server with only 1.5gb ram (as of the writing)