Matthew Holt
ab101d75d0
Update readme docs
6 years ago
Matthew Holt
7512ea1a64
Change storage module key from "system" to "module"
6 years ago
Matthew Holt
902ec37062
Minor improvements to readme
6 years ago
Matthew Holt
bed05f2450
Fix links in readme
6 years ago
Matthew Holt
fdd871e177
go.mod: Append /v2 to module name; update all import paths
See https://github.com/golang/go/wiki/Modules#semantic-import-versioning
6 years ago
Matthew Holt
94c28a2574
Fix README typo, sigh...
6 years ago
Matthew Holt
42386a7272
Add menu and list of improvements to readme
6 years ago
Matthew Holt
5e858a15f7
Add a proper readme
6 years ago
Matthew Holt
533d1afb4b
tls: Enable TLS 1.3 by default; set sane defaults on tls.Config structs
6 years ago
Matthew Holt
9f8d3611eb
encode: Add "Vary" response header
6 years ago
Matthew Holt
3177ee8010
Add license
6 years ago
Matthew Holt
7a7c5f00c0
Add authors file
6 years ago
Matthew Holt
fee0b38b48
Fix encoder name bug; remove unused field in encode middleware struct
6 years ago
Matthew Holt
d5ae3a4966
httpserver: Set default Server header
6 years ago
Matthew Holt
31ab737bf2
Refactor code related to getting current version
And set version in CertMagic for User-Agent purposes
6 years ago
Matthew Holt
a4bdf249db
Caddy 2 gets a CLI! And admin endpoint is now configurable via JSON
6 years ago
Matthew Holt
006dc1792f
Use html/template for escaping by default
Allow HTML only with a few specific functions
6 years ago
Matthew Holt
a63cb3e3fd
Implement etag; fix related bugs in encode and templates middlewares
6 years ago
Matthew Holt
2b22d2e6ea
Optionally enforce strict TLS SNI + HTTP Host matching, & misc. cleanup
We should look into a way to enable this by default when TLS client auth
is configured for a server
6 years ago
Matthew Holt
a524bcfe78
Enable skipping just certificate management for some auto HTTPS names
6 years ago
Matthew Holt
91b03dccb0
Refactor automatic HTTPS configuration; ability to skip certain names
6 years ago
Matthew Holt
6000855c82
Fix panics by disallowing explicitly-defined null modules in config
6 years ago
Matthew Holt
38677aaa58
caddytls: Support tags for manually-loaded certificates
6 years ago
Matthew Holt
d49f762f6d
Various bug fixes and minor improvements
- Fix static responder so it doesn't replace its own headers config,
and instead replaces the actual response header values
- caddyhttp.ResponseRecorder type optionally buffers response
- Add interface guards to ensure regexp matchers get provisioned
- Use default HTTP port if one is not explicitly set
- Encode middleware writes status code 200 if not written upstream
- Templates and markdown only try to execute on text responses
- Static file server sets Content-Type based on file extension only
(this whole thing -- MIME sniffing, etc -- needs more configurability)
6 years ago
Matthew Holt
81a9e125b5
Oops
6 years ago
Matthew Holt
70c788ce0c
Minor cleanups/improvements
6 years ago
Matthew Holt
1c443beb9c
caddyhttp: ResponseRecorder type for middlewares to buffer responses
Unfortunately, templates and markdown require buffering the full
response before it can be processed and written to the client
6 years ago
Matthew Holt
269b1e9aa3
tls: Improve (and fix) on-demand configuration
6 years ago
Matthew Holt
6d0350d04e
caddyhttp: Fix host matching when host has a port
6 years ago
Matthew Holt
15647bdfb7
templates: Remove context functions implemented by sprig
6 years ago
Matthew Holt
2663dd176d
Refactor templates execution; add sprig functions
6 years ago
Matthew Holt
6706c9225a
Implement templates handler; various minor cleanups and bug fixes
6 years ago
Matthew Holt
5137859e47
Rename caddy2 -> caddy
Removes the version from the package name
6 years ago
Matthew Holt
b8e7453fef
Implement brotli encoder; improve validation of other encoders
6 years ago
Matthew Holt
f93dab755b
Update go modules
6 years ago
Matthew Holt
0c8763a728
Add simple tests for static responder
6 years ago
Matt Holt
f5b4f268dc
Implement encode middleware ( #2 )
* Implement encode middleware
* Add missing break; and add missing JSON struct field tag
6 years ago
Matthew Holt
ef5f29cfb2
Do not allow Go standard lib to sniff Content-Type header
6 years ago
Matt Holt
8947ae0cc1
Merge pull request #1 from caddyserver/fix/goroutine-leak-healthchecker
fix goroutine leak in healthcheckers
6 years ago
dev
878ae0002a
fix goroutine leak in healthcheckers
6 years ago
dev
37da91cfe7
fix module import paths and add cors to admin endpoints
fix go module refs and add cors to admin endpoints
6 years ago
Matthew Holt
b79f86f256
Fix bugs related to auto HTTPS and alternate port configurations
6 years ago
Matthew Holt
613aecb898
Change import paths to GitHub package names
6 years ago
Matthew Holt
39db06d9c4
Implement IP/CIDR matcher and Not (negated) matcher
6 years ago
Matthew Holt
f064889a4f
Customize admin endpoint address with -listen flag
This is a temporary holdover for development purposes
6 years ago
Matthew Holt
3439933235
Implement session ticket keys; default STEK module with rotation
6 years ago
Matthew Holt
1b6b422c63
Add cleanup callbacks to context
6 years ago
Matthew Holt
2265db9028
Fix bug unmarshaling custom duration values
6 years ago
Matthew Holt
bf54615efc
ResponseMatcher for conditional logic of response headers
6 years ago
Matthew Holt
da6a8cfc86
Minor cleanups
6 years ago