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

1216 Commits

Author SHA1 Message Date
DarthSim
1a2fa2861e Update changelog & docs 2022-04-04 16:07:28 +06:00
DarthSim
629d2558bd Update badges in README 2022-04-04 16:03:05 +06:00
DarthSim
696e6afc57 Drop CircleCI config 2022-04-04 16:03:05 +06:00
DarthSim
4fa75122d0 Release with GH actions 2022-04-04 16:03:05 +06:00
DarthSim
49492c4da5 Test with GH Actions 2022-04-04 16:03:04 +06:00
DarthSim
40e332c4f0 Lint with GH actions 2022-04-04 16:03:04 +06:00
DarthSim
ffee57aef7 Fix notify-imgproxy-helm action 2022-04-04 16:03:04 +06:00
dcanob
f37d027f4f
add config fallback ttl to avoid default ttl when fallback response (#818)
* add config fallback ttl to avoid default ttl when fallback response

* Update docs/configuration.md

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

* move FallbackTTL to loadFallbackImage

* rewrite ifelse

* Update imagedata/image_data.go

don't use config.FallbackTTL on header to get TTL on the response

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

* Update processing_handler.go

don't use config.FallbackTTL on header to get TTL on the response

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

* rename FallbackTTL to FallbackImageTTL

* Update processing_handler.go

* Fix linter errors

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2022-03-31 13:36:13 +06:00
DarthSim
29b52da173 Update changelog 2022-03-24 14:08:24 +06:00
DarthSim
d57a268d01 Bump version 2022-03-21 15:46:46 +06:00
DarthSim
154c8768e6 Update deps 2022-03-21 15:45:30 +06:00
DarthSim
3c44af8d4e Fix and improve S3 transport 2022-03-17 20:43:25 +06:00
DarthSim
53c3a6370a Update changelog 2022-03-17 17:14:44 +06:00
DarthSim
00abf95eb0 Bump version 2022-03-17 15:54:44 +06:00
DarthSim
05fcaa09a4 Update deps 2022-03-17 15:54:44 +06:00
DarthSim
539cd34636 Update changelog 2022-03-17 15:54:38 +06:00
DarthSim
a8293461e6 Write logs to STDOUT instead of STDERR 2022-03-16 14:17:32 +06:00
DarthSim
731ead4563 Bump version 2022-03-14 18:35:32 +06:00
DarthSim
0571123c15 Update deps 2022-03-14 18:34:45 +06:00
DarthSim
4b7e02afc6 Update changelog 2022-03-14 18:31:16 +06:00
DarthSim
175cb8c41b Fix transparrency in loaded ICO 2022-03-14 18:29:40 +06:00
DarthSim
e9e5b9e60d Bump version 2022-02-21 18:17:36 +06:00
DarthSim
42f5a7ac95 Update deps 2022-02-21 18:17:27 +06:00
DarthSim
df818706c2 IMGPROXY_HEALTH_CHECK_PATH config 2022-02-21 18:06:20 +06:00
DarthSim
377946d5af Update changelog 2022-02-21 14:43:04 +06:00
DarthSim
f77f0495ea Hide gif_options processing option docs 2022-02-21 14:39:41 +06:00
DarthSim
fb5de53d38 Remove v3 badges from docs 2022-02-21 14:39:09 +06:00
DarthSim
b01de24f4c Update pro docs 2022-02-21 14:31:26 +06:00
DarthSim
60dca8be55 Fix docs titles 2022-02-21 14:06:52 +06:00
DarthSim
6af01afb44 Add suffix to docs titles 2022-02-21 14:04:18 +06:00
Sergey Alexandrovich
081f82c62f
Merge pull request #798 from imgproxy/chore/docs-style-and-seo
Docs style and seo
2022-02-16 20:56:44 +06:00
DarthSim
b75b6cb5a2 Add robots.txt and sitemap.txt 2022-02-16 20:54:37 +06:00
DarthSim
74b977fb60 Better colors for docs 2022-02-16 19:39:18 +06:00
Sergey Alexandrovich
ec02fc53a5
IMGPROXY_MAX_REDIRECTS config (#797)
* IMGPROXY_MAX_REDIRECTS config

* Apply suggestions from code review

Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>

Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>
2022-02-16 15:42:09 +06:00
DarthSim
3997a0fea0 Configure cloudbuild logging 2022-02-15 18:23:24 +06:00
DarthSim
7e3b838c45 Use native Go in Docker build 2022-02-11 18:30:46 +06:00
DarthSim
fe145def64 Update base Docker image version 2022-02-11 17:45:57 +06:00
DarthSim
1220d73320 Bump version 2022-02-08 16:06:17 +06:00
DarthSim
7a4b7ef209 Update changelog 2022-02-08 16:04:44 +06:00
Aleksandr
36c73e3ea8
AvifSpeed value checker (#760)
As I understand valid values for `AvifSpeed` is 0-8, including 0 and 8. But the checker does not allow 0.
So here is fix
2022-02-08 15:06:15 +06:00
DarthSim
acad9a08b9 Remove GIF advanced options from docs 2022-02-07 18:11:30 +06:00
DarthSim
153aa1940c Use docker base image v3.2.0 2022-02-07 16:33:26 +06:00
DarthSim
eaa1c038a2 Fix AVIF speed 2022-02-07 16:33:09 +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
DarthSim
9a9756b111 Detect Docker image platform automatically 2022-01-31 19:04:47 +06:00
DarthSim
f442403c25 Multiarch build with Google Cloud Build 2022-01-31 18:20:05 +06:00
Sergey Alexandrovich
cc40caf53f
Merge pull request #779 from command-tab/patch-1
Fix autoquality typo in docs
2022-01-28 14:33:16 +06:00
Collin Allen
88c1252ea7
Fix autoquality typo in docs 2022-01-27 10:35:11 -08:00
DarthSim
c01fcd73b7 Bump version 2022-01-19 16:25:05 +06:00