diff --git a/servapps/Syncthing/cosmos-compose.json b/servapps/Syncthing/cosmos-compose.json index 813ccbec..4ea3ce7d 100644 --- a/servapps/Syncthing/cosmos-compose.json +++ b/servapps/Syncthing/cosmos-compose.json @@ -43,7 +43,8 @@ "name": "{ServiceName}", "description": "Expose {ServiceName} to the web", "useHost": true, - "target": "http://{ServiceName}:8384", + "target": "https://{ServiceName}:8384", + "AcceptInsecureHTTPSTarget": true, "mode": "SERVAPP", "Timeout": 14400000, "ThrottlePerMinute": 12000,