PromucFlow_constructor/deploy/docker/scripts
Shrikant Sharat Kandula 5e35c1fdae
feat: Support for proxy authentication (#20929)
Appsmith supports running with a HTTP proxy, that can be configured with
`HTTP_PROXY` or `HTTPS_PROXY` env variables. Like this:

```sh
HTTP_PROXY=http://myproxy:8080
HTTPS_PROXY=http://myproxy:8443
```

However, this proxy support didn't support authentication. This PR
implements that. Now, proxy with authentication can be configured like
this:

```sh
HTTP_PROXY=http://user:password@myproxy:8080
HTTPS_PROXY=http://user:password@myproxy:8080
```

This is not syntax or standards invented by Appsmith. This is the
standard way proxy is usually configured.

Fixes #16330

🍰
2023-02-24 14:53:08 +05:30
..
healthcheck.sh Added healthcheck for editor with https (#13947) 2022-05-27 17:05:21 +05:30
init_ssl_cert.sh
install_docker.sh
pull_resource.sh
renew-certificate.sh
run-java.sh feat: Support for proxy authentication (#20929) 2023-02-24 14:53:08 +05:30
run-nginx.sh Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
run-with-env.sh
start_app.sh
update-and-restart-supervisor.sh