DarthSim
3902155170
Update docs
2022-09-26 17:51:50 +06:00
DarthSim
6d584830eb
Fix word-wrapping long links in docs
2022-09-19 18:12:47 +06:00
DarthSim
733e524c58
Fix external links in docs
2022-09-19 17:59:37 +06:00
Tuomas Valtonen
c3d3aac559
Add default value to IMGPROXY_MAX_REDIRECTS documentation and clarify usage of value 0 ( #969 )
...
* Add default value to IMGPROXY_MAX_REDIRECTS
Taken from ff3d3cedc4/config/config.go (L206)
* Clarify usage of 0 as value of IMGPROXY_MAX_REDIRECTS
* Use suggested phrasing
Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2022-09-09 15:21:58 +06:00
Roelof Kallenkoot
61464a7686
fix(docs): typo source url encryption ( #971 )
...
Could not find it in the sourcecode, since this is part of the pro version. I'm assuming the typo is just in the docs and not in source code. Someone with access to Pro should verify this
2022-09-09 15:07:24 +06:00
DarthSim
0f7281e56e
raw
processing option
2022-09-07 18:03:12 +06:00
DarthSim
8a081a917e
Rearrange processing options
2022-09-07 18:03:12 +06:00
Tuomas Valtonen
88984c02c3
Fix a typo ( #961 )
...
uisng -> using
2022-09-05 15:53:55 +06:00
DarthSim
93c0be9314
Better sidebar in docs
2022-09-02 14:31:02 +06:00
Sergey Alexandrovich
4bd9c37884
Encrypted source URLs docs ( #962 )
...
* Encrypted source URLs docs
* 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-09-02 14:17:43 +06:00
DarthSim
481ab3b78f
Fix versioned links in the docs
2022-09-01 20:53:17 +06:00
DarthSim
98ee76d1fa
Bump version
2022-07-27 17:45:25 +06:00
Sergey Alexandrovich
298edd7e1c
Update docs
...
Co-authored-by: Travis-Turner <32389151+Travis-Turner@users.noreply.github.com>
2022-07-26 14:35:52 +06:00
DarthSim
cf2b3c5195
requests/images in progress stats and queue time metric
2022-07-26 14:35:49 +06:00
DarthSim
2661db1000
Additional metrics for New Relic
2022-07-26 14:23:21 +06:00
DarthSim
c4801761db
Additional metrics for Datadog
2022-07-26 14:22:17 +06:00
DarthSim
c4165c460a
Update docs
2022-07-26 14:15:52 +06:00
DarthSim
9081fd5766
IMGPROXY_REQUESTS_QUEUE_SIZE config
2022-07-20 19:46:21 +06:00
DarthSim
1524a0e973
Increase IMGPROXY_TTL to 1 year
2022-07-19 18:14:10 +06:00
DarthSim
bb3a9c77f7
Set default IMGPROXY_MAX_CLIENTS value to 2048; Allow unlimited connections
2022-07-19 18:04:22 +06:00
DarthSim
f368ed13e9
IMGPROXY_PREFERRED_FORMATS config
2022-07-18 17:58:59 +06:00
DarthSim
a240d6af83
Fix docs sidebar theming
2022-07-04 16:24:24 +06:00
DarthSim
93f357f63a
Fix versioned docs
2022-07-04 16:02:30 +06:00
DarthSim
c58f043a83
Versioned docs
2022-07-04 15:59:34 +06:00
DarthSim
9ec78fa41a
Make pro badge in docs clickable
2022-06-29 20:03:19 +06:00
DarthSim
84dc50f2af
Add New relic labels supoprt
2022-06-24 17:03:13 +06:00
DarthSim
e1e2277a32
Sanitize SVG
2022-06-10 18:23:55 +06:00
Valentine Kiselev
23d0807e46
Add attachment option for Content-Disposition header ( #887 )
...
* Add attachment option for Content-Disposition header
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
* Add documentation to attachment option
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
* Add default attachment option value
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
* fix: Add default value to docs
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
* fix: Rename option attachment to return_attachment, add ENV-configuration
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
2022-06-06 14:53:09 +06:00
DarthSim
4d4a1d724f
IMGPROXY_KEEP_COPYRIGHT config & keep_copyright option
2022-04-25 16:53:08 +06:00
DarthSim
91a3671f9d
Add X-Result-Width and X-Result-Height to debug headers
2022-04-18 16:45:34 +06:00
DarthSim
8dddd660d3
Typo
2022-04-18 15:03:03 +06:00
DarthSim
e1a69c5d95
IMGPROXY_ENFORCE_THUMBNAIL config & enforce_thumbnail option
2022-04-14 22:33:09 +06:00
sxppro
75634cf49b
fix: typos in docs ( #840 )
...
Fixed some typos in 'Generating the URL' page
2022-04-12 13:08:16 +06:00
DarthSim
3d93bc6836
Add IMGPROXY_GCS_ENDPOINT config
2022-04-07 23:31:50 +06:00
DarthSim
afe283790f
Polish swift:// support
2022-04-06 17:35:51 +06:00
Joe Cai
7a2296aee8
Support OpenStack Swift Object Storage ( #837 )
...
* Add OpenStack Swift support
* Fix linting errors
* Update CHANGELOG
* Update swift documentation
* Fix linting error
* Swift transport: pass req.Context down, fix parseObjectURL() implementation
* Make swift transport test a test suite
* Use swift://{container}/{object_path} as the source image URL format
* Cleanup
* Swift transport: only close object when returning 304
2022-04-06 17:00:19 +06:00
DarthSim
ce73e0935c
Update changelog & docs
2022-04-06 13:03:12 +06:00
ruslandoga
f50ed8dc4a
fix typo: valoe -> value ( #833 )
2022-04-05 18:16:20 +06:00
DarthSim
1a2fa2861e
Update changelog & docs
2022-04-04 16:07:28 +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
df818706c2
IMGPROXY_HEALTH_CHECK_PATH config
2022-02-21 18:06:20 +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