From 661eeb4f1e0f04041433edd77fae53199aa106db Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:46:34 -0400 Subject: [PATCH] Switch plan sharing API to HTTPS via stats.erikdarling.com proxy Fixes mixed-content browser block when sharing plans from the HTTPS-hosted GitHub Pages site to the HTTP planshare API. Nginx on the Hetzner server now proxies /api/ to the planshare service on localhost:8080. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/PlanViewer.Web/Pages/Index.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlanViewer.Web/Pages/Index.razor b/src/PlanViewer.Web/Pages/Index.razor index 67ed2a7..3cd70ae 100644 --- a/src/PlanViewer.Web/Pages/Index.razor +++ b/src/PlanViewer.Web/Pages/Index.razor @@ -1635,7 +1635,7 @@ else } @code { - private const string ShareApiBase = "http://87.99.137.152:8080"; + private const string ShareApiBase = "https://stats.erikdarling.com"; private string activeTab = "paste"; private string planXml = "";