index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cmd
/
main.go
Age
Commit message (
Expand
)
Author
2024-08-22
cmd: Use a factory to create the caddy root command (#6533)
a
2024-06-05
cmd: remove zealous check of Caddyfile auto-detection (#6370)
Mohammed Al Sahaf
2024-06-02
cmd: fix regression in auto-detect of Caddyfile (#6362)
v2.8.4
Mohammed Al Sahaf
2024-06-02
cmd: fix auto-detetction of .caddyfile extension (#6356)
v2.8.3
v2.8.2
Mohammed Al Sahaf
2024-04-18
cmd: Only validate config is proper JSON if config slice has data (#6250)
Mohammed Al Sahaf
2024-04-11
cmd: Fix panic related to config filename (fix #5919)
Matthew Holt
2024-04-11
cmd: Assume Caddyfile based on filename prefix and suffix (#5919)
Omar Hussein
2024-03-05
cmd: Adjust config load logs/errors (#6032)
Francis Lavoie
2024-01-19
refactor: move automaxprocs init in caddycmd.Main()
Kévin Dunglas
2024-01-02
chore: check against errors of `io/fs` instead of `os` (#6011)
Mohammed Al Sahaf
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
v2.5.0-rc.1
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
v2.0.0-beta.13
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
[next]