You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
Hi mate, thanks for your good work to implement Imaginary as Træfik plugin.
Someone asked me to support your implementation in my cache system (darkweak/souin#91). Instead of reinventing the wheel we could achieve to a working solution if you're able to implement the Vary header. I don't know which headers Imaginary uses to transform images, generate the most comfortable and most optimise image depending the client request.
You'll just have to include the vary header on L.137 inside the image_optimizer.go file.
Hi, I do not plan to maintain this repository since it was used for a job offer at Traefik Labs.
Feel free to fork and maintain it on your own, i'll archive this repository.
Hi mate, thanks for your good work to implement Imaginary as Træfik plugin.
Someone asked me to support your implementation in my cache system (darkweak/souin#91). Instead of reinventing the wheel we could achieve to a working solution if you're able to implement the Vary header. I don't know which headers Imaginary uses to transform images, generate the most comfortable and most optimise image depending the client request.
You'll just have to include the
vary
header on L.137 inside theimage_optimizer.go
file.Open to discuss about that implementation with you.
The text was updated successfully, but these errors were encountered: