DarthSim
629d2558bd
Update badges in README
2022-04-04 16:03:05 +06:00
DarthSim
79903af6b8
Typo
2022-02-01 15:45:17 +06:00
Travis-Turner
c51521961f
Docs/edits overhaul ( #785 )
...
* Update landing page / README.md
* Update GETTING_STARTED.md
* Update installation.md
* Update getting_the_image_info.md
* update signing_the_url.md
* Update watermark.md
* Update presets.md
* Update object_detection.md
* Update autoquality.md
* Update serving_local_files.md
* Update docs/serving_files_from_s3.md
* Update configuration.md
* Update generating_the_url.md
* Update chained_pipelines.md but chained pipelines section is not finished
* Update serving_files_from_google_cloud_storage.md
* Update new_relic.md
* Update prometheus.md
* Update datadog.md
* Update image_formats_support.md
* Update about_processing_pipeline.md
* Update healthcheck.md
* Update memory_usage_tweaks.md
* Remove GIF/ICO/BMP/HEIF/AVIF support sections from docs/image_formats_support.md
* Minor fixes of the docs
* Update serving_files_from_azure_blob_storage.md
* Fix issue with x and y offset for 're' watermark property
* Fix params description in docs/watermark.md
* Fix Alexander Madyankin GH name
* Special thanks to Travis
* Fix README
Co-authored-by: DarthSim <darthsim@gmail.com>
2022-02-01 15:43:36 +06:00
Alexander Madyankin
7cdb89c68b
Fix link to Alexander Madyankin's github ( #699 )
2021-09-13 17:42:22 +06:00
DarthSim
c6ec148516
Remove docs menu from README
2021-01-18 21:53:44 +06:00
Sergey Alexandrovich
3dcaeedd45
Fix CircleCI badge
2020-05-13 21:38:23 +06:00
DarthSim
026fb617b1
Remove microbadge badge from readme, doesn't work anymore
2020-04-09 14:01:51 +06:00
DarthSim
9d029838f4
Add special thanks to dragonsmith
2020-02-05 20:35:20 +06:00
DarthSim
e4ba853dd1
Update README links
2020-02-05 20:28:10 +06:00
DarthSim
a09c2d103d
[skip ci] Update docs with gitter, badge icons and favicon
2019-12-11 17:31:00 +06:00
DarthSim
c0f5e8a08a
Update special thanks
2019-12-03 20:01:40 +06:00
DarthSim
cb19183651
typo
2019-10-21 18:38:04 +06:00
Sergey Alexandrovich
4c8641f7f1
Update "Sponsored by Evil Martians" in README
2019-10-21 02:27:03 +06:00
DarthSim
883af8d90c
Use README from root for Docker Hub
2019-10-18 15:56:25 +06:00
DarthSim
4ed3bd74b5
Add Coordinated Disclosure Plan
2019-10-16 15:50:09 +06:00
DarthSim
2d7e26fb18
Change docs links to the docs site
2019-10-14 17:57:16 +06:00
DarthSim
c5263b1752
Add benchmark results
2019-05-08 16:45:47 +06:00
DarthSim
ddb47fa7d5
Update CircleCI status badge
2019-04-01 16:44:30 +06:00
DarthSim
dcddc165f0
Update docs
2019-01-18 17:34:16 +06:00
DarthSim
ed795675be
Refactored logging; Syslog support
2019-01-14 16:50:59 +06:00
Koen Punt
575960e50c
Add Sentry error reporting ( #128 )
...
* support reporting errors to Sentry
* add documentation for sentry configuration
2019-01-14 16:42:10 +06:00
Sergey Alexandrovich
e023c3874d
Big badges
2018-11-19 17:52:21 +06:00
DarthSim
5e8861d4b9
Update readme
2018-11-16 10:38:18 +06:00
DarthSim
2c0b538eb5
GIF output support
2018-11-13 18:32:47 +06:00
DarthSim
76939792ec
CircleCI
2018-10-31 03:11:34 +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
ceec679c81
Back to net/http because of fasthttps incompatibiliti with almost everything
2018-10-25 18:08:44 +06:00
DarthSim
d61a326ab5
Update docs with watermarks and new gravity options
2018-10-19 17:31:44 +06:00
DarthSim
34a61d287f
fasthttp; Optimized memory allocation
2018-10-05 21:17:36 +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
25712e5d71
Docs
2018-10-04 19:16:51 +06:00
DarthSim
945ffb485b
Disable signature checking if key or salt are not provided
2018-10-02 17:31:51 +06:00
DarthSim
aa96d487d4
Update README
2018-10-01 21:05:46 +06:00
DarthSim
4208756321
Add some badges
2018-09-10 14:28:58 +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
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
98cf805169
Update README.md
2018-01-10 16:21:39 +06:00
Sergey Alexandrovich
9f76ec5a4c
Update README.md
2018-01-10 12:59:02 +06:00
Vasily Fedoseyev
850498f817
Add option for reading images from local filesystem
2017-12-29 22:59:20 +03:00
Sergey Alexandrovich
6637657342
Merge pull request #30 from Mikulas/pr/readme-ttl
...
Add IMGPROXY_TTL env to readme
2017-10-25 21:42:49 +06:00
Mikuláš Dítě
8b7cfa2e25
add /health endpoint
...
Returns 200 OK after server starts.
This greatly simplifies container deployment. For example,
Kubernetes can be configured to not route traffic to imgproxy Pods
that did not pass Readiness check against /health.
2017-10-25 11:57:19 +02:00
Mikuláš Dítě
237453d52b
Add IMGPROXY_TTL env to readme
2017-10-25 11:06:56 +02:00
Sergey Alexandrovich
a9e3413766
Add link to the martians chronicles
2017-10-20 16:33:52 +06:00
Sergey Alexandrovich
78b9fd50a2
Update README.md
2017-10-07 16:45:49 +06:00