From 4f8e7952160a020e3a5f22d9cb0b9de3c3f1cadd Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 10 Oct 2025 15:01:25 -0400 Subject: [PATCH] feat: Adds calendar service to proxy --- config/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/Caddyfile b/config/Caddyfile index b753142..5a7c77e 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -83,6 +83,10 @@ reverse_proxy http://roguemini.housh.dev:8888 } + @calendar host calendar.housh.dev + handle @calendar { + reverse_proxy http://frankenmini.housh.dev:5232 + } }