github cshum/imagor v0.7.5

latest releases: v1.9.6, v1.9.5, v1.9.4...
4 years ago

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

Don't miss a new imagor release

NewReleases is sending notifications on new releases.