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
/
main.go
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-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
2022-09-13
cmd: Customizable user agent (close #2795)
Matthew Holt
2022-09-01
cmd: Don't print long help text on error
Matthew Holt
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-04-13
cmd: Enhance .env (dotenv) file parsing
Matthew Holt
2022-03-02
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-09-01
cmd: export CaddyVersion(), Commands() (#4316)
peymaneh
2021-08-20
cmd: Fix paths when using an env file (#4296)
Pascal Zarrad
2021-03-29
cmd: Use formatted logger for config adapter warnings (#4080)
Francis Lavoie
2021-03-29
cmd: main: fix minor doc typos (#4082)
Simão Gomes Viana
2021-02-22
caddytls: Remove old asset migration code (close #3894)
Matthew Holt
2021-01-16
cmd: Print more detailed version with --environ
Matthew Holt
2020-12-03
cmd: add ability to read config from stdin (#3898)
Jordi Masip
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-08-03
cmd: Print caddy version with environ or --environ (#3627)
Matthew Holt
2020-05-21
cmd: hash-password: Fix broken terminal state on SIGINT (#3416)
Francis Lavoie
2020-05-15
cmd: Add --envfile flag to run command (#3278)
elcore
2020-05-12
all: Recover from panics in goroutines
Matthew Holt
2020-05-11
core: Add support for `d` duration unit (#3323)
Francis Lavoie
2020-03-23
cmd: Ensure certmagic defaults are set for any and all subcommands
Matthew Holt
2020-03-22
cmd: Add --watch flag to start & run commands (closes #1806)
Matthew Holt
2020-01-22
cmd: Emit error if reload cannot find a config to load
Matthew Holt
2020-01-22
cmd: Make --config flag optional for reload command
Matthew Holt
2020-01-11
cmd: Assume Caddyfile if name starts with Caddyfile
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-31
Config auto-save; run --resume flag; update environ output (close #2903)
Matthew Holt
2019-12-31
Change storage paths to follow OS conventions; migrate folder (#2955)
Matthew Holt
2019-11-08
cmd: Print errors to stderr
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-15
v2: Project-and-CI-wide linter config (#2812)
Mohammed Al Sahaf
2019-09-30
cmd: Refactor subcommands, add help, make them pluggable
aca
2019-09-10
Experimental IETF-standard HTTP/3 support (known issue exists) (#2727)
Matt Holt
2019-09-05
cli: Fix run and start when no config file is available
Matthew Holt
2019-08-22
caddyfile: Support global config block; allow non-empty blocks w/ 0 keys
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-12
Standardize exit codes and improve shutdown handling; update gitignore
Matthew Holt
[next]