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
/
commands.go
Age
Commit message (
Expand
)
Author
2020-03-22
cmd: Add --watch flag to start & run commands (closes #1806)
Matthew Holt
2020-03-15
cmd: fmt: --write -> --overwrite to make it clear it's destructive
Matthew Holt
2020-03-06
Merge branch 'certmagic-refactor' into v2
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-29
cmd: Add `caddy fmt` command. (#3090)
Vaibhav
2020-01-10
cmd: Add build-info command; update CertMagic
Matthew Holt
2019-12-31
Config auto-save; run --resume flag; update environ output (close #2903)
Matthew Holt
2019-12-23
cmd: Eliminate unintended use of cgo
Matthew Holt
2019-11-15
cmd: Improve stop command by trying API before signaling process
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-08
cmd: Built-in commands all use RegisterCommand (#2794)
yzongyue
2019-10-06
cmd: adapt: Default --adapter value is "caddyfile"
Matthew Holt
2019-10-01
cmd: CLI improvements; add --validate to adapt command
Matthew Holt
2019-09-30
cmd: Add validate subcommand; list-modules --versions; some renaming
Matthew Holt
2019-09-30
cmd: Refactor subcommands, add help, make them pluggable
aca
2019-09-18
http: Improve auto HTTP->HTTPS redirects, fix edge cases
Matthew Holt
2019-09-13
Use keybase fork of mitchellh/go-ps for bug fixes (#2750)
Mohammed Al Sahaf
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-20
Force quit on Windows with taskkill /f (#2670)
Toby Allen
2019-07-18
cmd: Add print-env flag to run command
Matthew Holt
2019-07-12
Standardize exit codes and improve shutdown handling; update gitignore
Matthew Holt
2019-07-07
Better error handling in CLI commands
Matthew Holt
2019-07-05
cmd: New reload command
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
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