From b66a7cbee6e1d861e12b0da529f4a08cee082598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 12:05:28 +0200 Subject: [PATCH] caddy debug --- Caddyfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Caddyfile b/Caddyfile index 7d5b41a..64822ee 100644 --- a/Caddyfile +++ b/Caddyfile @@ -2,6 +2,9 @@ archive.tomasrivera.ch { reverse_proxy archivebox:8000 } hledger.tomasrivera.ch { + log { + output stdout + } basic_auth { tomasr {$HLEDGER_PASSWORD_HASH} }