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

346 Commits

Author SHA1 Message Date
DarthSim
bc5ca9a344 Add URL replacements 2023-05-15 20:15:12 +03:00
DarthSim
23dedc6de3 Fix GH link in docs 2023-05-14 15:31:58 +03:00
DarthSim
762c0add24 Dynamically fetch versions in docs 2023-05-13 22:56:39 +03:00
DarthSim
0d4aee3b30 Add links to website, Twitter, and Discord to docs 2023-05-13 18:47:37 +03:00
DarthSim
a58091002b Use upstream docsify in docs 2023-05-13 18:47:09 +03:00
DarthSim
d17e0383ef Update docs 2023-05-12 16:34:27 +03:00
Denis Surkov
9fe249d158
Fix typo in presets docs (#1155)
* Fix typo in presets docs

* fix typo x2

* fix typo x3
2023-05-12 19:25:51 +06:00
DarthSim
0250790910 Bump version 2023-05-10 19:54:19 +03:00
DarthSim
5f6cb64864 Add jemalloc and TCMalloc to Docker image 2023-05-10 19:22:34 +03:00
Adomas Kizogian
e8952edbf7
allow acquiring s3 access credentials through role assumption (#1152)
* allow acquiring s3 access credentials through role assumption

* improve cross-account access docs

* Update docs/serving_files_from_s3.md

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

---------

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2023-05-09 20:50:02 +06:00
DarthSim
a4c876fc6d Add more metrics to OTel 2023-05-01 20:25:48 +03:00
DarthSim
929dcd6630 Update GA in docs 2023-04-28 19:40:54 +03:00
DarthSim
41b9ebe927 Bump version 2023-04-18 19:42:47 +03:00
DarthSim
c98752651a Don't set Content-DPR header 2023-04-18 18:40:23 +03:00
DarthSim
85fb470704 Update changelog and docs 2023-04-18 18:29:42 +03:00
DarthSim
2c28252966 Fix the way the dpr processing option affects offsets and paddings 2023-04-16 20:56:17 +03:00
DarthSim
ee0cb9feda Allow encoding filename with Base64 2023-04-14 22:40:01 +03:00
DarthSim
b92de43cf3 Add support for client hints prefixed with Sec-CH-; Remove Viewport-Width header support 2023-04-11 21:08:39 +03:00
DarthSim
a2efeb55be Bump version 2023-04-10 20:29:15 +03:00
DarthSim
1a9768a2c6 Prohibit connecting to loopback, link-local multicast, and link-local unicast IP addresses by default 2023-03-22 20:25:51 +03:00
DarthSim
01fc25623c Bump version 2023-03-07 15:35:33 +03:00
Vladimir Dementyev
4a60556787
Use lychee to verify docs links (#1087)
* dev: add lychee to lefthook

* docs: make sure internal links has .md

* ci: add docs lint workflow

---------

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2023-02-24 23:23:21 +06:00
DarthSim
0d23389385 Format docs 2023-02-23 21:23:16 +03:00
DarthSim
9416168575 Security processing options 2023-02-23 21:11:44 +03:00
DarthSim
50b23bf919 Update docs and changelog 2023-02-21 18:46:01 +06:00
DarthSim
4bf1a27abd Add extend_aspect_ratio processing option 2023-02-19 18:58:30 +03:00
DarthSim
ccc2d8fee3 Update docs 2023-02-02 16:11:31 +03:00
DarthSim
192802766e Update docs 2023-01-31 17:01:11 +03:00
DarthSim
dbb32e93d3 Fix links in OTel docs 2023-01-20 19:59:00 +03:00
DarthSim
49d8b4e326 Bump version 2023-01-11 19:07:50 +03:00
DarthSim
e263ef671a Replace gitter with discord 2023-01-05 19:52:43 +03:00
Gábor Szakács
b0b1158a93
Update jemalloc package install instructions (#1061)
as `libjemalloc1` is not available in recent distributions anymore, see:
https://packages.debian.org/search?keywords=jemalloc
2023-01-04 20:23:25 +06:00
DarthSim
4631fc6951 Update docs 2022-12-15 21:06:52 +06:00
0xflotus
5af61b2be8
fix: rendering the pro image (#1054)
* Update autoquality.md

* Update best_format.md

* Update chained_pipelines.md

* Update chaining_the_processing.md

* Update encrypting_the_source_url.md

* Update getting_the_image_info.md

* Update object_detection.md
2022-12-15 21:02:35 +06:00
DarthSim
c358ab6649 Update docs style 2022-12-15 20:46:17 +06:00
DarthSim
8326369cb9 Update docs 2022-12-15 20:46:07 +06:00
Alan Brault
0b9577eb79
Implement Azure Identity Authentication for Azure Transport (#1052)
* refactor: implement support for azure managed identities and service principals

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* task: implement ranged request support

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: check result.ETag for nil

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: implement null guards for content-length and content-type

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: use blockblob.CountToEnd instead of -1 for length

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* Replace OTel AWS ECS detector with fixed fork

* Update semconv in OTel

* refactor: implement support for azure managed identities and service principals

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* task: implement ranged request support

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: check result.ETag for nil

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: implement null guards for content-length and content-type

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: use blockblob.CountToEnd instead of -1 for length

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* chore: run go mod tidy

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

* refactor: discard err returns

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>

Signed-off-by: Alan Brault <alan.brault@hardwareandtools.com>
Co-authored-by: DarthSim <darthsim@gmail.com>
2022-12-15 18:51:07 +06:00
DarthSim
de550875b8 Update docs 2022-12-11 23:22:58 +06:00
DarthSim
fd9c7401ce Bump version 2022-12-11 22:55:13 +06:00
DarthSim
8f21c2e067 Update docs and changelog 2022-12-11 22:30:43 +06:00
DarthSim
68e758d811 Allow replacing line breaks with \n in OTel keys and certs 2022-12-11 22:29:58 +06:00
DarthSim
1ededbb11f Add IMGPROXY_MAX_ANIMATION_FRAME_RESOLUTION config 2022-11-29 18:25:38 +06:00
DarthSim
3f9a0641f1 Remove WebP, AVIF, and ICO from preferred formats 2022-11-27 20:01:07 +06:00
DarthSim
27bf8505e1 Change the default AVIF quality and speed 2022-11-27 20:01:01 +06:00
DarthSim
d8bc7e8b2f Update readme; Update logo in docs 2022-11-22 20:32:59 +06:00
DarthSim
e43cb2cb51 Bump version 2022-11-17 20:17:10 +06:00
DarthSim
4ed6b254e0 Update changelog and docs 2022-11-16 21:02:28 +06:00
DarthSim
f08cc76806 Fixed TraceIdRatioBased sampler; IMGPROXY_OPEN_TELEMETRY_TRACE_ID_GENERATOR config 2022-11-15 21:37:55 +06:00
DarthSim
b17d6c400c Update docs and changelog 2022-11-08 20:31:26 +06:00
DarthSim
d92d8c7701 Fix docs formatting 2022-11-07 21:14:39 +06:00