1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/app.json

22 lines
699 B
JSON
Raw Normal View History

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",
"success_url": "/health",
"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
}
}
2017-08-08 18:55:09 +02:00
}