Answer the question
In order to leave comments, you need to log in
How to make Minio friends with ImgProxy?
Ultimately, I need to ensure that the file that is in Minio would be resized by a link of the form:
http://imgproxy.example.com/AfrOrF3gWeDA6VOlDG4TzxMv39O7MXnF4CXpKUwGqRM/preset:sharp/resize:fill:300:400:0/gravity:sm/plain/http://example.com/images/[email protected]
Answer the question
In order to leave comments, you need to log in
If Minio is on a docker host, then starting a container with imgproxy might look like this:
docker run -e IMGPROXY_S3_ENDPOINT="http://127.0.0.1:9000" \
-e IMGPROXY_USE_S3=true \
-e AWS_ACCESS_KEY_ID=admin \
-e AWS_SECRET_ACCESS_KEY=miniotest \
--name imgproxy \
--network="host" \
darthsim/imgproxy
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question