From 8addbf5eb5d99e72e09e306880c177653f2790fd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 27 Apr 2023 19:10:57 +0200 Subject: [PATCH] Add TELTOKIA_PORT --- CloudronManifest.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 91de8d9..77efca3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -31,27 +31,38 @@ "OSMAND_PORT": { "title": "OsmAnd Port", "description": "Port over which OsmAnd clients can connect", - "defaultValue": 5055 + "defaultValue": 5055, + "containerPort": 5055 }, "GL200_PORT": { "title": "GL200 Protocol Port", "description": "Port over which GL200 clients can connect", - "defaultValue": 5004 + "defaultValue": 5004, + "containerPort": 5004 }, "GPS103_PORT": { "title": "GPS103 Protocol Port", "description": "Port over which GPS103 clients can connect", - "defaultValue": 5001 + "defaultValue": 5001, + "containerPort": 5001 }, "TAIP_PORT": { "title": "TAIP Protocol Port", "description": "Port over which TAIP clients can connect", - "defaultValue": 5031 + "defaultValue": 5031, + "containerPort": 5031 }, "H02_PORT": { "title": "H02 Protocol Port", "description": "Port over which H02 clients can connect", - "defaultValue": 5013 + "defaultValue": 5013, + "containerPort": 5013 + }, + "TELTOKIA_PORT": { + "title": "Teltonika Protocol Port", + "description": "Port over which Teltonika clients can connect", + "defaultValue": 5027, + "containerPort": 5027 } }, "website": "https://www.traccar.org",