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
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
2019-07-05
cmd: New reload command
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-28
Refactor code related to getting current version
Matthew Holt
2019-06-28
Caddy 2 gets a CLI! And admin endpoint is now configurable via JSON
Matthew Holt