From 16898e8eb9dc4ab09cf2f276b688d760799bbe91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:55:25 +0000 Subject: [PATCH 1/2] Initial plan From d500d15e1291a85d15f800ac1018c4d3ef5b06f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:56:23 +0000 Subject: [PATCH 2/2] fix(caddy): preserve hub session cookie on mDNS vhost Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/45cc1510-356d-4d59-a6d2-b9b4903cff23 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/core/caddy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/caddy.nix b/modules/core/caddy.nix index a288ec9..4841d07 100755 --- a/modules/core/caddy.nix +++ b/modules/core/caddy.nix @@ -189,7 +189,7 @@ EOF http://sovransystemsos.local { reverse_proxy localhost:8937 header { - Clear-Site-Data "\"cache\", \"cookies\", \"storage\"" + Clear-Site-Data "\"cache\"" Cache-Control "no-store, no-cache, must-revalidate, max-age=0" Pragma "no-cache" Expires "0"