mirror of
				https://github.com/imgproxy/imgproxy.git
				synced 2025-10-30 23:08:02 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			699 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			699 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/imgproxy/imgproxy",
 | |
|   "logo": "https://cdn.rawgit.com/DarthSim/imgproxy/master/logo.svg",
 | |
|   "success_url": "/health",
 | |
|   "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
 | |
|     }
 | |
|   }
 | |
| }
 |