style: Update SERVER_URL to use reverse proxy for improved security
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
-- Beautiful visual interface for 2x3 monitor setup
|
-- Beautiful visual interface for 2x3 monitor setup
|
||||||
-- Forwards turtle status updates to the web server
|
-- Forwards turtle status updates to the web server
|
||||||
|
|
||||||
local SERVER_URL = "http://10.10.10.6:4200" -- Change to your server address
|
local SERVER_URL = "https://turtles.spatulaa.com" -- Reverse proxy URL
|
||||||
local CHANNEL_RECEIVE = 101
|
local CHANNEL_RECEIVE = 101
|
||||||
local STATUS_CHANNEL = 102
|
local STATUS_CHANNEL = 102
|
||||||
local COMMAND_CHANNEL = 100
|
local COMMAND_CHANNEL = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user