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:
parent
83243cea31
commit
73edb1bfed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue