reset Caddy password

This commit is contained in:
2026-07-24 11:51:00 +02:00
parent 5fb8e34060
commit c3d473ba70
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ archive.tomasrivera.ch {
}
hledger.tomasrivera.ch {
basic_auth {
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
tomasr {$HLEDGER_PASSWORD_HASH}
}
reverse_proxy host.docker.internal:5000
}