Build WorkflowsConfigurationRunning Flowise behind company proxy

Running Flowise behind company proxy

If you’re running Flowise in an environment that requires a proxy, such as within an organizational network, you can configure Flowise to route all its backend requests through a proxy of your choice. This feature is powered by the global-agent package.

https://github.com/gajus/global-agent

Configuration

There are 2 environment variables you will need to run Flowise behind a company proxy:

VariablePurposeRequired
GLOBAL_AGENT_HTTP_PROXYWhere to proxy all server HTTP requests throughYes
GLOBAL_AGENT_HTTPS_PROXYWhere to proxy all server HTTPS requests throughNo
GLOBAL_AGENT_NO_PROXYA pattern of URLs that should be excluded from proxying. Eg. *.foo.com,baz.comNo

Outbound Allow-list

For enterprise plan, you must allow several outbound connections for license checking. Please contact support@flowiseai.com for more information.