1 Commits

Author SHA1 Message Date
Your Name
5a5d94ce7a 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
2025-08-13 20:37:05 -06:00

View File

@@ -72,6 +72,12 @@
"description": "Port over which Teltonika clients can connect", "description": "Port over which Teltonika clients can connect",
"defaultValue": 5027, "defaultValue": 5027,
"containerPort": 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", "website": "https://www.traccar.org",