- 15 Mar, 2019 1 commit
-
-
Linkonoid authored
-
- 11 Mar, 2019 2 commits
-
-
M. Ángel Jimeno authored
* caddy: Rename env flag to envfile * caddy: Add env flag to print environment variables
-
Aka.Why authored
-
- 06 Mar, 2019 1 commit
-
-
comp500 authored
* Add upstream header replacements (TODO: tests, docs) * Add tests, fix a few bugs * Add more tests and comments * Refactor header_upstream to use a fallthrough; return regex errors
-
- 05 Mar, 2019 1 commit
- 04 Mar, 2019 4 commits
-
-
Matthew Holt authored
-
Toby Allen authored
* Move SiteOutput to a seperate function sorted by port. * Rename vars and tidy up * Move loopback note to output loop * Fix Typo * Remove unneeded var * Readability Change * Change to other port string. * Simplify as all sites in Server use the same port * Ensure -quiet supresses fmt.Println calls * Prevent double output of siteinfo to log - improve log message * change name of log in comment * Remove spaces * Remove extra line output * final tidy! * Use caddy.LogDestination to setup log * Ensure Log is still output if quiet. * Correct case of functions and make function param bool * Remove conditional check for LogDestination * Revert output to simple blocks * comment update
-
Toby Allen authored
* Can simply add user to replacer before Replace call. user is then also added to logs * use fmt.Errorf * fix how fmt.Errorf is called.
-
Toby Allen authored
* Check errors directive only has 1 argument * Added Tests
-
- 01 Mar, 2019 1 commit
-
-
Matthias Schneider authored
removed "names": is not used
-
- 26 Feb, 2019 2 commits
-
-
Wèi Cōngruì authored
-
Matt Holt authored
-
- 25 Feb, 2019 1 commit
-
-
Matthew Holt authored
-
- 24 Feb, 2019 2 commits
-
-
Toby Allen authored
This reverts commit c0190a34.
-
Toby Allen authored
* Move SiteOutput to a seperate function. * Simplify as all sites in Server use the same port * Ensure -quiet supresses fmt.Println calls * Prevent double output of siteinfo to log - improve log message * Use caddy.LogDestination to setup log * Ensure Log is still output if quiet.
-
- 17 Feb, 2019 1 commit
-
-
magikstm authored
* Append Internal paths to Caddy config HiddenFiles * gofmt * Reuse a variable * Update caddyhttp/internalsrv/setup.go Co-Authored-By: magikstm <myskina@gmail.com>
-
- 16 Feb, 2019 2 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
- 15 Feb, 2019 8 commits
-
-
ssh://github.com/mholt/caddyMatthew Holt authored
-
Matthew Holt authored
-
Matthew Fay authored
* proxy.AllowedPath: Re-append trailing slashes to excepted path comparisons * Substitute HasSuffix for manual check; check slash was actually removed
-
Toby Allen authored
* log basicauth errors * Fixed tests * Fix log include * Remove some unneeded blank lines.
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
Breaking API change for server type plugins that use caddytls package. Now an error value is returned from NewConfig as well. Sorry about that.
-
- 13 Feb, 2019 2 commits
- 08 Feb, 2019 5 commits
-
-
Matt Holt authored
* caddytls: Change clustering to be a plugin to the caddytls package Should resolve the failure in https://github.com/coredns/coredns/pull/2541. This change is breaking to clustering plugin developers (not Caddy users), but logical, since only the caddytls package uses CertMagic directly (the httpserver package also uses it, but only because it also uses the caddytls plugin); and it is early enough that no clustering plugins really exist yet. This will also require a change of devportal so that it looks for a different registration function, which has moved to the caddytls package. * Remove unused variable * caddyhttp: Fix test (adjust plugin counting) * ummmm, remove extra line break somehow VS Code didn't fmt on save... weird.
-
Matthew Holt authored
somehow VS Code didn't fmt on save... weird.
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
Should resolve the failure in https://github.com/coredns/coredns/pull/2541. This change is breaking to clustering plugin developers (not Caddy users), but logical, since only the caddytls package uses CertMagic directly (the httpserver package also uses it, but only because it also uses the caddytls plugin); and it is early enough that no clustering plugins really exist yet. This will also require a change of devportal so that it looks for a different registration function, which has moved to the caddytls package.
-
- 05 Feb, 2019 5 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Michael Li authored
* optimized parse cli's disabledMetrics flag string to initTelemetry * add splitTrim to obtain string slice that not contain empty string * change TestSplitTrim error output * gofmt for run_test.go * restore name of disabledMetrics made more sense * optimized TestSplitTrim case * just update splitTrim comment to force CI restart
-
Danny Navarro authored
By using option ca_certificates in proxy block it is possible now to select CA against which backend certificates shall be checked. Resolves #1550 Co-authored-by: Danny Navarro <navdgo@gmail.com>
-
Matt Holt authored
* caddytls: Fix empty SNI handling (new -default-sni flag) vendor: update certmagic, needed to support this Hopefully fixes #2451, fixes #2438, and fixes #2414 * caddytls: Don't overwrite certmagic Manager (fixes #2407) Supersedes #2447 * vendor: Update certmagic to fix nil pointer deref and TLS-ALPN cleanup * Improve -default-sni flag help text
-
- 04 Feb, 2019 1 commit
-
-
Toby Allen authored
-
- 03 Feb, 2019 1 commit
-
-
Matthew Holt authored
Other methods are not currently implemented in the static file server
-