index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2023-10-11
cmd: Fix exiting with custom status code, add `caddy -v` (#5874)
Francis Lavoie
2023-09-07
cmd: Prevent overwriting existing env vars with `--envfile` (#5803)
Evan Van Dam
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-09
cmd: Require config for caddy validate (fix #5612) (#5614)
pistasjis
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-08-06
cmd: Split unix sockets for admin endpoint addresses (#5696)
Emily
2023-08-02
core: Allow loopback hosts for admin endpoint (fix #5650) (#5664)
Matt Holt
2023-06-02
cmd: Implement storage import/export (#5532)
Cass C
2023-05-17
cmd: Avoid spammy log messages (fix #5538)
Matthew Holt
2023-05-12
cmd: Reduce spammy logs from --watch
Matthew Holt
2023-05-08
feature: watch include directory (#5521)
Yehonatan Ezron
2023-04-10
cmd: Support `'` quotes in envfile parsing (#5437)
Matt Holt
2023-04-03
cmd: Create pidfile before config load (close #5477)
Matthew Holt
2023-02-24
cmd: Expand cobra support, add short flags (#5379)
Francis Lavoie
2023-02-22
cmd: Strict unmarshal for validate (#5383)
Francis Lavoie
2023-02-16
cmd: make `caddy fmt` hints more clear (#5378)
Emily Lange
2023-02-16
cmd: Adjust documentation for commands (#5377)
Francis Lavoie
2023-01-31
cmd: Add `--envfile` flag to `validate` command (#5350)
Amis Shokoohi
2023-01-31
cmd: `fmt` exit successfully after overwriting config file (#5351)
Amis Shokoohi
2023-01-21
cmd: `caddy fmt` return code is 1 if not formatted (#5297)
Y.Horie
2023-01-21
chore: Fix typo, coral -> cobra (#5325)
Y.Horie
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-10-25
cmd: replace deprecate func use (#5170)
Mohammed Al Sahaf
2022-10-17
cmd: Add missing `\n` to HelpTemplate (#5151)
BakaFT
2022-09-14
cmd: Improve error message if config missing
Matthew Holt
2022-09-13
cmd: Customizable user agent (close #2795)
Matthew Holt
2022-09-06
cmd: Enhance some help text
Matthew Holt
2022-09-01
cmd: Don't print long help text on error
Matthew Holt
2022-08-30
cmd: Enhance CLI docs
Matthew Holt
2022-08-30
cmd: add completion command (#4994)
Mohammed Al Sahaf
2022-08-30
cmd: Migrate to `spf13/cobra`, remove single-dash arg support (#4565)
Mohammed Al Sahaf
2022-08-06
Replace strings.Index with strings.Cut (#4932)
Chirag Maheshwari
2022-08-04
Replace strings.Index usages with strings.Cut (#4930)
WilczyĆskiT
2022-08-04
cmd: Use newly-available version information (#4931)
Matt Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-08-01
Oops (sigh)
Matthew Holt
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-07-29
Minor docs clarification
Matthew Holt
2022-07-29
core: Windows service integration (#4790)
WingLim
2022-07-28
Fix compilation on Windows
Matthew Holt
2022-07-28
Fix deprecation notice by using UTF16PtrFromString
Matthew Holt
2022-07-20
cmd: Fix reload with stdin (#4900)
Francis Lavoie
2022-06-15
Add comment about xcaddy to main
Matthew Holt
2022-04-28
cmd: Fix unix socket addresses for admin API requests (#4742)
Francis Lavoie
2022-04-25
httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728)
Francis Lavoie
2022-04-13
cmd: Enhance .env (dotenv) file parsing
Matthew Holt
2022-04-12
cmd: Add `--diff` option for `caddy fmt` (#4695)
Francis Lavoie
2022-04-03
cmd: Fix defaulting admin address if empty in config, fixes `reload` (#4674)
Francis Lavoie
2022-03-19
cmd: Set Origin header properly on API requests
Matthew Holt
2022-03-02
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie
[next]