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
/
commandfuncs.go
Age
Commit message (
Expand
)
Author
2021-02-22
caddytls: Remove old asset migration code (close #3894)
Matthew Holt
2021-02-15
cmd: Clean up `build-info` and `upgrade` output
Matthew Holt
2021-02-01
cmd: Add --force flag to reload command (close #4005)
Matthew Holt
2021-01-19
caddycmd: Add upgrade command (#3972)
Matt Holt
2021-01-19
caddytest: Update Caddyfile tests for formatting, HTTP-only blocks
Matthew Holt
2021-01-16
cmd: Print more detailed version with --environ
Matthew Holt
2021-01-12
cmd: Implement sd_notify() to notify systemd about readiness (#3963)
Stefan Tatschner
2021-01-04
cmd: Organize list-modules output; --packages flag (#3925)
Matt Holt
2021-01-04
caddyfile: Introduce basic linting and fmt check (#3923)
Matt Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-09-14
cmd: Allow `caddy fmt` to read from stdin (#3680)
Matthew Penner
2020-05-29
cmd: Support admin endpoint on unix socket (#3320)
Matt 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-13
cmd: Add pidfile support (closes #3235)
Matthew Holt
2020-04-04
cmd: Log warning if --resume and --config used together
Matthew Holt
2020-03-23
cmd: Ensure certmagic defaults are set for any and all subcommands
Matthew Holt
2020-03-23
tls: Few minor improvements/simplifications
Matthew Holt
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-13
Minor tweaks
Matthew Holt
2020-03-09
cmd: Use loadConfig() for validate as run, start, and reload do
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-02-25
Fix typo in cmdStart comment
Success Go
2020-02-04
cmd: adapt: Make --config flag optional when Caddyfile exists
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-17
cmd: version: Add module replace to output
Matthew Holt
2020-01-12
cmd: adapt: Set config filename so it can be hidden (fixes #2974)
Matthew Holt
2020-01-10
cmd: Add build-info command; update CertMagic
Matthew Holt
2019-12-31
Couple of minor fixes, update readme
Matthew 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-12-23
cmd: Eliminate unintended use of cgo
Matthew Holt
2019-12-16
admin: /stop endpoint gracefully shuts down; fixes caddy stop command
Matthew Holt
2019-12-12
cmd: Fix validate command when JSON contains "@id" fields
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-15
cmd: Improve stop command by trying API before signaling process
Matthew Holt
2019-11-04
core: Major refactor of admin endpoint and config handling
Matthew Holt
2019-10-30
admin listener as opt-in for initial config (#2834)
Andreas Schneider
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-08
cmd: Built-in commands all use RegisterCommand (#2794)
yzongyue
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