From 46c0817270a0b363f65c62ede7ca064e3469b972 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 03:16:35 -0500 Subject: [PATCH] style: Update SERVER_URL to direct to Docker server on LAN for local development --- webbridge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webbridge.lua b/webbridge.lua index af95ae1..e6fb363 100644 --- a/webbridge.lua +++ b/webbridge.lua @@ -2,7 +2,7 @@ -- Beautiful visual interface for 2x3 monitor setup -- Forwards turtle status updates to the web server -local SERVER_URL = "https://turtles.spatulaa.com" -- Reverse proxy URL +local SERVER_URL = "http://beta:4200" -- Direct to Docker server on LAN local CHANNEL_RECEIVE = 101 local STATUS_CHANNEL = 102 local COMMAND_CHANNEL = 100