From a023246104af70eff2e45ca789567230e6c32fc8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 8 Sep 2022 18:20:54 +0200 Subject: [PATCH] Add TAIP port --- CHANGELOG | 3 +++ CloudronManifest.json | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2895cee..33eaba8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,3 +30,6 @@ [1.0.1] * Add GPS103 port 5001 +[1.0.2] +* Add TAIP port 5031 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7d527b4..f20cba0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Modern GPS Tracking Platform", - "version": "1.0.1", + "version": "1.0.2", "upstreamVersion": "5.3", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, @@ -42,6 +42,11 @@ "title": "GPS103 Protocol Port", "description": "Port over which GPS103 clients can connect", "defaultValue": 5001 + }, + "TAIP_PORT": { + "title": "TAIP Protocol Port", + "description": "Port over which TAIP clients can connect", + "defaultValue": 5031 } }, "website": "https://www.traccar.org",