How to use proxy with budibase #6917
rolandwang19
started this conversation in
General
Replies: 1 comment 12 replies
-
The |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set tried everything I can find online, and can't seem to get budibase to use the proxy on my linux server. I've set the proxy in every example I could find online, and ran the container with the proxy. I'm able to curl with the proxy on the server and everything works fine. I just can't get the application to call an external API no matter where I've tried to set the proxy.
/etc/systemd/system/docker.service.d/http-proxy.conf
systemctl edit docker.service
/etc/sysconfig/docker
/etc/yum.conf
/etc/environment
~/.docker/config.json
sudo docker run -d -t
--env http_proxy=""
--env https_proxy=""
--env HTTP_PROXY=""
--env HTTPS_PROXY=""
--name=budibase
-p 10000:80
-v /local/path/data:/data
--restart unless-stopped
budibase/budibase:latest
Beta Was this translation helpful? Give feedback.
All reactions