Add on-the-fly image optimisation to any existing HTTP image source — WordPress, Strapi, Contentful, Sanity, existing CDNs, or internal APIs. No migration required.
remote:
type: web-proxy
baseUrl: https://example.com/images
baseUrl: https://blog.example.com/wp-content/uploads
Strapi, Contentful, Sanity — point to their media API.
Add transformations in front of images already served by another CDN.
baseUrl: http://media-service.internal:8080/api/v1/media
/remote/width/400/photo.jpghttps://example.com/images/photo.jpgAdd a secret to prevent open-relay abuse. Without signing, anyone could use your instance to proxy and transform arbitrary images from the configured origin.
external:
type: web-proxy
baseUrl: https://external-images.com
secret: "prevent-open-relay"
Free tier — no credit card required.