1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/app.json
2018-10-03 19:35:40 +06:00

21 lines
633 B
JSON

{
"name": "imgproxy",
"description": "Fast and secure standalone server for resizing and converting remote images.",
"keywords": ["image", "resize-images", "crop-image", "microservice", "docker", "jpeg", "png", "libvips"],
"repository": "https://github.com/DarthSim/imgproxy",
"stack": "container",
"env": {
"IMGPROXY_KEY": {
"description": "Hex-encoded secret key for signing URLs.",
"value": "",
"required": false
},
"IMGPROXY_SALT": {
"description": "Hex-encoded secret salt for signing URLs.",
"value": "",
"required": false
}
},
"image": "darthsim/imgproxy"
}