350 Commits (95ed603de79c66ff76bfe7e42986a2fc8c7a1fa4)
 

Author SHA1 Message Date
Matthew Holt 715e6ddf51
go.mod: Update dependencies 5 years ago
Matthew Holt 9c0bf311f9
Miscellaneous cleanups / comments 5 years ago
Matthew Holt 5300949e0d
caddyhttp: Make responseRecorder capable of counting body size 5 years ago
Matthew Holt 411152016e
Remove unused/placeholder log handler 5 years ago
Matthew Holt 5c7640a8d9
cmd: Plug in the http.handlers.authentication module 5 years ago
Matthew Holt f8366c2f09
http: authentication module; hash-password cmd; http_basic provider 5 years ago
Pascal fe36d26b63 caddyhttp: Add RemoteAddr placeholders (#2801) 5 years ago
Matt Holt b38365ff3b
Merge pull request #2799 from caddyserver/v2-enterprise-merge 5 years ago
Matthew Holt 26cc883708
http: Add Starlark handler 5 years ago
Matthew Holt 93943a6ac2
readme: Remove mentions of Caddy Enterprise (as per #2786) 5 years ago
Matthew Holt 85ce15a5ad
tls: Add custom certificate selection policy 5 years ago
Matthew Holt dedcfd4e3d
tls: Add distributed_stek module 5 years ago
Matthew Holt 20fe9cf024
tls: Add pem_loader module 5 years ago
Matthew Holt bcbe1c220d
reverse_proxy: Add local circuit breaker 5 years ago
Matthew Holt a53b27c62e
http: Add work-in-progress cache handler module 5 years ago
Matthew Holt 03306e646e
admin: /config and /id endpoints 5 years ago
yzongyue 53dd600b4d cmd: Built-in commands all use RegisterCommand (#2794) 5 years ago
Matthew Holt ce1205239a
cmd/main: Plug in json5 and jsonc config adapters 5 years ago
Matthew Holt bc3e44c1a6
cmd: adapt: Default --adapter value is "caddyfile" 5 years ago
Matthew Holt 8c55167f71
rewrite: Return parse error if too many Caddyfile args (fixes #2791) 5 years ago
Matthew Holt be7abda7d4
reverse_proxy: Implement retry_match; by default only retry GET requests 5 years ago
Matthew Holt 6fd28b81dc
caddyhttp: Define MatcherSets and RawMatcherSets types 5 years ago
Matthew Holt 65c060f56e
file_server: Set default address to :2015 if --listen not specified 5 years ago
Matthew Holt 44cb804b9e
reverse_proxy: Configurable request headers on active health checks 5 years ago
Matthew Holt c11e3bffd6
Add file-server and reverse-proxy subcommands 5 years ago
Matthew Holt f29a9eee0d
caddytls: nil check on storageClean fields on Stop 5 years ago
Matthew Holt 370b78c5c7
Update CLI docs in README 5 years ago
Mohammed Al Sahaf 1ecb216001 v2: introduce CI (#2768) 5 years ago
Matthew Holt 94f98c0733
go.mod: Use latest certmagic 5 years ago
Matthew Holt 2c3657bb8a
cmd: CLI improvements; add --validate to adapt command 5 years ago
Matthew Holt 5b36424cf0
cmd: Add validate subcommand; list-modules --versions; some renaming 5 years ago
aca 0006df6026 cmd: Refactor subcommands, add help, make them pluggable 5 years ago
Matthew Holt c95db3551d
caddytls: Ensure automation field is not nil when appending (fix #2779) 5 years ago
Matthew Holt 8eb2c37251
Clean up provisioned modules on error; refactor Run(); add Validate() 5 years ago
Matthew Holt 1e66226217
httpcaddyfile: Add acme_ca and email global options 5 years ago
Matthew Holt 7b4aa108c7
caddyhttp: 'not' matcher: Support Caddyfile unmarshaling 5 years ago
Matthew Holt 8b11ed347b
Add license header to filestorage.go 5 years ago
Matthew Holt b249b45d10
tls: Change struct fields to pointers, add nil checks; rate.Burst update 5 years ago
Matthew Holt c12bf4054c
caddyfile: Fix lexer behavior with regards to escaped newlines 5 years ago
Matthew Holt 735d6ce405
httpcaddyfile: Fix missing module name of storage adapter 5 years ago
Matthew Holt 7b33c8db31
tls: Make cert and OCSP check intervals configurable 5 years ago
Matt Holt 11696793bd
tls/acme: Ability to customize trusted roots for ACME servers (#2756) 5 years ago
Matthew Holt 3e8bff594a
go.mod: Update certmagic to v0.7.3 5 years ago
Matthew Holt 2f684e42d5
reverse_proxy/headers: Expose header replacement ability in Caddyfile 5 years ago
Matthew Holt ba29f9d41d
httpcaddyfile: Global storage configuration (closes #2758) 5 years ago
Matthew Holt 40e05e5a01
http: Improve auto HTTP->HTTPS redirects, fix edge cases 5 years ago
Matthew Holt 39d61cad2d
httpcaddyfile: Fix nil pointer dereference 5 years ago
Matthew Holt bc9f944837
host matcher: Strip [ ] from IPv6 addresses 5 years ago
Matthew Holt 4c289fc6ad
Allow domain fronting with TLS client auth if explicitly configured 5 years ago
Matthew Holt 19f36667f7
tls: Clean up expired OCSP staples and certificates 5 years ago