DarthSim
e8845f671b
Limit GIF frames to being processed
2018-11-15 20:04:12 +06:00
DarthSim
917357616e
Deprecate IMGPROXY_MAX_SRC_DIMENSION
2018-11-15 19:25:53 +06:00
DarthSim
9114f28c75
Multiple key/salt pairs support
2018-11-15 18:35:06 +06:00
DarthSim
b66b27bef9
Errors reporting
2018-11-14 19:41:16 +06:00
DarthSim
fc4a09f196
Support S3 region and enpoint options
2018-11-13 19:23:59 +06:00
DarthSim
6b7551213f
Tests
2018-11-06 17:19:34 +06:00
Marius Cristea
a1a74450d1
adds Client Hints support using env variable. ( #98 )
...
* adds Client Hints support using env variable.
* Update processing_options.go
Co-Authored-By: selul <marius.cristea@vertistudio.com>
* improve client hints support based on the feedback
* fix build error and remove redundant line in docs.
2018-11-02 22:38:41 +06:00
printercu
7aae98e087
Option to use truncated signature ( #88 )
...
* CircleCI
* Fix docs resize_type -> resizing_type (#91 )
As noted in my issue...
* Option to use truncated signature
* Don't use 0 as no-limit for SignatureSize
2018-11-02 17:10:20 +06:00
DarthSim
ea10cbe059
Sending User-Agent with source image request
2018-10-30 19:37:41 +06:00
DarthSim
61ae01b0a4
Google Cloud Storage support
2018-10-30 18:12:56 +06:00
DarthSim
dd85087e6a
Prometheus metrics
2018-10-29 18:04:47 +06:00
DarthSim
0f92ff2532
New Relic support
2018-10-25 19:34:16 +06:00
DarthSim
3d98a943a4
Watermark
2018-10-19 15:47:11 +06:00
DarthSim
287b7e7560
Merge branch 'crohr/s3-protocol' into version/2.0
2018-10-05 00:46:04 +06:00
Cyril Rohr
7c7add8dc1
Enable s3 transport scheme
2018-10-04 21:03:59 +06:00
DarthSim
ee29fb848c
proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION
2018-10-02 18:19:30 +06:00
DarthSim
945ffb485b
Disable signature checking if key or salt are not provided
2018-10-02 17:31:51 +06:00
DarthSim
017724d20d
Check presets options on start; Exit on preset error
2018-10-02 17:31:51 +06:00
DarthSim
11acf1f96a
Webp browser support detection
2018-10-02 17:31:51 +06:00
DarthSim
b0fb204381
Turn back token validation; Add AllowInsecure config
2018-10-02 17:31:51 +06:00
DarthSim
a157a818f6
Presets 🎉
2018-10-02 17:30:20 +06:00
DarthSim
b9cf4a054a
IMGPROXY_IGNORE_SSL_VERIFICATION option
2018-09-26 19:00:37 +06:00
DarthSim
7f567216dd
Get rid of ETag signature; Change ETag hash to SHA256; Add verison
2018-09-06 19:02:26 +06:00
DarthSim
c3d39b2b42
Progressive JPEG & interlaced PNG support
2018-07-16 21:14:24 +06:00
DarthSim
bcd9dfe809
Add IMGPROXY_BASE_URL param
2018-04-26 17:38:40 +06:00
DarthSim
04871c8b7f
Add CORS headers
2018-04-26 17:22:31 +06:00
DarthSim
eb341c3bee
Increase default max clients
2018-03-19 15:06:08 +06:00
DarthSim
f6fa71810e
Remove wait timeout
2018-03-19 14:58:52 +06:00
DarthSim
1deb2b9c54
Ass wait timeout
2018-03-15 20:53:46 +06:00
DarthSim
66cea81602
Refactor ETag support
2018-02-26 15:41:37 +06:00
Ilja Hämäläinen
178cd5de55
Add support of ETag caching ( #47 )
...
* Add ETag caching support
* Update the readme file
* Typo
* Calculate ETag before image processing, rename Env Var
* Make PO struct field public
* Generate random value on server startup to be used in ETag calculation
* Minor refactoring
* Adjust boolean value parsing as discussed in GitHub PR page
* Move random value generation to the config
* Update README
* Revert changes
* Use footprint to calculate the hash of an image
2018-02-26 11:45:52 +03:00
Sergey Alexandrovich
5307b46ed2
Remove redundant code
2018-01-10 13:00:10 +06:00
Vasily Fedoseyev
850498f817
Add option for reading images from local filesystem
2017-12-29 22:59:20 +03:00
DarthSim
f9fbfefad6
Fix dowloading timeout configuration
2017-11-14 02:28:18 +06:00
DarthSim
2940478ec9
Max src resolution config; Larger default max src dimension
2017-10-07 05:00:31 +06:00
DarthSim
5a46f542c6
Deploy to Heroku without custom buildpack
2017-09-30 06:10:52 +06:00
DarthSim
816f6a8e07
More reasonable defaults
2017-09-28 23:17:23 +06:00
DarthSim
51a57d43d0
Drop bimb dependency
2017-09-27 14:42:49 +06:00
DarthSim
1e9282c6b1
Limit max connections
2017-09-15 13:29:55 +03:00
DarthSim
d3f93f1a9a
Tune up downloading
2017-07-05 18:28:22 +06:00
DarthSim
9163e3f4ed
Add concurrency
2017-07-04 20:05:53 +06:00
DarthSim
4773874fcd
Add cache control
2017-07-03 16:10:44 +06:00
DarthSim
fa5cf7045e
Prevent direct requests with X-Imgproxy-Secret header
2017-07-02 03:25:08 +06:00
DarthSim
63eecd3bd3
Add config checking; Remove compression config
2017-06-27 11:52:54 +03:00
DarthSim
52122468e2
Use relative paths to keys
2017-06-27 11:30:22 +03:00
DarthSim
e04696b89b
GZip compression support
2017-06-27 03:49:06 +03:00
DarthSim
3fa721bee0
Configure over env variables
2017-06-27 03:38:00 +03:00
DarthSim
a7da9207be
Use glide for dependency managemment
2017-06-20 17:58:18 +03:00
Sergey Alexandrovich
0c006ce61e
Initial commit
2017-06-20 17:00:17 +03:00