Will Norris
554bfc5d8e
.gitignore: only ignore top-level imageproxy file
...
This prevents tools from ignoring ./cmd/imageproxy.
2025-06-30 17:26:26 -04:00
Will Norris
7502adde1c
allow overriding cache directives in responses
...
Add a new `-minCacheDuration` flag to specify a minimum duration to
cache images for.
Updates #28
Updates #144
Fixes #207
Fixes #208
2025-04-30 01:33:37 -07:00
Will Norris
80c7cb29a6
remove unecessary gitignore
2020-09-09 23:41:53 -07:00
Will Norris
9c3cbc1733
switch to use go module support
...
versions of all dependencies remain the same, but now use `go mod` to
manage them rather than govendor. This does result in a few extra files
being checked in, since govendor would ignore non-build files and go mod
does not.
2018-09-15 07:56:49 +00:00
Will Norris
bc59afcf2a
vendor: remove unused file like shell scripts
2018-09-15 07:24:24 +00:00
Will Norris
26dde07ec0
add -version flag and goxc build config
2013-12-26 11:00:50 -08:00
Will Norris
e61fba8787
parse http requests to image requests
2013-11-27 11:13:54 -08:00