HTTP Loader Proxy
Imagor HTTP Loader now added proxy support, which can be configured using cli arguments:
-http-loader-proxy-urls string
HTTP Loader Proxy URLs. Enable HTTP Loader proxy only if this value present. Accept csv of proxy urls e.g. http://user:pass@host:port,http://user:pass@host:port
-http-loader-proxy-allowed-sources string
HTTP Loader Proxy allowed hosts that enable proxy transport, if proxy URLs are set. Accept csv wth glob pattern e.g. *.google.com,*.github.com.
or using environment variables:
HTTP_LOADER_PROXY_URLS=http://user:pass@host:port,http://user:pass@host:port
HTTP_LOADER_PROXY_ALLOWED_SOURCES=*.google.com,*.github.com
- feat(httploader): HTTP Loader Proxy
- refactor(vips): optimize resize with unspecified width or height
- fix(imagorpath): padding bound against image dimension
- refactor(vips): locking mechanism for image refs tracker