Questions tagged [imgproxy]

4 questions
1
vote
0 answers

How to setup imgproxy and frontend application for production

I am building an application that has a frontend (nuxt3) and a backend(nodejs/adonisjs). So far they both work in perfect harmony. Now, the frontend applications needs to display and resize images of the products, so I've setup a new service, the…
melokki
  • 104
  • 11
0
votes
0 answers

env parameter problem when running third-party images in docker

I used docker to get the imgproxy image and I need to specify some environment variables when I run the image.Such as: docker run --name imgproxy -p 8080:8080 \ -e IMGPROXY_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ -e…
0
votes
1 answer

imgproxy on non default port

Ive installed imgproxy (https://docs.imgproxy.net/installation) on docker on a centos server. Using docker run -p 2096:2096 -it darthsim/imgproxy to start it still starts the server on 8080: INFO [2021-09-01T10:13:25Z] Starting server at…
John Anderson
  • 531
  • 1
  • 7
  • 13
0
votes
1 answer

Deploying imgproxy to AWS with Fargate

I would like to deploy imgproxy to AWS using Fargate to serve different sizes/formats of images from an s3 bucket. Ideally also behind Cloudfront. Imgproxy has a docker image docker pull darthsim/imgproxy:latest docker run -p 8080:8080 -it…
fpghost
  • 2,834
  • 4
  • 32
  • 61