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
/
admin.go
Age
Commit message (
Expand
)
Author
2023-05-09
Add doc comment about changing admin endpoint
Matthew Holt
2023-02-06
admin: Add `CADDY_ADMIN` env var to override the default (#5332)
Francis Lavoie
2022-11-23
admin: set certmagic cache logger (#5173)
bit
2022-11-23
admin: fix certificate renewal for admin (#5169)
bit
2022-09-29
admin: Use replacer on listen addresses (#5071)
Cory Cooper
2022-09-28
core: Refactor and improve listener logic (#5089)
Matt Holt
2022-09-02
notify: Don't send ready after error (fix #5003)
Matthew Holt
2022-08-25
admin: Don't stop old server if new one fails (#4964)
WeidiDeng
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-07-12
admin: expect quoted ETags (#4879)
v2.5.2
jhwz
2022-07-06
admin: support ETag on config endpoints (#4579)
jhwz
2022-03-25
go.mod: Upgrade CertMagic to v0.16.0
Matthew Holt
2022-03-03
core: Retry dynamic config load if config unchanged
Matthew Holt
2022-03-03
core: Retry dynamic config load if error or no-op (#4603)
Matthew Holt
2022-03-02
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie
2022-03-01
core: Config LoadInterval -> LoadDelay for clarity
Matthew Holt
2022-02-15
admin: Write proper status on invalid requests (#4569) (fix #4561)
Alok Naushad
2022-02-15
admin: Enforce and refactor origin checking
Matthew Holt
2022-01-05
admin: Require identity for remote (fix #4478)
Matthew Holt
2021-11-29
caddyhttp: Split up logged remote address into IP and port (#4403)
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-08-16
admin: Sync server variables (fix #4260) (#4274)
Steven Angles
2021-07-28
admin: Implement load_interval to pull config on a timer (#4246)
王清雨
2021-06-05
admin: Replace admin cert cache when reloading (fix #4184)
Matthew Holt
2021-05-19
admin: Reinstate internal redirect for /id/ requests
Matthew Holt
2021-04-05
notify: Send all sd_notify signals from main caddy process (#4060)
Carl George
2021-01-27
admin: Identity management, remote admin, config loaders (#3994)
Matt Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-09-25
admin: lower log level to Debug for /metrics requests (#3749)
Dave Henderson
2020-09-22
metrics: Always track method label in uppercase (#3742)
v2.2.0
Dave Henderson
2020-09-17
metrics: Initial integration of Prometheus metrics (#3709)
Dave Henderson
2020-07-31
admin,templates,core: Minor enhancements and error handling (#3607)
Bart
2020-05-21
admin: Disallow websockets
Matthew Holt
2020-05-13
cmd: Add pidfile support (closes #3235)
Matthew Holt
2020-05-12
all: Recover from panics in goroutines
Matthew Holt
2020-04-16
admin: Disable host checking if wildcard interface is specified
Matthew Holt
2020-04-10
admin: Always enforce Host header checks
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-03-24
admin: Fix regex for removing @id fields (closes #3187)
Matthew Holt
2020-03-21
caddyconfig: register adapters as Caddy modules (#3132)
Mohammed Al Sahaf
2019-12-31
Config auto-save; run --resume flag; update environ output (close #2903)
Matthew Holt
2019-12-23
admin: Only write most CORS headers in OPTIONS requests
Matthew Holt
2019-12-17
admin: POST /... expands and appends all array elements
Matthew Holt
2019-12-16
admin: /stop endpoint gracefully shuts down; fixes caddy stop command
Matthew Holt
2019-12-15
logging: Implement net writer (#2884)
Abdelmalek Ihdene
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-27
admin: Preserve "@id" fields through partial changes (fixes #2902)
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
[next]