imageproxy
imageproxy copied to clipboard
A caching, resizing image proxy written in Go
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.5.0. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...
I've configureD imageproxy WITH with caching to disk: ``` /app/imageproxy -addr 0.0.0.0:8088 -cache /tmp/imageproxy -verbose ``` When I request the image, it's downloaded, stored on disk, resized and the resized...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @lukasauk made their first contribution in prometheus/client_golang#1494...
Hi, I'm looking for an easy self hosted image manipulation / cache solution. I'm currently using Nuxt with Nuxt Image and Glide + custom code, which works, but is quite...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.18.0. Release notes Sourced from docker/build-push-action's releases. v6.18.0 Bump @docker/actions-toolkit from 0.61.0 to 0.62.1 in docker/build-push-action#1381 [!NOTE] Build summary is now supported with Docker Build...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.52.0 to 1.55.0. Release notes Sourced from cloud.google.com/go/storage's releases. storage: v1.55.0 1.55.0 (2025-05-29) Features storage/control: Add Client Libraries Storage IntelligenceConfig (2aaada3) storage/internal: Add IpFilter to Bucket (#12309)...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.26.0 to 0.27.0. Commits 64815fb go.mod: update golang.org/x dependencies See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...
When using S3 or GCS cache with bucket lifecycle rules to automatically delete old objects, imageproxy can get "poisoned" with empty cache entries. This happens because the cache returns empty...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. Release notes Sourced from codecov/codecov-action's releases. v5.4.3 What's Changed fix: OIDC on forks by @joseph-sentry in codecov/codecov-action#1823 build(deps): bump github/codeql-action from 3.28.13 to 3.28.17...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. Release notes Sourced from actions/setup-go's releases. v5.5.0 What's Changed Bug fixes: Update self-hosted environment validation by @priyagupta108 in actions/setup-go#556 Add manifest validation and improve...