From 5a5d94ce7a3fbf88aa24fbfdc690e6b671f731a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Aug 2025 20:37:05 -0600 Subject: [PATCH] Add GT06 protocol support on port 5023 - Added GT06_PORT configuration to CloudronManifest.json - GT06 protocol now available on port 5023 (standard port) - Enables support for GT06 GPS tracker devices - Tested and verified port connectivity --- CloudronManifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CloudronManifest.json b/CloudronManifest.json index 7c6a345..75bc74d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -72,6 +72,12 @@ "description": "Port over which Teltonika clients can connect", "defaultValue": 5027, "containerPort": 5027 + }, + "GT06_PORT": { + "title": "GT06 Protocol Port", + "description": "Port over which GT06 clients can connect", + "defaultValue": 5023, + "containerPort": 5023 } }, "website": "https://www.traccar.org",