Add 10.0.19.221 to allowed origins

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 <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-24 19:51:58 -05:00
parent beb40cf625
commit ce5724973c
No known key found for this signature in database

View file

@ -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",