From ce5724973c074703c906888ccfbb3416dd3eff6f Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 24 Jul 2025 19:51:58 -0500 Subject: [PATCH] Add 10.0.19.221 to allowed origins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow HTTP connections from internal IP 10.0.19.221 for k3s cluster access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- config/runtime.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/runtime.exs b/config/runtime.exs index 8009f63..0f18793 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -106,6 +106,7 @@ if config_env() == :prod do server: true, check_origin: [ "https://#{host}", + "http://10.0.19.221", "http://10.0.19.222:33897", "https://aprs.me", "https://www.aprs.me",