1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-11-05 00:52:34 +00:00

add explicit enabledByDefault

This commit is contained in:
Girish Ramakrishnan
2025-11-04 15:19:18 +01:00
parent 8cbb4641e7
commit 2623410586

View File

@@ -24,7 +24,8 @@
"title": "Sync Port", "title": "Sync Port",
"description": "Port over which syncthing will exchange data (do not disable)", "description": "Port over which syncthing will exchange data (do not disable)",
"defaultValue": 22000, "defaultValue": 22000,
"containerPort": 22000 "containerPort": 22000,
"enabledByDefault": true
} }
}, },
"manifestVersion": 2, "manifestVersion": 2,