Use basic_auth instead of deprecated basicauth in Caddyfile

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-27 14:32:57 +01:00
parent 83243cea31
commit 73edb1bfed
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -29,7 +29,7 @@ www.{$DOMAIN:trails.cool} {
}
grafana.internal.{$DOMAIN:trails.cool} {
basicauth {
basic_auth {
{$GRAFANA_USER:admin} {$GRAFANA_PASSWORD_HASH}
}
reverse_proxy grafana:3000