From 6e81f7c4b5c13476704770d406a253849554e178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 25 Jul 2026 17:26:35 +0200 Subject: [PATCH] fix typo --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 7a754c0..9cb1369 100644 --- a/Caddyfile +++ b/Caddyfile @@ -40,7 +40,7 @@ calendar.tomasrivera.ch { metube.tomasrivera.ch { basic_auth { - tomasr {$METUBE_PASSWIRD_HASH} + tomasr {$METUBE_PASSWORD_HASH} } reverse_proxy metube:8081 }