2017-08-08 18:55:09 +02:00
|
|
|
{
|
|
|
|
"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"],
|
2019-06-17 13:54:11 +02:00
|
|
|
"repository": "https://github.com/imgproxy/imgproxy",
|
2019-06-18 16:52:05 +02:00
|
|
|
"logo": "https://cdn.rawgit.com/DarthSim/imgproxy/master/logo.svg",
|
2019-06-18 15:59:59 +02:00
|
|
|
"success_url": "/health",
|
2018-02-02 15:18:14 +02:00
|
|
|
"stack": "container",
|
2017-08-08 18:55:09 +02:00
|
|
|
"env": {
|
|
|
|
"IMGPROXY_KEY": {
|
|
|
|
"description": "Hex-encoded secret key for signing URLs.",
|
2018-10-03 15:35:40 +02:00
|
|
|
"value": "",
|
|
|
|
"required": false
|
2017-08-08 18:55:09 +02:00
|
|
|
},
|
|
|
|
"IMGPROXY_SALT": {
|
|
|
|
"description": "Hex-encoded secret salt for signing URLs.",
|
2018-10-03 15:35:40 +02:00
|
|
|
"value": "",
|
|
|
|
"required": false
|
2017-08-08 18:55:09 +02:00
|
|
|
}
|
2019-06-18 15:59:59 +02:00
|
|
|
}
|
2017-08-08 18:55:09 +02:00
|
|
|
}
|