From 4c58a95a73fd6bb7494e651cbf30c773ed05e196 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 19 Aug 2022 15:26:56 +0200 Subject: [PATCH] Add GPS103 port --- CloudronManifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CloudronManifest.json b/CloudronManifest.json index f6c7929..d631a03 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -37,6 +37,11 @@ "title": "GL200 Protocol Port", "description": "Port over which GL200 clients can connect", "defaultValue": 5004 + }, + "GPS103_PORT": { + "title": "GPS103 Protocol Port", + "description": "Port over which GPS103 clients can connect", + "defaultValue": 5001 } }, "website": "https://www.traccar.org",