imageproxy
imageproxy copied to clipboard
A caching, resizing image proxy written in Go
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.53 to 1.44.66. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.66 (2022-07-29) Service Client Updates service/ec2: Updates service API and documentation Documentation updates for Amazon EC2. service/fsx:...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.20.0 to 1.24.0. Release notes Sourced from cloud.google.com/go/storage's releases. storage: v1.24.0 1.24.0 (2022-07-20) Features storage: add Custom Placement Config Dual Region Support (#6294) (5a8c607) pubsub: v1.24.0 1.24.0...
Bumps [github.com/gomodule/redigo](https://github.com/gomodule/redigo) from 1.8.8 to 1.8.9. Release notes Sourced from github.com/gomodule/redigo's releases. v1.8.9 v1.8.9 Release Notes (2022-07-06) Bug Fixes Anonymous field pointers (#622) (f1e923c7) correct do script error check (#563)...
I've tried running the Docker image on two raspberry PIs (raspberry PI 2 / Debian, raspberry PI 3 / Alpine) but facing issues when the app starts: ``` standard_init_linux.go:211: exec...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.12.2 / 2022-05-13 [CHANGE] Added collectors.WithGoCollections that allows to choose what collection of Go runtime metrics user wants:...
As svgs images aren't bitmaps imageproxy could either convert svgs to bitmaps and output the result. I found [this](https://stackoverflow.com/a/63227777) snippet which does that. The other option would be to do...
# Supporting url-encoded remote URLs as parameter You can find more monologue about motivation (real world cases) and the implementation approach for this change in #250. ## Summary - Options...
When I use minio, I can't find the corresponding address, S3ForcePathStyle always doesn't work。 `docker run -d -p 9001:8080 -e AWS_ACCESS_KEY_ID=AK -e AWS_SECRET_KEY=wJal ghcr.io/willnorris/imageproxy -addr 0.0.0.0:8080 -cache s3://zh-east-1/image-cache/images?endpoint=http://192.168.50.11:9328&disableSSL=1&s3ForcePathStyle=1` error: http://image-cache.192.168.50.11:9228/images/b3ff1785ff8282ded0e94a9ad5007984":...
for caching on azure storage, we use github.com/PaulARoy/azurestoragecache which in turn uses github.com/Azure/azure-sdk-for-go/storage. That azure package is deprecated, being replaced by [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob).
Hey, Would it be possible to add multi arch support to the docker image? Love to see ARM support :)