aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddyconfig
AgeCommit message (Expand)Author
5 daysgo.mod: Upgrade ACMEz to v3; and upgrade CertMagicMatthew Holt
2024-12-07chore: fix some typo in HTTPLoader comment (#6735)José Padilla
2024-12-02caddyhttp: Add `{?query}` placeholder (#6714)Francis Lavoie
2024-11-13core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)Francis Lavoie
2024-11-11httpcaddyfile: Implement log `sampling` config (#6682)Nikolai K
2024-11-05caddytls: Allow disabling storage cleaning, avoids writing two files (#6593)Francis Lavoie
2024-11-04caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)Francis Lavoie
2024-10-30httpcaddyfile: Fixes for `prefer_wildcard` mode (#6636)Francis Lavoie
2024-10-21core: addresses.go funcs renames (#6622)Aaron Paterson
2024-10-21chore: fix some function names in comment (#6650)David Wood
2024-10-18metrics: move `metrics` up, outside `servers` (#6606)Mohammed Al Sahaf
2024-10-10caddyfile: Fix comma edgecase in address parsing (#6616)Francis Lavoie
2024-10-07caddytls: Drop `rate_limit` and `burst`, has been deprecated (#6611)Francis Lavoie
2024-10-02metrics: scope metrics to active config, add optional per-host metrics (#6531)v2.9.0-beta.1Mohammed Al Sahaf
2024-10-02caddyhttp: Implement `auto_https prefer_wildcard` option (#6146)Francis Lavoie
2024-09-30core: Implement socket activation listeners (#6573)Aaron Paterson
2024-09-25chore: Use slices package where possible (#6585)Francis Lavoie
2024-08-23ci: build and test with Go 1.23 (#6526)Kévin Dunglas
2024-06-14caddyfile: Pass blocks to `import` for snippets (#6130)a
2024-06-10logging: Customizable zap cores (#6381)Omar Ramadan
2024-05-23caddyfile: Reject global request matchers earlier (#6339)Francis Lavoie
2024-05-18caddyhttp: Trace individual middleware handlers (#6313)Matt Holt
2024-05-13caddyhttp: New experimental handler for intercepting responses (#6232)Kévin Dunglas
2024-05-11httpcaddyfile: Set challenge ports when http_port or https_port are usedMatthew Holt
2024-05-11logging: Add support for additional logger filters other than hostname (#6082)Aziz Rmadi
2024-05-01httpcaddyfile: Fix expression matcher shortcut in snippets (#6288)Francis Lavoie
2024-04-27chore: add warn logs when using deprecated fields (#6276)Mohammed Al Sahaf
2024-04-24run `golangci-lint run --fix --fast` (#6270)Mohammed Al Sahaf
2024-04-24caddytls: Option to configure certificate lifetime (#6253)clauverjat
2024-04-23Quell linter (false positive)Matthew Holt
2024-04-22caddytls: Add Caddyfile support for on-demand permission module (close #6260)Matthew Holt
2024-04-17httpcaddyfile: Skip automate loader if disable_certs is specified (fix #6148)Matthew Holt
2024-04-17caddyfile: Populate regexp matcher names by default (#6145)Francis Lavoie
2024-04-16caddyhttp: Support multiple logger names per host (#6088)Francis Lavoie
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-04-08caddyconfig: Use empty struct instead of bool in map (close #6224) (#6227)danish-mehmood
2024-04-04chore: Upgrade some dependencies (#6221)Francis Lavoie
2024-03-07httpcaddyfile: Keep deprecated `skip_log` in directive order (#6153)Steffen Busch
2024-03-06httpcaddyfile: Add `RegisterDirectiveOrder` function for plugin authors (#5865)Francis Lavoie
2024-03-05logging: Implement `log_append` handler (#6066)Francis Lavoie
2024-03-05httpcaddyfile: Allow nameless regexp placeholder shorthand (#6113)Francis Lavoie
2024-02-20caddyfile: Assert having a space after heredoc marker to simply check (#6117)bbaa
2024-02-19caddyfile: Reject directives in the place of site addresses (#6104)Aziz Rmadi
2024-02-12Revert "caddyfile: Reject long heredoc markers (#6098)" (#6100)Mohammed Al Sahaf
2024-02-12caddyauth: Rename `basicauth` to `basic_auth` (#6092)Francis Lavoie
2024-02-11caddyfile: Reject long heredoc markers (#6098)Francis Lavoie
2024-01-30caddytls: Make on-demand 'ask' permission modular (#6055)Matt Holt
2024-01-25chore: enabling a few more linters (#5961)Yolan Romailler
2024-01-25caddyfile: Correctly close the heredoc when the closing marker appears immedi...bbaa
2024-01-25caddyfile: Switch to slices.Equal for better performance (#6061)bbaa