From 26234105865688e6355f08e24634f79a5a8d17e0 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 4 Nov 2025 15:19:18 +0100 Subject: [PATCH] add explicit enabledByDefault --- CloudronManifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index b869557..3fc3f8e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -24,7 +24,8 @@ "title": "Sync Port", "description": "Port over which syncthing will exchange data (do not disable)", "defaultValue": 22000, - "containerPort": 22000 + "containerPort": 22000, + "enabledByDefault": true } }, "manifestVersion": 2,